@charset "utf-8";
/* CSS Document */

a{ color: #000000; font-size:11px; font-weight:bold; text-decoration:none;}
a:visited{ color: #000000; font-size:11px; font-weight:bold; text-decoration:none;}
a:hover{ color: #6AA426;font-size:11px; font-weight:bold;  text-decoration: underline; }
a:active{ color: #00000; font-size:11px; font-weight:bold; text-decoration: none;}


a.green{ color: #6AA426; font-size:11px; font-weight:bold; text-decoration:none;}
a.green:visited{ color: #6AA426; font-size:11px; font-weight:bold; text-decoration:none;}
a.green:hover{ color: #000000;font-size:11px; font-weight:bold;  text-decoration: underline; }
a.green:active{ color: #6AA426; font-size:11px; font-weight:bold; text-decoration: none;}

#title_small {
	color:#000000;
	font-size:11px;
	font-weight:bold;
}

.mainContainer{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	
}
.mainContainerCentered{
	width:1150px;
	text-align:left;
	
}

.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, div {
	font-size: 11px;
	color:#000000;

}

.users_info_notloggedin {
	color:#333333;
	font-size:13px;
	font-weight:bold;
	padding-left:10px;
	padding-top:4px;

}

.users_info_loggedin {
	text-decoration:underline;
	color:#004282;
	font-size:13px;
	font-weight:bold;
	padding-left:10px;
	padding-top:4px;
}


body {
	/* background-image:url(../../../images/general/bck.jpg); */
	font-family: Arial;
	color:#000000;
	font-size:11px;

}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.6em;
	color: #138786;
}

h2 {
	font-size: 1.6em;
	color: #138786;
}

h3 {
	font-size: 1.6em;
	color: #138786;
}


#headtextright_small{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	
}

#text_box {
	border-bottom:1px solid #d3d3d3;
	border-top:1px solid #d3d3d3;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
	margin-bottom:10px;
}
#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 **/
.myinputstyle {
	border: 5px solid #ffffff;
	/** remember to change image path **/
	background:#ffffff; 
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #454743;
	width:250px;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 14px;
	color: #000000;
}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/
.myinputstyle:hover {
	border: 5px solid #cccccc;
	/** remember to change image path **/
	background: url(none) no-repeat #cccccc;
	color: #454743;
}

/** 
* You can use this style for your INPUT, TEXTAREA, SELECT elements 
* for onmousefocus event
**/
.myinputstyle:focus {
	border: 5px solid #34AC48;
	/** remember to change image path **/
	background: url(none) no-repeat #34AC48;
	color: #ffffff;
}
