/* 企业后台管理通用样式 */
/* Common CSS
----------------------------------------------------------------------*/
*, ul, li {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5;
	color: #004499;
	text-align: center;
}
a {
	color:#004499;
	text-decoration:none;
}
a:hover {
	color:#004499;
	text-decoration:underline;
}
img {
	border:0;
}
p {
	margin:8px 0px;
}
h2 {
	font-size:12px;
	font-weight:normal;
}
input{
	font-size:12px;
	color:#000000;
	height:18px;
}
input.btn_01{
	font-size:12px;
	color:#000000;
	height:30px;
	padding:0 5px;
}
input.btn_02{
	font-size:12px;
	color:#000000;
	height:22px;
	padding:0 5px;
}
select{
	font-size:12px;
	color:#000000;
	height:20px;
}
textarea{
	font-size:12px;
	color:#000000;
	margin:3px;
	padding:3px;
}
/*表单宽度*/
.w80{width:80px;}
.w100{width:100px;}
.w150{width:150px;}
.w200{width:200px;}
.w250{width:250px;}
.w300{width:300px;}	
.w98p{width:98%;}	
/*Conform CSS
----------------------------------------------------------------------*/
.container {
	float:left;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
/*Header CSS
----------------------------------------------------------------------*/
.header {
	float:left;
	width:100%;
	height:112px;
	overflow:hidden;
	background:url(../images/header_bg.gif) repeat-x;
	text-align:center;
}
.header .w900 {
	width:900px;
	height:112px;
	overflow:hidden;
	margin:0 auto;
	background:url(../images/site_logo.gif) no-repeat left 15px;
}
.topnav {
	float:right;
	height:25px;
	overflow:hidden;
	margin:10px 10px 0 0;
	text-align:right;
	line-height:25px;
	display:inline;
}
.topnav a{
	height:25px;
	overflow:hidden;
	line-height:25px;
	padding:0 5px;
}
.state {
	float:right;
	height:25px;
	overflow:hidden;
	margin:10px 10px 0 0;
	text-align:right;
	line-height:25px;
	color:#666666;
	display:inline;
}
.state a{
	height:25px;
	overflow:hidden;
	line-height:25px;
	padding:0 5px;
}
.state span.logout a {
	display:block;
	float:right;
	width:73px;
	height:21px;
	overflow:hidden;
	margin-left:5px;
	background:url(../images/logout_btn.gif) no-repeat;
	line-height:23px;
	text-align:center;
	color:#000000;
	text-decoration:none;
	padding:0;
}
/*Mainnav CSS-----------------------------*/
.mainnav {
	float:left;
	width:900px;
	height:53px;
	overflow:hidden;
	margin-top:24px;
}
.mainnav ul {
	float:right;
	height:53px;
	overflow:hidden;
	margin-right:10px;
	display:inline;
}
.mainnav ul li {
	float:left;
	height:29px;
	width:100px;
	overflow:hidden;
	padding-top:24px;
}
.mainnav ul li.hot {
	float:left;
	height:38px;
	width:100px;
	overflow:hidden;
	padding-top:15px;
}
.mainnav ul li.hot a {
	display:block;
	float:left;
	height:38px;
	width:100px;
	overflow:hidden;
	background:url(../images/mainnav_hot_tab_bg.gif) no-repeat top;
	line-height:53px;
	color:#000000;
}
.mainnav ul li.hot a:hover {
	display:block;
	float:left;
	height:38px;
	width:100px;
	overflow:hidden;
	background:url(../images/mainnav_hot_cur_tab_bg.gif) no-repeat top;
	line-height:53px;
	color:#000000;
}
.mainnav ul li a {
	display:block;
	float:left;
	height:29px;
	width:100px;
	overflow:hidden;
	background:url(../images/mainnav_tab_bg.gif) no-repeat top;
	line-height:35px;
	color:#000000;
}
.mainnav ul li a:hover {
	display:block;
	float:left;
	height:29px;
	width:100px;
	overflow:hidden;
	background:url(../images/mainnav_cur_tab_bg.gif) no-repeat top;
	line-height:35px;
	color:#000000;
	text-decoration:none;
}
.mainnav ul li.cur a {
	display:block;
	float:left;
	height:29px;
	width:100px;
	overflow:hidden;
	background:url(../images/mainnav_cur_tab_bg.gif) no-repeat top;
	line-height:35px;
	color:#000000;
	font-weight:bold;
}
/*Footer CSS
-----------------------------------------------------------------------------*/
.footer {
	float:left;
	width:100%;
	height:100px;
	overflow:hidden;
	background:url(../images/footer_bg.gif) repeat-x;
	border-top:1px #dddddd solid;
	margin-top:15px;
	text-align:center;
}
.footer .w900 {
	width:900px;
	height:100px;
	overflow:hidden;
	margin:0 auto;
}

.footernav {
	width:760px;
	height:25px;
	overflow:hidden;
	text-align:center;
	margin:10px auto 0 auto;
	line-height:25px;
	color:#3763c2
}
.footernav a {
	padding:0px 10px;
}
.footer_text {
	height:auto;
	width:760px;
	overflow:hidden;
	margin:5px auto 0 auto;
	text-align:center;
	color:#666666;
	line-height:20px;
}

/*窄版用户功能页面(注册登录等)
--------------------------------------------------------------------------------*/
.header .w760 {
	width:760px;
	height:112px;
	overflow:hidden;
	margin:0 auto;
	background:url(../images/site_logo.gif) no-repeat left 15px;
}
.footer .w760 {
	width:760px;
	height:100px;
	overflow:hidden;
	margin:0 auto;
}
