﻿html
{
    behavior:url(/JS/PIE.htc);    
}

body 
{
    background-color: #03365A;
    font-family:Verdana, Arial;
    font-size:8pt;
    margin: 0 0 0 0;
}

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:925px;
    margin:0 auto 50px auto;
}

div.body
{
    
}

/* header styles */

div.Header
{
    background-image:url(../images/header.png);
    background-repeat:no-repeat;
    height:210px;
    overflow:hidden;
}

div.HeaderText
{
    position:relative;
    left:-1000px;
    width:800px;
}

/* body styles */

div.siteLocked
{
    background-color:#FFFFFF;
}

div.MidSection
{
    float:left;
    background-color: #FFFFFF;
    padding: 12px 0 12px 0;
    width:925px;
}


div.MidSection div.MidSectionMenu{
	float:left;
	margin-left:12px;
}

div.MidSection div.MidSectionMenu ul{
    padding-left:0px;
    margin:0;
    list-style-type:none;
}


div.MidSection div.MidSectionMenu ul li
{
	width:210px;
	background-color:#040323;
	border:2px solid #fcce4e;
	color:#FFFFFF;
	padding:2px 5px 2px 5px;
	margin-bottom:3px;
}

div.MidSection div.MidSectionMenu ul li a{
	text-decoration:none;
}

div.MidSection div.MidSectionMenu ul li a:link, div.MidSectionMenu ul li a:visited
{
	color:#fcce4e;
}

div.MidSection div.MidSectionMenu ul li a:hover, div.MidSectionMenu ul li a:active
{
	color:#ffffff;
}

div.MidSection div.MidSectionMain
{
    background-color:#ffffff;
    float:left;
    min-height:300px;
    position:relative;
    width:660px;
}

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:12pt;
    margin:0px;
    margin-left:16px;
    padding:0 0 10px 0;
}

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
{
    color:#000000;
    text-transform:uppercase;
    padding: 5px 17px;
    text-decoration:none;
    margin-top:20px;
    border: 1px solid #9e9e9e;
}

a.submitbutton:link, a.submitbutton:visited {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9e9e9e), color-stop(1, #FFFFFF) );
	background:-moz-linear-gradient( center top, #9e9e9e 5%, #FFFFFF 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#FFFFFF');
	background-color:#9e9e9e;
}
a.submitbutton:hover, a.submitbutton:active {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #9e9e9e) );
	background:-moz-linear-gradient( center top, #FFFFFF 5%, #9e9e9e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#9e9e9e');
	background-color:#FFFFFF;
}

/* footer styles */

div.Footer
{
    clear:both;
    padding-top:25px;
}

div.Footer img.FooterImage
{
    float:left;
    margin: 0px 20px 0px 10px;
    position:relative;
    top:-10px;
}

div.Footer div.FooterText
{
    vertical-align:middle;
    float:left;
    color: #fff;
    padding-top: 11px;
}

div.Footer div.privacypolicy
{
    float:right;
    margin-right:10px;
    padding-top: 11px;
}

div.Footer div.privacypolicy a
{
    color: #fff;
    text-decoration: none;
}

div.Footer div.privacypolicy a:hover
{
    text-decoration: underline;
}

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;
}