﻿/* CSS Document */

body{ margin:0px; font-family:Arial, "Times New Roman", Times, serif; font-size:12px; height:100%;}
/*
a:link{color:#cc3300; text-decoration:none; }
a:hover{color:#cc3300; text-decoration:underline;}
a:visited{color:#cc3300;text-decoration:none; }
/*



/* Header*/
.head_title{ font-weight:bold;}

.bdy_title1{ color:#0099cc; font-weight:bold; }
.bdy_title2{ color:#666666; font-weight:bold; }
.bdy_title3{ color:#006699; font-weight:bold; }

.txttime {border-color:White;border-width:0;text-align:center; color:#666666;  font-family:Arial}

.head_bg{background-image:url(../images/head_bg.gif); background-repeat:repeat-x; background-color:#009dca;}

.login{ width:132px; font-size:11px;}
.login .header{ background-color:#006699; color:#FFFFFF; height:22px; vertical-align:middle;  }
.login .headerlog{ background-color:#006699; color:#FFFFFF; height:25px; vertical-align:middle;  }
.login .tab_bg{ background-image:url(../images/tab_bg.gif); background-repeat:repeat;}
.login .hgt25{ height:25px;}


.login a:link{color:#666666; text-decoration:none; font-size:11px; border-bottom:0px dotted #666666;}
.login a:hover{color:#666666; text-decoration:none; font-size:11px; border-bottom:1px dotted #666666;}
.login a:visited{color:#666666;text-decoration:none; font-size:11px; border-bottom:0px dotted #666666;}



.pad20{ padding:20px; text-align:justify;}
.pad10{ padding:10px; padding-top:0px;}


.menu{ height:27px;} 
.menu .bg{background-color:#006699; }
.menu .bg2{ background-color:#666666;}
.menu a:link{color:#ffffff; font-size:12px; text-decoration:none;  border-bottom:0px dotted #ffffff; }
.menu a:hover{color:#ffffff;  font-size:12px;text-decoration: none; border-bottom:1px dotted #ffffff;}
.menu a:visited{color:#ffffff;font-size:12px;text-decoration:none; border-bottom:0px dotted #ffffff;}


#footer{ background-color:#006699; height:19px; font-size:10px; vertical-align:middle; color:#FFFFFF; text-align:center; padding-right:20px; }
#footer a:link{color:#ffffff; font-size:11px; border-bottom:0px dotted #ffffff; text-decoration:none;  }
#footer a:hover{color:#000000;  font-size:11px;border-bottom:1px dotted #ffffff; text-decoration:none; background-color:#FF9900;}
#footer a:visited{color:#ffffff;font-size:11px;border-bottom:0px dotted #ffffff;text-decoration:none; }


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}
.clsinputlabel {

		FONT-SIZE: 10px;
		COLOR: rgb(0,102,204);
		FONT-FAMILY: Arial, "Times New Roman", Helvetica, sans-serif, "MS sans serif";
		TEXT-DECORATION: none;
		width:150px;
}
