@charset "utf-8";
/*----------------------------global----------------------------*/
body {
	margin:0;
	font-size:14px;
	font-family:Arial, Verdana,ËÎÌå;
	line-height: 1.5;
	color: #000000;
	background-color:#ffffff;
}
img {
	border:0px;
}
a {
	font-size: 14px;
	color: #737573;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	color: #f77521;
	text-decoration:underline;
}
.clear {
	clear:both;
}
/*----------------------------public----------------------------*/
.inputBox {
	height:20px;
	line-height:20px;
	color:#9c9a9c;
	border: 1px solid #999999;
}
.inputArea {
	color:#008800;
	border: 1px solid #999999;
	background:url(../img/icoWutnews.gif) center no-repeat;
}
.button {
	height:23px;
	color:#666666;
	background:#ffdf5a;
	border-width: 1px;
	border-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #EEEEEE;
}
.aLine {
	padding:2px;
} 
.infoMsg {
	color:#0C4681;
}
.pageView {
	padding:5px;
}
.pageView ul{
	list-style:none;
	padding:0;
	margin:0;
	float:right;
}
.pageView li{
	float:left;
	margin:2px;
	text-align:center;
	border: 1px solid #efa642;
	font-size:14px;
    background:url(../images/navLinkBg.gif);
}
.pageView li .current
{
    font-weight:bolder;
    background:url(../images/navLinkBg.jpg);
	color:#FFFFFF;
}
.pageView li a{
	font-size:14px;
	padding:6px;
	color:#f77d29;
}
.pageView li a:hover{
	font-size:14px;
	color:#FFCC00;
    font-weight:bolder;
    background:url(../images/navLinkBg.jpg);
}
.pageView input {
	width:40px;
	color:#666666;
	background-color:#F5F5F5;
	border: 1px solid #999999;
}
#content {
	width:980px;
	background-color:#FFFFFF;
	margin:0 auto;
}
/*----------------------------top----------------------------*/
#top {
	width:980px;
	margin:0 auto;
	padding:0;
	height:104px;
	background-image:url(../images/top.jpg);
}
.nav {
    width:975px;
	margin:0 auto;
	height:25px;
	padding-top:5px;
	border-left:5px solid #F77D29;    
	list-style:none;
} 
.nav_left {
    float:left;
    width:120px;
}
.nav ul{
	margin:0 auto;
	padding:0;
	float:left;
}
.nav li{
    float:left;
    width:80px;
    background:url(../images/navLinkBg.gif);
    margin-left:2px;
    line-height:25px;
} 
.nav a{
    display:block;
    text-align:center;
    height:25px;
} 
.nav a:visited{
    color:#666;
    text-decoration:none;
} 
.nav a:hover{
    color:#FFF; 
    font-weight:bold;
    text-decoration:none;
    background:url(../images/navLinkBg.jpg);
} 
/*----------------------------font_color----------------------------*/
.red_msg {
	color:#FF0000;
}
.ora_msg {
	color:#FF6600;
}
.blue_msg {
	color:blue;
}
.gray_msg {
	color:#666666;
}
/*----------------------------bottom----------------------------*/
#bottom {
	width:980px;
	margin:0 auto;
	background-color:#FFFFFF;
}
.botDetail {
	margin:0 auto;
	width:100%;
	text-align:center;
	padding:20px 0 20px 0;
}