/*文字和链接*/
.gray{
	color:gray;}
.b{
	font-weight: bold;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.f13{
	font: 13px Arial,'微软雅黑','宋体';
}
.f13 a {
	font: 13px Arial,'微软雅黑','宋体';
	text-decoration: none;
}
.f13 a:hover {
	text-decoration: underline;
}
.blue,.blue_now {
	color: #4F8AA7;
}
.blue_now {
	font-weight: bold;
	color: #FF0000;
}
.blue a {
	color: #4F8AA7;
}
.blue a.hover {
	color: #4F8AA7;
	text-decoration: underline;
}

/*页面布局*/
.title{
	/*width:900px;*/
	margin:20px auto 0 auto;
	color:#F00;
	font:16px Arial,'微软雅黑','宋体';
	font-weight: bold;
}
.title2{
	width:980px;
	margin:20px auto 0 auto;
	color:#F00;
	font:16px Arial,'微软雅黑','宋体';
	font-weight: bold;
}
.search{
	clear:both;
	/*width:900px;*/
	margin:20px auto 0 auto;
	border:1px solid #D8DEE3;
}
.search2{
	width:980px;
	margin:20px auto 0 auto;
	border:1px solid #D8DEE3;
}
.table_div {
    clear:both;
	width:100%;
	margin:20px auto 0 auto;
}
.table_div_too {
	width:100%;
	margin:0px auto 0 auto;
	font:14px/120% Arial,'微软雅黑','宋体';
}
.table_div_left{
	float:left;
	width:430px;
	margin:10px auto 0 auto;
	font:14px/120% Arial,'微软雅黑','宋体';
}
.table_div_right{
	float:right;
	width:350px;
	margin:10px auto 0 auto;
	font:14px/120% Arial,'微软雅黑','宋体';
}
.table_div2 {
	width:980px;
	margin:20px auto 0 auto;
}
.table,.table_page,table_form,.table04 {
	clear:both;
	border:1px solid #D8DEE3;
	text-align: center;
}
.table,.table_form {
	border-top:1px solid #D8DEE3;
	border-left:1px solid #D8DEE3;
}
/*
.table td,.table_page td,.table_form td {
	line-height: 280%;
}
*/
.table02 td,.table03 td  {
	padding:0 0 0 20px;
	line-height: 200%;
	font:14px/200% Arial,'微软雅黑','宋体';
}
.table02 th,.table03 th{
	height:35px;
	padding:0 0 0 20px;
	background:url(./images/css/tabletheadbg03.gif) repeat-x;
	font:14px/120% Arial,'微软雅黑','宋体';
	font-weight: bold;
}
.grey {
	color: #666666;
}
.red {
	color: #FF0000;
}
.table td,.table_form td {
	border-right:1px solid #D8DEE3;
	border-bottom:1px solid #D8DEE3;
}
.table th {
	height:30px;
	font-weight: bold;
	background:url(./images/css/tabletheadbg.gif) repeat-x;
}
.table .th {
	height:30px;
	font-weight: bold;
	background:url(./images/css/tabletheadbg2.gif) repeat-x;
	cursor:pointer;
}
.tr1 {
	background-color: #F6F6F6;
}
.tr2 {
	background-color: #F3F5F7;
}
.tr3 {
	background-color: #FFFFCC;
}
.table tfoot td{
	border:0;
	border-top:1px solid #D8DEE3;
	background-color: #F3F5F7;
	font-weight: bold;
}
.table_page {
	background-color: #D8DEE3;
	color:#6F7375
}
.table_unline td {
	border:0;
}
.wrong {
	border: 1px solid #d8dee3;
	line-height: 200%;
	color: #FF0000;
	background-color: #ffffe8;
	text-indent: 10px;
	width: 270px;
}
