@charset "utf-8";
body {
	font-family:tahoma;
	font-size:12px;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 941px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
}
.oneColFixCtrHdr #mainContent {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	min-height:34px;
	background: url(../images/neuro_theme/MainPage/footer.jpg) no-repeat;
}
.oneColFixCtrHdr #side_bg_right  {
	background:url(../images/neuro_theme/MainPage/bg_side_right.jpg) repeat-y;
}

.oneColFixCtrHdr #side_bg_left  {
	background:url(../images/neuro_theme/MainPage/bg_side_left.jpg) repeat-y;
}
.oneColFixCtrHdr #TopMenuBg {
	padding:5px 0 0 0;
	background:url(../images/neuro_theme/MainPage/bg_topMenu_bottom.gif) no-repeat;
}
.oneColFixCtrHdr #endLine{
	margin:0;
	border-bottom:1px #CCCCCC dashed;
	height:1px;
	padding:2px 0;
}

.oneColFixCtrHdr #txtTitleContent {
	margin:0;
	text-decoration: none;
	color: #000;
	font-family: Tahoma;
	font-size:12px;
	}
.oneColFixCtrHdr #txtTitleContent a:link {
	text-decoration: none;
	color: #000;
	font-family: Tahoma;
	font-size:12px;
	}
.oneColFixCtrHdr #txtTitleContent a:visited {
	text-decoration: none;
	color: #000;
	text-decoration: none;
	}
.oneColFixCtrHdr #txtTitleContent a:active { 
	color: #000;
	text-decoration: underline;
	}
.oneColFixCtrHdr #txtTitleContent a:hover { 
	color: #000;
	text-decoration: underline;
	}
.oneColFixCtrHdr #txtDetailContent {
	margin:0;
	text-decoration: none;
	color: #1218ff;
	font-family: Tahoma;
	font-size:12px;
	}
.oneColFixCtrHdr #txtDetailContent a:link {
	text-decoration: none;
	color: #1218ff;
	font-family: Tahoma;
	font-size:12px;
	}
.oneColFixCtrHdr #txtDetailContent a:visited { 
	text-decoration: none;
	color: #1218ff;
	text-decoration: none;
	}
.oneColFixCtrHdr #txtDetailContent a:active { 
	color: #1218ff;
	text-decoration: underline;
	}
.oneColFixCtrHdr #txtDetailContent a:hover { 
	color: #1218ff;
	text-decoration: underline;
	}

.BorderImages{
	border:1px #999999 solid;
}
.txtHeaderAboutUs{
	font-family:tahoma;
	font-size:15px;
	font-weight:bold;
	color:#498929;
}
.txtNormalAboutUs{
	font-family:tahoma;
	font-size:13px;
	color:#000;
}
.BannerSlide{
	border:1px #333333 solid;
}
.AlertMsg{
	color:#FF0000;
}

.login{
	font-family:tahoma;
	font-size:11px;
	color:#333;
}
.login a:link {
	text-decoration: none;
	color:#333;
	font-family: Tahoma;
	font-size:11px;
	}
.login a:visited { 
	text-decoration: none;
	color:#333;
	text-decoration: none;
	}
.login a:active , .login a:hover{ 
	color: #333;
	font-weight:bold;
	text-decoration: underline;
	}

.txtNormal{
	font-family:tahoma;
	font-size:12px;
	color:#333;
}
.User{
	font-family:tahoma;
	font-size:12px;
	color:#FF0000;
}
.Password{
	font-family:tahoma;
	font-size:12px;
	color:#FF0000;
}
.frmLogin{
	font-family:tahoma;
	font-size:12px;
	border:1px #006600 solid;
	padding:10px;
}