body
{
    background-color: #DAE2E8;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
.overlay
{
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 500%;
    text-align: center;
    z-index: 1000;
    background-image: url(../images/Transparent.png);
}
.vamainbody
{
    background-color: #000031;
    color: #000000;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    position: relative;
    text-align: center;
}
.vabdyback
{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    text-align: left;
    margin: 0 auto;
    z-index: 1;
}
.vabdywrpr
{
    width: 996px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    z-index: 1;
}
#vacontent-wrapper
{
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    min-height: 900px;
    text-align: left;
    margin: 0 auto;
    z-index: 1;
    clear: both;
}
#vacontent-area-template-B
{
    min-height: 700px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
/*******************/
/* "Nav Top" STYLES */
/*******************/

#nav-top, #nav-top ul
{
    /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #2E3A3F;
    width: 567px;
}

#nav-top h1
{
    font-size: 10px;
    margin: 0px;
}

#nav-top h2
{
    font-size: 10px;
    margin: 0px;
}

#nav-top a.parenttop
{
    background: url(va_files/images/downarrow.gif) 95% 50% no-repeat;
}

#nav-top a.parenttopright
{
    background: url(va_files/images/rightarrow.gif) 95% 50% no-repeat;
}

#nav-top a
{
    display: block;
    width: 10.0em;
}

#nav-top li
{
    /* all list items */
    position: relative;
    float: left;
    width: 15.8em; /* width needed or else Opera goes nuts */
    text-align: left;
    padding-left: 0;
    top: -2px;
    left: 0px;
}

#nav-top li ul
{
    /* second-level lists */
    position: absolute;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    background-color: #3D4B51;
    width: 10.0em;
}

#nav-top li iframe
{
    position: absolute;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    background-color: #3D4B51;
    width: 17.3em;
}

#nav-top li ul ul
{
    /* third-and-above-level lists */
    left: -999em;
    margin: -3.25em 0 0 17.2em;
}

#nav-top li a
{
    width: 8.6em; /* The '\' character hides this line from all browsers but IE */
    display: block;
    color: white;
    text-decoration: none;
    text-align: center;
    border-left: 1px solid #6F7DA1;
    padding: 4px 9px 4px 12px; /*margin-bottom: -1px;*/
}

#nav-top li li a
{
    border-right: none;
}

#nav-top li a:hover
{
    color: white;
    background-color: #3D4B51;
    padding: 4px 9px 4px 12px;
}

#nav-top li li a:hover
{
    background-color: #576A73;
}

#nav-top li:hover ul ul, #nav-top li.sfhovertop ul ul
{
    left: -999em;
    z-index: 33;
}

#nav-top li:hover ul, #nav-top li:hover iframe, #nav-top li li:hover ul, #nav-top li.sfhovertop ul, #nav-top li.sfhovertop iframe, #nav-top li li.sfhovertop ul
{
    /* lists nested under hovered list items */
    left: auto;
    z-index: 33;
}

#nav-top li:hover, #nav-top li.sfhovertop
{
    background-color: #3D4B51;
    z-index: 33;
}

#nav-top li li:hover, #nav-top li li.sfhovertop
{
    background-color: #576A73;
    z-index: 33;
}

/*******************/
/* "NARROW" STYLES */
/*******************/

/* General width setting */
#nav-top a.narrowtop
{
    width: 7em;
}

#nav-top li.narrowtop
{
    width: 9.4em;
    top: 0px;
    left: -2px;
}

#nav-top li a.narrowtop
{
    width: 7em;
}

#nav-top li ul.narrowtop
{
    width: 7em;
}

/*******************/
/* "TopLinks" STYLES */
/*******************/
td.toplinks
{
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #2D3A40;
    height: 29px;
}

/* LEFT NAV STYLES */
a.toplinks
{
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #2D3A40;
}

a:visited.toplinks
{
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #2D3A40;
}

a:hover.toplinks
{
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #2D3A40;
}






/*******************/
/* "LeftNav" STYLES*/
/*******************/

td.leftNav
{
    width: 250px !important;
    text-align: left;
    background-color: #1E2D54;
    padding-left: 7px;
    padding-right: 2px;
    padding-top: 3px;
    padding-bottom: 4px; /*border-left: 1px solid #FFFFFF; border-bottom: 1px solid #666666;*/
    border-top: 1px solid #2D3A40;
}

td.leftNavCurrent
{
    width: 250px !important;
    text-align: left;
    background-color: #1E2D54;
    padding-left: 7px;
    padding-right: 2px;
    padding-top: 3px;
    padding-bottom: 4px; /*border-left: 1px solid #FFFFFF; border-bottom: 1px solid #666666; border-top: 1px solid #CCCCCC;*/
}


td.leftNavLvl2
{
    width: 250px !important;
    text-align: left;
    background-color: #1E2D54;
    padding-right: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 27px; /* border-left: 1px solid #FFFFFF;*/
}

/* LEFT NAV STYLES */
a.leftNav
{
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 20px; /*font-size: .7em;*/
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
}

a:visited.leftNav
{
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #FFFFFF; /*font-size: .7em;*/
    text-decoration: none;
}

a:hover.leftNav
{
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold; /*font-size: .7em;*/
    text-decoration: none;
}

a.leftNavCurrent
{
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: left;
    background-color: #1E2D54; /*font-size: .7em;*/
    text-decoration: none;
    color: #FFFFFF;
}

a:visited.leftNavCurrent
{
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #FFFFFF; /*font-size: .7em;*/
    text-decoration: none;
}

a:hover.leftNavCurrent
{
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold; /*font-size: .7em;*/
    text-decoration: none;
}

a.leftNavLvl2
{
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left; /*font-size: .7em;*/
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
}

a:visited.leftNavLvl2
{
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF; /*font-size: .7em;*/
    text-decoration: none;
}

a:hover.leftNavLvl2
{
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold; /*font-size: .7em;*/
    text-decoration: none;
}

a.leftNavLvl2Current
{
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    color: #FFFFFF;
}

a:visited.leftNavLvl2Current
{
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left; /*font-size: .7em;*/
    text-decoration: none;
    color: #FFFFFF;
}

a:hover.leftNavLvl2Current
{
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left; /*font-size: .7em;*/
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}


/*******************/
/* "Right Title" STYLES */
/*******************/
td.rightTitle
{
    padding: 3px 5px 3px 50px;
    text-align: left;
    background-color: #495A70;
    color: #FFFFFF;
    font-size: 16px;
    font-family: Calibri;
    font-weight: bold;
    letter-spacing: 1px;
    height: 20px;
}

td.rightSubTitle
{
    padding: 3px 5px 3px 50px;
    text-align: left;
    background-color: #7692a8;
    color: #FFFFFF;
    font-size: 16px;
    font-family: Calibri;
    font-weight: bold;
    letter-spacing: 1px;
    height: 20px;
}

/*******************/
/* "Right Content" STYLES */
/*******************/
td.rightContent
{
    padding: 15px 25px 5px 21px;
    border-bottom: 1px solid #DAE2E8;
    border-right: 1px solid #DAE2E8;
    background-color: #DAE2E8;
    color: #000000;
    font-size: 12px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td.rightContentECTOS
{
    padding: 1px 25px 5px 41px;
    border-bottom: 1px solid #DAE2E8;
    border-right: 1px solid #DAE2E8;
    background-color: #DAE2E8;
    color: #000000;
    font-size: 12px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td.rightContentBanner
{
    height: 20px;
    vertical-align: middle;
    background-color: #7991A9;
    font-size: 12px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.formlabel
{
    padding: 5px;
    color: #000000;
    font-size: 14px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: right;
    background-color: #f3f5f6;
    vertical-align: top;
}
.formlabelalt
{
    padding: 5px;
    color: #000000;
    font-size: 14px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: right;
    background-color: #DAE2E8;
    vertical-align: top;
}

.formlabelvalue
{
    padding: 5px;
    color: #000000;
    font-size: 14px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: left;
    background-color: #f3f5f6;
    vertical-align: top;
}
.formlabelaltvalue
{
    padding: 5px;
    color: #000000;
    font-size: 14px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: left;
    background-color: #DAE2E8;
    vertical-align: top;
}
.formfield
{
    padding: 0px;
    color: #000000;
    font-size: 12px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: left;
    background-color: #DAE2E8;
    vertical-align: top;
}

/*******************/
/* "Footer" STYLES */
/*******************/
#vacontent-footer-divider
{
    text-align: center;
    margin: 30px 38px 0px 38px;
    padding: 0px;
    clear: both;
    color: #999999;
}

td.footer
{
    width: 750px;
    height: 30px;
    text-align: center;
    background-color: #FFFFFF;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: .8em;
    color: #101010;
    font-family: Calibri;
}

/*********************/
/* Title Label Info  */
/*********************/
.labeltitle
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: 600;
}

/*********************/
/* Validation Alert  */
/*********************/
.valalert
{
    color: #FF0000;
    font-size: 12px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

/*********************/
/* Small Label Info  */
/*********************/
.small
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

/*********************/
/* 508 Hidden STYLES */
/*********************/
.hidden
{
    position: absolute;
    top: -10px;
    left: -500px;
    height: 1px;
    width: 1px;
    top: auto;
    overflow: hidden;
}

/***********************/
/* fix for RadUploader */
/***********************/
.ruFileWrap
{
    width: 400px !important;
}

/*************************/
/* Help Link Label Styles*/
/*************************/

a.HelpLink
{
    text-decoration: none;
    color: #000000;
}

a:visited.HelpLink
{
    text-decoration: none;
    color: #000000;
}

a:hover.HelpLink
{
    text-decoration: none;
    color: #000000;
}
/*************************/
/* Fix for Field Set Color in IE*/
/*****************/
fieldset.Border
{
    border: 1px solid #666666;
}
