body
{
	background:#FFFFFF none repeat scroll 0%;
	color:Black;
	margin:0px;
	padding: 0px 20px 0px 20px;
	font-family: "Segoe UI", sans-serif;
	font-size: 14px;
}

a
{
	color:#236B8E;
	font-weight:normal;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.mainTable
{
	width:100%;
}

.headerDiv
{
	border-bottom:solid 1px #0A1419;
}

.footerDiv
{
	border-top:solid 1px #0A1419;
}


.footerDiv a:hover, .footerDiv a:focus
{
	text-decoration:underline;
}

.footer-about, .footer-terms, .footer-privacy, .footer-contact
{
	font-size:small;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 10px;
	color:#00009C;
}

.footer-terms, .footer-privacy, .footer-contact
{
	border-left:solid 1px #D2DCF3;
}

.Button
{
	color:White;
	width:95px;
	height:23px;
	cursor:pointer;
	font-size:12px;
	border: Solid 1px Black;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#00009C',EndColorStr='#0033FF');

}

.ApproveButton
{
	color:White;
	width:130px;
	height:23px;
	cursor:pointer;
	border: Solid 1px Black;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#7FFF00',EndColorStr='#84A326');

}

.RejectButton
{
	color:White;
	width:130px;
	height:23px;
	cursor:pointer;
	border: Solid 1px Black;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FF0000',EndColorStr='#C11B17');

}

.popDialog
{
	color:#333366;
	font-weight:normal;
	border: solid 1px black;
	background-color:#ffffcc;	
	position: absolute;
	font-size:11px;
}

.helpDivClass
{
	width:300px;
	background-color:#FFFFCC;
	color:#000000;
	border:solid 1px black;
	overflow:auto;
	position:absolute;
	text-align:left;
	font-size:11px;
}

.helpDivClass TD
{
	color:#000000;
	text-align:left;
}

.HelpButton
{
	cursor:help;
}

.HyperLink
{
    color:#236B8E;
}

.HyperLink a:hover
{
    text-decoration:underline;
}

.SearchBox
{
    border: solid 2px #C0D9D9;
    width: 260px;
}

.SearchDDL
{
    border: solid 2px #C0D9D9;
    font-family: "Segoe UI", sans-serif;
	font-size: 12px;
}

.TextBox
{
    font-family: "Segoe UI", sans-serif;
	font-size: 14px;
    margin-right: 1px;
}

.CopyRight
{
    text-align:left;
    font-size:11px;
    color:#0a246a;
}

.TipTitle
{
  font-size:large;
  font-weight: bold;  
  color:#0A1419; 
}

.TipArea
{
     border: solid 2px #C0D9D9;
     width:645px;
}

.TipLabels
{
    font-weight:bold;
}

.MainScreenTitle
{
    color:#0a246a;
    font-weight:bold;
    font-size: 50px;
}

.Text
{
    color:#0a246a;
}

.Hint
{
    font-size:x-small;
}

.ActionsTip
{
    
	border-top:dashed 1px #0A1419;
}