@charset "utf-8";
/* CSS Document */

table, td, div { /* redundant rules for bad browsers  */
    font-family: Verdana;
	font-size: 10px;
	line-height: 1.3em;
}

#blue_header {
	color:#352171;
	font-size:18px;
	font-weight:bold;
}		

a{ color: #000000; text-decoration: none; }
a:visited{ color: #000000; text-decoration: none; }
a:hover{ color: #EE8435;  text-decoration: underline; }
a:active{ color: #000000; text-decoration: underline; }

a.whitelink { color: #000000; text-decoration: none; }
a.whitelink:visited { color: #000000; text-decoration: none; }
a.whitelink:hover { color: #35ac46;  text-decoration: underline; }
a.whitelink:active { color: #000000; text-decoration: underline; }


.mainContainer{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	
}

.mainContainerCentered{
	width:970px; 
	text-align:left;
	background-image:url(../../../images/general/background.png); background-position:bottom; background-repeat:no-repeat;
	background-color:#FFFFFF;
}

.input_box {
	width: 200px;
	height:22px;
	border: 1px solid #E4E4E4;
	vertical-align:middle;
	background:url(../../../images/general/bck_input.jpg);
	padding: 2;
}

.input_check_box {
	border: 0px solid #ffffff;
}

#button {
	color:#ffffff;
	font-weight:bold;
}

#container{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	
}

html {overflow-y: scroll;}


/* nm styles */
table, tr, td {
	font-size: 12px;
	color:#000000;

}


body {
	color:#000000;
	background-color:#ffffff;   
	font-family: Verdana;
	font-size: 10px;
	line-height: 1.3em;
}

#non_current { 
	color:#FFFFFF;
}

#current { 
	color:#cc0000;
}

#input_label { 
 color:#000000;
 font-size:12px;
 font-weight:bold;	
}
/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
