/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#f0e6ca;
	margin:0px;
}
a{
	color:#1c3161;
	text-decoration:none;
}
a:hover{
	color:#1c3161;
	text-decoration:underline;
}
.opacity50{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.opacity25{
	filter:alpha(opacity=35);
	-moz-opacity:0.35;
	-khtml-opacity: 0.35;
	opacity: 0.35;
}
.opacity75{
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

.topMenu{
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	background-image:url(../../images/topMenuBG.gif);
	height:36px;
}

.topMenu a{
	color:#000000;
	text-decoration:none;
	display:table-cell;
	#display:inline-block;
	padding-left:9px;
	padding-right:9px;
	padding-top:14px;
	padding-bottom:6px;
	
}
.topMenu a:hover{
	background-image:url(../../images/topMenuBGhover.gif);
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	-khtml-opacity: 1.00;
	opacity: 1.00;
	background-color:#1c3161;
	color:#FFFFFF;
}
.topMenu .seperator{
	display:table-cell;
	#padding-bottom:8px;
}

.title1{
	color:#1c3161;
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
}
.Title{
	color:#1c3161;
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
}
.SmallTitle{
	font-size:11px;
	color:#444444;
}
.input{
	border:1px solid #a7a7a7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px; 
}
.button{
	border:1px solid #a7a7a7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px; 
}

.divHover:hover{
	cursor:pointer;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;	
}
.SubBar{
	background-color:#1c3161;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	color:#FFFFFF;
}
.listTable th{
	background-color:#1c3161;
	color:#FFFFFF;
	text-align:left;
}
.listTable th:hover{
	cursor:pointer;
	background-color:#2a437c;
}
.listTable td{
	background-color:#d3e7e6;
}
.listTable .row0 td{
	background-color:#c0d3d2;
}
.listTable .rowHover td{
	cursor:pointer;
	background-color:#b2c5c4;
}
#bottominfo a, #bottominfo a:link, #bottominfo a:visited {
	color: white;
}
