﻿@charset "utf-8";
/* CSS Document */

body{
	background:url(../images/bodyBG.jpg) #f1f1f1 repeat-x left top;
	margin:0px;
	padding:0px;
}
p{
	padding:0px 0px 15px 0px;
	margin:0px;
	font-family:verdana;
	font-size:11px;
	text-align:justify;
}
p a{
	color:#FF0000;
	text-decoration:none;
}
p a:hover{
	text-decoration:underline;
}
form{
	padding:0px;
	margin:0px;
}
.companyBody{
	height:100%;
	border-right:1px solid #757575;
	border-left:1px solid #757575;
}
.footer{
	background:url(../images/horizontal-seperator.jpg) #207a13 repeat-x left top;
	font-family:Tahoma;
	font-size:11px;
	color:#fff;
}
.footer a{
	font-family:Tahoma;
	font-size:11px;
	color:#fff;
}
.bodyContent{
	background:url(../images/horizontal-seperator.jpg) #f6fcf6 repeat-x left top;
	padding:20px;
}
.header{
	background:url(../images/top-header.jpg) no-repeat left top;
	height:220px;
}
.topMenu{
	background:#d1e1ce;
	height:30px;
	padding:0px 0px 0px 0px;
	margin:0px;
}
.topMenu li{
	float:left;
	list-style:none;
}
.topMenu li a{
	color:#000;
	font-family:Tahoma;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	padding:7px 20px;
	display:block;
}
.topMenu li a:hover{
	background:#085e64;
	color:#fff;
}
.topMenuSelected{
	background:#085e64;
}
.topMenu li.topMenuSelected a{
	color:#fff;
}
.headerMenu,.headerMenu a{
	font-family:verdana;
	font-size:12px;
	color:#000;
	padding:0px 8px;
	text-decoration:none;
}
.headerMenu a:hover{
	color:#fff;
}
.headerMenu a.colo:hover{
	color:#085E64;
}
.borderRight{
	border-right:1px solid #ececec;
}
.borderBottom{
	border-bottom:1px solid #ececec;
}
.blueArrow{
	margin:0px 0 0 20px;
	padding:0 0 0 0;
}
.blueArrow li{
	list-style-position: outside;
	list-style-image:url(../images/list-arrow.gif);
	padding:0 0 4px 0;
	margin:0 0 0 0;
	font-family:verdana;
	font-size:11px;
}
.blueArrow li a{
	color:#000000;
}
.quickFactsLeft{
	background:url(../images/quick-fact-left.gif) no-repeat left top;
	width:10px;
	height:27px;
}
.quickFactsCenter{
	background:url(../images/quick-fact-center.gif) repeat-x left top;
	height:27px;
	font-family:verdana;
	font-size:11px;
}
.quickFactsCenter a{
	color:#FF0000;
	text-decoration:none;
}
.quickFactsCenter a:hover{
	text-decoration:underline;
}
.quickFactsRight{
	background:url(../images/quick-fact-right.gif) no-repeat right top;
	width:36px;
	height:27px;
}
h2{
	color:#0d5f64;
	padding:0px 0px 12px 0px;
	margin:0px;
	font-weight:bold;
	font-size:16px;
	font-family:"Trajan Pro", "Times New Roman";
}	
h2 span{
	color:#ff0101;
}	
h2.special{
	color:#0d5f64;
	margin:10px 10px 0px 10px;
	font-weight:bold;
	font-size:16px;
	font-family:"Trajan Pro", "Times New Roman";
}
.specialPad{
	margin:10px 10px 0px 10px;
}
.content{	
	font-family:verdana;
	font-size:11px;
}
.content a{
	color:red;
}
.inputType{
	border:1px solid #999999;
	font-family:verdana;
	font-size:11px;
	margin-bottom:5px;
	width:300px;
}
.formClass tr td{
	text-align:left;
}
.formClass tr td a{
	float:right;
	color:#C2C8C2;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
}
.formClass tr td a:hover{
	color:#000;
}
.newText{
	width:280px;
	margin:5px 10px;
	background:#f3f3f3;
	border:1px solid #a5a5a5;
	padding:3px;
	font-family:Arial;
	font-size:12px;
}
h1{
	padding:10px 0px;
	margin:0px;
	font-size:14px;
	font-family:Georgia;
	font-weight:bold;
}
#totalAmountDollar, .mandatory {
	color: #FF0000;
}



/* styles for upload and download settings 
Start
*/

.ajaxPad{
	border:2px solid #BECFD7;
	background:#F0F8FF;
	width:606px;
}

.TableOuterBorder{
	border:1px solid #aaaaaa;
}

.upSelected{
	padding:5px;
	border-left:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
	border-top:2px solid #ffc740;
}
.upNormal{
	background:#f2f2f2;
	padding:3px;
	border-left:1px solid #aaaaaa;
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid #aaa;
}

.downSelected{
	border-top:2px solid #ffc740;
	padding:5px;
	border-right:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
}
.downNormal{
	background:#f2f2f2;
	padding:3px;
	border-right:1px solid #aaaaaa;
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid #aaa;
}
.headLink{
	color:#666;
	text-decoration:none;
}
.headLink:hover{
	color:#000;
	text-decoration:none;
}
.borderSides{
	border-bottom:1px solid #aaa;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
}
.borderBottomSpec{
	border-bottom:1px solid #aaa;
}
#downloadContent{
	display:none;
}
/*
End
*/

