﻿body
{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;		
	background-color: #E4EBF5;
}

a
{
	color: yellow;
}

a:hover
{
	color: #C6C6C6;
}

.Button
{
	border: solid 1px #507CD1;
	color: #284E98;
	background-color: #FFFFFF;
}

.AltLink
{
	color: #F6F6F6;
	text-decoration: underline;
}
.FooterLinks
{
	color: #000000;
	text-decoration: none;
}

.FooterLinks:hover
{
	color: #FFFFFF;
}

.Logout
{
	color: Navy;
	font-size: 8pt;
	font-family: Verdana;
}

#MainTable
{
	width: 766px;
	height: 597px;	
	border: solid 1px #000000;
}

#LeftNav
{
	width: 242px;
}

#LeftNavMainLinks
{
	font-family: Verdana;
	font-size: 12.5px;	
	background-color: #cedff7;	
	width: 100%;
}

#LeftNavMainLinks td.BulletTD
{
	width: 25px;
	height: 20px;
}

#LeftNavMainLinks td
{
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: solid 1px #FFFFFF;	
	vertical-align: middle;	
}

#LeftNavMainLinks A
{
	font-variant: small-caps;
	font-size: 11px;
	font-weight: bolder;
	color: #717a88;	
	text-decoration: none;
}

.UpdateHeader
{
	padding-top: 5px;
	font-family: Verdana;
	color: #7189af;
	font-size: 11px;
	font-weight:800;
	
}
#LeftNavLogin
{
	font-family: Verdana;
	font-size: 12.5px;	
	width: 100%;
	background-color: #F6F6F6;
}

#LeftNavLogin .Textbox
{
	color: #9f9f9f;
	font-size: 10px;
	width: 175px;
}

#TellAFriend
{
	border-top: dotted 1px #4c5b7b;
	border-bottom: dotted 1px #4c5b7b;
}

#Body
{
	background-color: #6e98d3;
	background-image: url(../images/body_bg.gif); 
	width: 524px;
	height: 450px;
	background-repeat: no-repeat;	
	vertical-align: top;
	text-align: left;
	color: #FFFFFF;
	font-family: Verdana;	
}

.Footer
{
	
	top: 10px;
	background-color: #c8dda4;
	height: 50px;
	font-family: Arial;
	font-size: 10px;
}

.RegistrationSubmit
{	
	position: relative;	
	left: 12em;	
	padding-top: 5px;
	padding-bottom: 5px;
}

.SectionHeading
{
	font-size: 16px;
	font-weight: bold;
}

.InputCaption
{
	font-size: 8pt;
	font-family: Verdana;
}

.Disclaimer
{
	font-size: 8pt;
	font-family: Verdana;
}

#TableNewRegistration .TextBox
{
	width: 200px;	
	font-size: 7.5pt;
	font-family: Verdana;
}

.TextBox
{
	width: 200px;	
	font-size: 7.5pt;
	font-family: Verdana;
}

.DropDownList
{
	width: 200px;
	font-size: 7.5pt;
	font-family: Verdana;	
}

#TableNewRegistration .DropDownList
{
	width: 200px;
	font-size: 7.5pt;
	font-family: Verdana;	
}

.Message
{
	color: yellow;
	font-size: 8pt;
	font-family: Verdana;
}

#RegistrationConfirm
{
		
}

.ReadOnlyTextbox
{
	border: none;
	background-color: Transparent;
	color: white;	
	font-weight: bold;
	font-size: 13px;
	
}

.ReportFilter
{
	float: left;
	width: 600px;
	font-weight: bold;
	font-size: 10px;
	color: White;
	font-family: Verdana;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

.ReportFilterButton
{
	float: left;
	width: 100px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
}


.ReportFilterControls
{
	float: left;
	margin-left: 7px;
	margin-bottom: 4px;
}

.TitleClass
{
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	color: White;
	border-bottom: #13489B 1px solid;
	font-family: Verdana;

}

.ValidationSummary
{
	font-weight:bold !important;
	color:Red !important;
}