﻿html
{
    behavior:url(/JS/PIE.htc);    
}

body 
{
    font-family:Verdana, Arial;
    font-size:8pt;
    margin: 0 0 0 0;
    background-color: #333333;
    background-image: url(../images/bg.gif);
    background-position: top left;
    background-repeat: repeat;
}

TR, TD 
{
    font-family:Verdana, Arial;
    font-size:8pt;
    vertical-align:top;
 
}

span.clearfloat
{
    clear:both;
    display:block;
    height:0px;
}

img 
{
    border:0;
}

.nowrap{
    white-space:nowrap;
}

h4
{
    font-size:9pt;
    font-weight:bold;
    padding-top:6px;
    padding-bottom:6px;
    
}

sup, sub
{
	height: .7em;
	line-height: 1em;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}
sup {
	bottom: .6em;
}

sub {
	top: .2em;
}

.center{
    text-align:center;
}

.ErrorHeading 
{
    font-weight:bold;
    font-size:13pt;
    margin-bottom:6px;
}

.validator1
{
    position:relative;
    left:3px;
    bottom:1px;
    vertical-align:middle;

}
.validator2
{
    position:relative;
    left:-2px;
    bottom:3px;
    vertical-align:middle;

}
.DbValidationSummery 
{
    color:#ff0000;
    padding-bottom:0px;
}
.DbValidationSummeryUL
{
    margin-top:12px;
}
.DbValidationSummeryLI 
{
    margin-left:-16px;
    padding-bottom:8px;
}

.bold{
    font-weight:bold;
}

sup
{
    font-size:.7em;
}

.alert
{
    color:#FF0000;
}

/* page styles*/

div.page
{
    width:977px;
    margin: 20px auto;  
}

div.body
{
    border: 2px solid #333333;
}

/* header styles */

div.Header
{
    background-image:url(../images/banner.png);
    background-repeat:no-repeat;
	width:975px;
	height:76px;
    overflow:hidden;
}

div.HeaderText
{
    position:relative;
    left:-1000px;
    width:800px;
}

/* body styles */

div.siteLocked
{
    background-color:#FFFFFF;
}


div.MidSection
{
    background-color:#ffffff;
}

div.MenuSection
{
    float:left;
    padding:0;
}

div.MenuSection ul
{
    padding:0;
    margin:10px 0 0px 0;
    list-style-type:none;
}

div.MenuSection ul li
{
    margin:0 0 5px 0;
    padding:0;
    float:left;
}

div.MenuSection ul li a
{
    display:block;
    padding:0 15px 0 5px;
    white-space:nowrap;
}

div.MenuSection ul li a:link,div.MenuSection ul li a:visited
{
    text-decoration:none;
    color:#0000FF;
}

div.MenuSection ul li a:hover,div.MenuSection ul li a:active
{
    text-decoration:underline;
    color:#FF0000;
}

div.MidSection div.MidSectionMain
{
    background-color:#ffffff;
    float:left;
    min-height:300px;
    position:relative;
    width:830px;
    margin-left: 60px;
}

div.MidSection div.MidSectionContent
{
    padding: 16px 0px 20px 10px;
}


.MainContentCell {
    padding-top:0px;
    padding-left:16px;
    padding-right:0px;    
    
}



div.MidSection h3
{
    font-weight:bold;
    font-size:10pt;
    margin-bottom:0px;
    margin-left:0px;
    padding-left:16px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:17pt;
    margin-bottom:12px;
    margin-left:115px;
    color:#000000;
}
h2
{
   
    margin-bottom:0px;
    margin-left:0px;
    padding-left:16px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:13pt;
    
    color:#000000;
    
}


div.MidSection div.MidSectionContent h3
{
    margin-left:0px;
}

div.MidSection div.MidSectionContent div.MainContentCell h3{
    margin-left:0;
    margin-bottom:12px;
    padding-left:0;
}

.MainContentCell ul li, .MainContentCell ol li{
    margin-bottom:5px;
}

a.submitbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #001DD2), color-stop(1, #2F84D7) );
	background:-moz-linear-gradient( center top, #ededed 5%, #2F84D7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#001DD2', endColorstr='#2F84D7');
	background-color:#001DD2;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#FFFFFF;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #777777;
	margin-top:15px;
}
a.submitbutton:link, a.submitbutton:visited {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #001DD2), color-stop(1, #2F84D7) );
	background:-moz-linear-gradient( center top, #001DD2 5%, #2F84D7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#001DD2', endColorstr='#2F84D7');
	background-color:#001DD2;
}
a.submitbutton:hover, a.submitbutton:active {
	position:relative;
	top:1px;
}


/* footer styles */

div.Footer
{
    clear:both;
    padding-top:30px;
}

div.Footer img.FooterImage
{
    float:left;
    margin: 0px 20px 0px 2px;
    position:relative;
    top:-10px;
}

div.Footer div.FooterText
{
    vertical-align:middle;
    float:left;
    margin-right:60px;
    margin-top: 12px;
}

div.Footer div.privacypolicy
{
    float:right;
    margin-top: 12px;
}

div.officealert
{
    border: 1px solid #FF0000;
    background-color: #FFCCCC;
    color: #FF0000;
    font-size:1.4em;
    font-weight:bold;
    text-align:center;
}

span.officealert
{
    border: 1px solid #FF0000;
    background-color: #FFCCCC;
    color: #FF0000;
    padding:0 1px 0 1px;
}


div.officealert span.alertnote
{
    font-size:0.7em;
    font-weight:normal;
    float:right;
    display:block;
}



div.NISTPrivacy
{
    margin-top: 50px;
    border: 1px solid #000000;
    background-color: #e5e5e5;
    color: #000000;
    font-size:10px;
    width:auto;
    padding: 5px;
}

div.NISTPrivacy p:first-child
{   
    background-color: #ccccff;
    color: #000000;
    border-bottom:1px solid #000000;
    font-size:12px;
    margin: -5px;
    padding: 5px;
}