﻿.bodyBackend, .bodyBackend TD {
    margin: 0px;
    font-family: arial,geneva,sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #000;
}

.bodyBackend .welcome {
    font-family: arial,geneva,sans-serif;
    font-size: 12px;
    color: #fff;
}

.bodyBackend h1 {
    font-family: arial,geneva,sans-serif;
    font-size: 22px;
    font-weight: 900;
    color: #c60a23;
}

.bodyBackend h2 {
    font-family: arial,geneva,sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #c60a23;
}

.bodyBackend .bold {
    font-weight: 900;
}

.bodyBackend .ital {
    font-style: italic;
}

.bodyBackend .boldItal {
    font-weight: 900;
    font-style: italic;
}

.bodyBackend .blackText {
    color: #000;
}

.bodyBackend .ltGrayText {
    color: #999;
}

.bodyBackend .whiteText {
    color: white;
}

.bodyBackend .small {
    font-size: 11px;
    line-height: 14px;
}

.bodyBackend .smWhite {
    font-family: verdana,arial,helvetica,geneva,sans-serif;
    font-size: 10px;
    color: #fff;
}

.bodyBackend .vsmall {
    font-family: verdana,arial,geneva,sans-serif;
    font-size: 9px;
    line-height: 11px;
}

.bodyBackend .error, .bodyBackend .hidden, .bodyBackend .redBold {
    font-weight: 900;
    color: #e31639;
}

.bodyBackend .redText {
    color: #990000;
}

.bodyBackend .smRed {
    font-size: 10px;
    color: #ff0000;
}

.bodyBackend .success, .bodyBackend .visible, .bodyBackend .greenBold {
    font-weight: 900;
    color: #009900;
}

.bodyBackend .greenText {
    color: #009900;
}

.bodyBackend .darkheader {
    background-color: #999999;
}

.bodyBackend .lightheader {
    background-color: #cccccc;
    font-weight: 900;
}

.bodyBackend .altrow {
    background-color: #ececec;
}

.bodyBackend .required {
    background-color: #ececec;
}

.bodyBackend .helpText {
    font-family: verdana,arial,helvetica,geneva,sans-serif;
    font-size: 10px;
    color: #003366;
    margin: 4px;
}

.bodyBackend A.nav:link {
    font-size: 11px;
}
.bodyBackend A.nav:visited {
    font-size: 11px;
}
.bodyBackend A.nav:active {
    font-size: 11px;
}
.bodyBackend A.nav:hover {
    font-size: 11px;
}


.bodyBackend .whiteLink {
    color: #fff;
    text-decoration: none;
}

.bodyBackend .whiteLink A {
    color: #fff;
    text-decoration: none;
}

.bodyBackend .whiteLink A:visited {
    color: #fff;
    text-decoration: none;
}

.bodyBackend .whiteLink A:active {
    color: #fff;
    text-decoration: underline;
}

.bodyBackend .whiteLink A:hover {
    color: #fff;
    text-decoration: underline;
}


.bodyBackend .topnav {
    margin: 4px 13px 0px 13px;
    font-family: arial, geneva, sans-serif;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
}

.bodyBackend .topnav A {
    color: #fff;
    text-decoration: none;
}

.bodyBackend .topnav A:visited {
    color: #fff;
    text-decoration: none;
}

.bodyBackend .topnav A:active {
    color: #e31639;
    text-decoration: none;
}

.bodyBackend .topnav A:hover {
    color: #e31639;
    text-decoration: none;
}

.bodyBackend #tableTopNav {
    background-image: url('../../images/bg_topnav.jpg');
}

.safari_reportviewer table {
    float: left;
}






