
input , select , textarea , option ,button{
	font-family : tahoma,verdana,fantasy;
	font-size : 12px;
	color : #000;
}
#main
{
	width:1000px;
	margin:0px auto;
}
#head
{
	height:180px;
	border-left:1px #C0CDDC solid;
	border-right:1px #C0CDDC solid;
}
#menu
{
	background:#fff url("images/site/menu_bg.gif") repeat-x bottom;
	height:30px;
	line-height:30px;
	text-align:left;
	border:1px #C0CDDC solid;
	margin-bottom : 2px; 
}
.menu{
	white-space :nowrap;
}
.menu ul {
	clear:both;
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline
}
.menu li {	
	float:left;
	margin:0;
	padding:0;
}
.mainmenu_li,.menu li{
	position:relative
}
.m_ul{
	line-height:30px;	
	}
.mainmenu_li a {
	display:block;
	padding:0 8px;
}
.mainmenu_li a:hover {
	color:#070268;		
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:0 7px
}
.menutext{
	padding:0 8px
}
.submenu {
	position:absolute;
	z-index : 100;
	left:0px;
	top:24px;
	width:100px;
	white-space : nowrap; 
	margin:0 ;
	background:#F7F6F6;
	border:1px solid #C1DBB0;
	border-top:1px solid #C1DBB0;
	display:none;
}
.submenu ul {
	display:block;
	margin: 0px;
	padding: 0px;
	text-align:left;
	list-style-type: none
}
.submenu ul li {
	clear:both;
	display:block;	
	margin:0;
	border:none;
	width:100%;
	border-top:1px solid #e9e9e9
}
.submenu ul li a {
	line-height:22px;
	padding:0 0px 0 20px;
	margin:0;
	border:none
}
.submenu ul li a:hover {	
	background:#E7F1E0;
	margin:0;
	line-height:22px;
	padding:0 0px 0 20px;
	border:none;
	text-decoration : none;
}
.table_1 {
	background : #CECECE;
	padding: 0px;
}
.table_1 .td1 {
	background : #D0E5FC;
}
.table_1 .td2 {
	color: #000;
	background : #fff;
}
th {
	background: #fff url('Images/tab/images/tab_14.gif');
	color: #000;
	height: 26px;
	line-height: 26px;
	padding: 0px;
	font-weight: 800;
}
.tit1
{
	text-align:right;
	font-weight:800;
}
.field-validation-error
{
	color:Red;
}