/*****************************@Global 全局样式，主要是对标签进行了样式定义*******************/
body{
	margin:0px;
	line-height:130%;
	background-image: url(body_bg.gif);
}
tr,input,form,select,button{
	font-size:12px;
	color:#666666;
}
a{
	text-decoration: none;
	color:#333333;
}
form{
	margin:0px;
}
ul{
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 3px;
}
li{
	padding-left:0px;
	padding-top:2px;
	padding-bottom:2px;
}
/*****************************全局样式完**********************************************/


/*****************************Detail最终页********************************************
@突出色：R71 G71 B71
@辅助色：R220 G228 B234    R204 G236 B204
@主  色：R72 G180 B58
**************************************************************************************/

.detail-container{/*主体容器*/
	border:1px solid #CCCCCC;
	padding:10px;
	margin:4px;
}
.detail-title{/*标题*/
	font-size:24px;
	font-weight:bolder;
	padding-top:18px;
	padding-bottom:18px;
	text-align:center;
	line-height:130%;
	font-family: "黑体", "宋体";
}
.detail-ad{
	width:200px;
	background-color:#EFEFEF;
	border-left:4px solid white;
}
.detail-bar {/*条*/
	background-color:#CCECCC;
	border-top: 1px solid #669900;
	padding: 3px;
}
.detail-tools {/*工具条，如字体大小，打印，关闭窗口*/
	border-bottom: 1px solid #669900;
	padding: 3px;
}
.detail-content{
	padding:3px;
	line-height:150%;
	font-size:14px;
}
.detail-relation{/*相关内容*/
	padding:3px;
	font-size:14px;
}
#detail-thumbpic {
	background-color: #CCCCCC;
	border:1px solid #333333;
	width:120px;
	height:100px;
	float:left;
}
.detail-admin{
	font-weight:bold;
	color:white;
	background-color:red;
}
#contactinfo{
}
#contactinfo .left{
	font-weight:bold;
}


/*****分页列表页*****/
#pager{
	border:1px solid #CCCCCC;
}
#pager .Header{
	background-color:#FF9900;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#pager .Header a{
	color:white;
	font-weight:bold;
}
#pager .AlternatingItem{
	background-color:#EFEFEF;
}
#pager .Footer{
	background-color:#EFEFEF;
}
#pager .Subject{
	color: gray;
}
#pager .Subject a{
	font-weight:bold;
	font-size: 14px;
	color: #666666;
	text-decoration: underline;
}
#pager .CorpName a{
	font-size: 12px;
	color: #0000CC;
	text-decoration: underline;
}
#pager .Subscription{
	color:gray;
	word-break:break-all;
	layout:fixed;
}
#pager #chatonline{
	color:red;
}
#pager #chatoffline{
	color:blue;
}
/*****分页列表页完*****/
.clear {
	CLEAR: both;
}
.tips{
	color:blue;
	font-size:12px;
 	/*font-family: "楷体_GB2312";*/
}
.errTips{
	color:#FF0000;
}
.stepTips{
	font-size:14px;
	font-weight:bold;
}

/*****************************************布局表格******************************************/
#header{
	width:780px;
	height:80px;
}
#main{
	width:780px;
	height:50px;
	margin-top:0px;
}
#main td.left{
	width:200px;
	padding-right:8px;
}
#footer{
	width:780px;
	height:50px;
}
#nav{
	width:780px;
	padding:6px;
	background-image: url(nav_bg.gif);
}
#nav a{
	padding:0px;
	color:white;
	font-weight:bold;
	margin-right:12px;
	text-decoration: none;
	font-size:14px;
}
/*****************************************@Layout End 布局表格完******************************************/



/*****************************************@Print Start 适合打印的样式**************************************/
.printTable{
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}
.printTable td{
	font-size:12px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
/*****************************************@Print End 适合打印的样式完**************************************/


.location{
	background-color:#E5ECF9;
	font-weight:bold;
	height:28px;
	width:780px;
}
.location td{
	padding-left:20px;
	background-color:#E5ECF9;
}
.search{
	width:780px;
	height:28px;
	background-color:#666666;/*#DC121E;/*中国红×中*/
	color:white;
}
.search form{
	margin:0px;
	padding:0px;
}
.search input,buttom,select,option{
	color:black;
	font-size:12px;
	border:1px solid gray;
}



.border{
	 border:1px solid #CCCCCC;
}
.bar{
	background-color:#FF9933;
	padding:6px;
	color:white;
	font-weight:bold;
}
.light-bar{
	font-weight:bold;
	background-color:#E5ECF9;
	padding:4px;
	font-size: 12px;
	height: 25px;
	color: #333333;
}
.mid-bar{
}
.gray-bar{
	font-weight:bold;
	background-color:#9BA9D8;
	padding:4px;
	padding-left:12px;
	font-size: 14px;
	color: white;
}
.border-bar{
	font-weight:bold;
	background-color:#E5ECF9;
	padding:4px;
	font-size: 12px;
	height: 25px;
	color: #333333;
	border-bottom:2px solid #CCCCCC;
}
.list{
	line-height:100%;
	list-style-type:none;
	padding:4px;
}

#ul-vouchpics{
	margin:0px;
}
#ul-vouchpics li{
	float:left;
	text-align:center;
	padding:4px;
}
#ul-vouchpics img{
	border:1px solid gray;
	margin-bottom:3px;
}
ul.ul-2col li{
	width:50%;
	text-align:center;
	padding:4px;
	float:left;
}
ul.ul-2col img{
	border:1px solid gray;
	margin-bottom:3px;
}





.block1{
	margin-top:4px;
	margin-left:4px;
}
.block1 li{
	border-bottom:1px dotted #CCCCCC;
}
.img1{
	border:1px solid white;
}
.subs1{
	color:white;
	padding:2px;
}
.subs1 a{
	color:white;
}
#header .sitename {
	font-family: "隶书","黑体","宋体";
	font-size: 28px;
	color: #EA5906;
}
#header .siteurl {
	font-size: 16px;
	color: #EA5906;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}


.main{
	width:780px;
	height:50px;
	background-color:white;
}
.main td.left{
	width:200px;
	padding-right:8px;
}

table.header{
	width:780px;
	height:80px;
	border-bottom:4px solid #336699;
}
table.footer{
	width:780px;
	height:50px;
}
.copyright{
	width:780px;
	height:80px;
	border-top:4px solid #336699;
	background-color:white;
}



