﻿body 
{
	font-size:12px
}

.color_clas{ float:left; width:100%;}
.color_clas ul{ list-style:none;padding:0 0 0 0; margin:0 0 0 0;}
.color_clas ul li{list-style:none; margin: 0 0 0 0; padding:0 0 0 0; float:left;}
.span_{ display: block; margin-top:5px; padding:0 0 0 2px; cursor:pointer}

.input_out{ border:1px #CFCFCF solid; width:150px; height:20px; line-height:20px; background-color:#FCFCFC; 
	 }
.input_over{ border:1px #F00803 solid; width:150px; background-color:#FEEFEE; vertical-align:middle;}


.logindiv{ float:left; width:auto;}


/*----------提示表格*/
.helptable { width: 100%; background: #FDFFF5 url(images/help_info.gif) no-repeat 0 0; border: 1px solid #D5D8C7; margin-bottom: 20px; }
.helptable td { padding: 15px 15px 15px 35px; line-height: 1.5em; }
.helptable ul { padding: 0; margin: 0 0 0 2em; }


/*----------主题表格*/
.maintable { width: 100%; border-collapse: collapse; border: solid; border-color: #86B9D6 #D8DDE5 #D8DDE5; border-width: 3px 1px 1px; }
.maintable th,
.maintable td { border: 1px solid #D8DDE5; padding: 5px; }
.maintable th { background: #F3F7FF; width: 160px; text-align: right; color: #00599B; font-weight: bold; }
.maintable .th,
.maintable .th { border: 1px solid #D8DDE5; padding: 5px; }
.maintable .th { background: #F3F7FF; width: 160px; text-align: right; color: #00599B; font-weight: bold; }

/*----------表单表格*/
.formtable { width: 100%; border-collapse: collapse; border: solid; border-color: #FFA800 #FFA800 #FFA800; border-width: 3px 1px 1px; font-size:12px;}
.formtable th,
.formtable td
{ border: 1px solid #FFA800; padding: 5px; }
.formtable th { background: #FFFFE5; width: 160px; text-align: right; color: #f00000; font-weight: bold; }
.formtable td th,
.formtable td td
{ border: none;  padding: 0px; }
.formtable .net th,
.formtable .net td { border: 1px solid #D5D8C7; padding: 5px; }
.formtable th p { margin: 0; color: #909DC6; }
.formtable .th,
.formtable .th
{ border: 1px solid #D5D8C7; padding: 5px; }
.formtable .th { background: #F3F7FF; width: 160px; text-align: right; color: #00599B; font-weight: bold;}
.formtable .th p { margin: 0; color: #909DC6;}
.formtable input { behavior:url(Users/input.htc) }
.formtable input {
	border:expression((type=="text" || type=="password" ) ? '1px solid #CCC' : 'none');
	height:expression((type=="text" || type=="password" ) ? '17px' : '');
} 


/*******登陆页按钮样式*******/
.enter
{
    background-image: url(images/bt_enter.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 74px;
	margin: 0px;
	padding: 0px;
	
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}

.register
{
    background-image: url(images/bt_register.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 74px;
	margin: 0px;
	padding: 0px;
	
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}


/******登陆页文本框样式******/


.Linput_out{ border:1px #CFCFCF solid; width:150px; background-color:#FCFCFC; 
	HEIGHT: 25px;line-height:25px;
	font-weight:bold;
	font-family:"Microsoft YaHei" ! important;
	 }
.Linput_over{ border:1px #F00803 solid; width:150px; background-color:#FEEFEE; vertical-align:middle;
	HEIGHT: 25px;line-height:25px;
	font-weight:bold;
	font-family:"Microsoft YaHei" ! important;
	}


.listPage a {
	color: #666666;
	text-decoration: none;
}
.listPage a:hover {
	text-decoration: underline;
}










.logClass{ float:left; width:100%; font-size:12px}
.logClass ul{ list-style:none;padding:0 0 0 0; margin:0 0 0 0;}
.logClass ul li{list-style:none; margin: 0 0 0 20px; padding:0 0 0 0; float:left; border:1px solid #FF6600; background-color:#FFFFE5}
.logClass ul li span{ display: block; padding:1px 1px 1px 1px; cursor:pointer}