﻿*
{
	padding: 0px;
	margin: 0px;
} 
body, html, form
{
    height: 100%;
    width: 100%;
    color: #002851;
    font-size: 12px;
    font-family: Arial, 宋体, sans-serif;
}
#layout
{
    width: 760px;
    height: auto;
    margin: 0px auto;
}
.all
{
	clear: both;
	float: none;
}
a
{
	color: #002851;
	text-decoration: none;
}
a:hover
{
	color: #480029;
	text-decoration: underline;
}
a.ablue
{
	color: #548fad;
}
a:hover.ablue
{
	color: #cc3300;
}
.noborder
{
	border: 0px;
}
.duan
{
    line-height: 160%;
}
.fonty
{
	color: #FF6600;
}
.fontqh
{
	color: #9f6768;
}
.fontblue
{
	color: #5092ac;
	font-weight: bold;
}
.hidden
{
	display: none;
}
.fontb
{
	font-weight: bold;
}
.clear
{
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
	border: 0px;
}
.hid
{
	overflow: hidden;
	text-overflow: ellipsis;
}
.dhid
{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.textbox
{
	padding: 1px 2px;
	height: 16px;
	width: 110px;
	border: 1px solid #38445F;
}
.txt
{
	padding-top: 1px;
	padding-left: 2px;
	border: 1px solid #38445F;
}
.ddl
{
	border: 0px;
	color: #800000;
	height: 20px;
	font-size: 12px;
	margin-right: 3px;
	background-color: #FFFFFF;
}
.twoline
{
	border-top: #919191 1px dashed;
	border-bottom: #919191 1px dashed;
}
#loading
{
	position: absolute;
	z-index: 1001;
	left: 30px;
	top: 30px;
	height: 35px;
	width: 115px;
	background-color: #000;
	border: #ff0000 1px solid;
}
.loadimg
{
	float: left;
}
#loading .loadtext
{
	float: left;
	padding: 2px 5px;
	width: 70px;
	height: 30px;
	line-height: 30px;
	font-size: 1.2em;
	font-weight: bold;
	color: #ccc;
	vertical-align: middle;
}
.highlight
{
	background-color: #ffffcc;
	border: #ff3300 1px solid;
}
.fonterr
{
	color: #ff6600;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}
.hand
{
	cursor: pointer;
}
.button
{
	color: #fff;
	font-weight: bold;
	border: 0;
	width: 90px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: url(../images/btn_bg.gif) no-repeat;
	cursor: pointer;
}
.btn
{
	color: #CC0000;
	font-weight: bold;
	border: 0;
	width: 55px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	background: url(../images/playbtn.gif) no-repeat;
	cursor: pointer;
}
/*---------------------------全局-----------------------*/
.ullist
{
	list-style-type: none;
}
.ullist li
{
	table-layout: fixed;
	padding: 0px 10px;
	line-height: 170%;
	overflow: hidden;
	background: url(../images/mh-submenu.gif) no-repeat left center;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ullist li a
{
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
}
.ullist li a:hover
{
	text-decoration: underline;
}
.ullist li a.current
{
}
/*-----------------------------HEAD------------------------*/
#layout #header
{
	clear: both;
	width: 760px;
	height: 150px;
	padding-right: 40px;
}
#layout #header .logo
{
	width: 160px;
	height: 100px;
	display: block;
	float: left;
    margin: 25px 0px;
}
#layout #header .headright
{
	width: 600px;
	height: 150px;
	float: left;
	background: url(../images/toppic.jpg) no-repeat;
}
#layout #header .headright .headsch
{
    height: 20px;
    color: #66CCFF;
    padding: 15px 10px;
    text-align: right;
}
#layout #header .headright .headsch .ddl
{
	background-color: Transparent;
}
#layout #header .headright .headsch .textbox
{
	width: 150px;
	border: 1px solid #9EAAC7;
	background-color: Transparent;
}
/*-----------------------NAV------------------*/
#layout #sitemenu
{
	clear: both;
	height: 25px;
	width: 750px;
	padding: 5px;
	margin-top: 10px;
	text-align: center;
	background: url(../images/menubg.gif);
}
#layout #sitemenu .ulmenu
{
    height: 25px;
	text-align: center;
    list-style-type: none;
}
#layout #sitemenu .ulmenu li
{
	height: 25px;
	float: left;
	font-size: 14px;
	margin: 0px 10px;
	line-height: 25px;
	font-family: 'Arial Black';
    list-style-type: none;
}
#layout #sitemenu .ulmenu li a
{
    color: #FFFFFF;
}
#layout #sitemenu .ulmenu li a:hover
{
    color: #CCFFFF;
}
/*----------------------------CONTENT------------------------*/
#layout #content
{
	clear: both;
	width: 760px;
	height: auto;
	margin-top: 10px;
}
#layout #content .divbody .smp,
#layout #content .tblbody tr td.tdleft .smp
{
	clear: both;
	display: block;
	height: 22px;
	line-height: 22px;
}
#layout #content .tblbody
{
	width: 760px; 
	border-collapse: collapse;
}
#layout #content .tblbody tr td
{
	padding: 0px;
	vertical-align: top;
}
#layout #content .tblbody tr td.tdleft
{
	width: 600px;
}
#layout #content .tblbody tr td.tdcenter
{
	width: 8px;
}
#layout #content .tblbody tr td.tdright
{
	width: 152px;
}

.tblbody tr td.tdright .typetop
{
	color: #CC3300;
	width: 132px;
	height: 36px;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: middle;
	line-height: 36px;
	padding: 0px 10px;
	overflow: hidden;
	background: url(../images/right_tabtop.gif) no-repeat;
}
.tblbody tr td.tdright .typemid
{
    background-position: url(../images/right_tabmid.gif);
    width: 132px;
    height: auto;
    padding: 5px 10px;
    overflow: hidden;
    background: url(../images/right_tabmid.gif);
    list-style-type: none;
}
.tblbody tr td.tdright .typefoot
{
	width: 152px;
	height: 6px;
	background: url(../images/right_tabfoot.gif) no-repeat;
}
/*----------------------------FOOT---------------------*/
#layout #footer
{
	clear: both;
	width: 760px;
	height: 100px;
	margin-top: 10px;
	border-top: solid 1px #003DC4;
}
#layout #footer .footleft
{
	float: left;
	width: 160px;
	padding: 10px 0px;
	text-align: center;
}
#layout #footer .footleft .footlogo img
{
	width: 120px;
}
#layout #footer .footright
{
	float: left;
	width: 600px;
	padding: 10px 0px;
	line-height: 25px;
}
/*-------------------------PAGER--------------------*/
div.pager
{
	width: 590px;
	padding: 5px;
	line-height: 22px;
}
div.pager div.fonty
{
	float: left;
	text-align: left;
}
div.pager div.pager
{
	float: left;
	padding: 0px;
	text-align: right;
}
div.pager a,
div.pager span.curr
{
	width: 20px;
	height: 14px;
	margin: 0px 2px;
	padding: 2px 3px;
	text-align: center;
	font-weight: bold;
	border: #666699 1px solid;
}
div.pager a:hover
{
	text-decoration: none;
	border: #000 1px solid;
	background-color: #9933FF;
}
div.pager span.curr
{
	border: #cc0000 1px solid;
	background-color: #66CCFF;
}
div.pager .pagerbtn,div.pager .pagertxt
{
	width: 25px;
	height: 18px;
	color: #640000;
	border: 1px solid #423962;
	background-color: #E1E1E1;
}
div.pager .pagertxt
{
	width: 30px;
	height: 16px;
	font-weight: bold;
	text-align: center;
}