@charset "utf-8";
/* CSS Document */
body.reg_LeftAside{
	display:block;
}
body.reg_NoAside aside{
	display:block;
}
body.reg_NoAside{
	display:block;
}
body.reg_NoAside aside{
	display:none;
}
body.reg_NoAside section.pageContent{
	width:100%;
	background:#fff;
	padding:30px 0;
}

body.reg_OnlyContent{
	display:block;
}
body.reg_OnlyContent header{
	display:none;
}
body.reg_OnlyContent footer{
	display:none;
}
body.reg_OnlyContent aside{
	display:none;
}
body.reg_OnlyContent div.erweimaBox{
	display:none;
}
body.reg_OnlyContent section.pageContent{
	width:1000px;
}
body.reg_TopAside{}
body.reg_TopAside aside{
	width:1000px;
}
body.reg_TopAside section.pageContent{
	width:1000px;
}

/*--------------------------------注册页面页眉--------------------------------*/
header {
	position: relative;
	z-index: 4;
	position: relative;
	background: url(/portal/images/header_logo_wrap.png) center top no-repeat #fff;
	/* overflow: hidden; */
	height: 203px;
}
section.logo {
	width: 100%;
	margin: 0px auto;
	height: 156px;
	overflow: hidden;
	position: relative;
	z-index: 9999;
	background-image: url(/portal/images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
section.logo h1 {
	width: 100%;
	height: 156px;
	background-image: url(/portal/images/header_rbg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
section.logo h1 a {
	display: block;
	width: 1002px;
	height: 156px;
	margin: 0 auto;
	background-image: url(/portal/images/logo.png);
	background-repeat: no-repeat;
	background-position: -200px 12px;
	text-indent: -9999px;
}
nav {
	overflow: hidden;
	zoom: 1;
	width: 1002px;
	margin: 0 auto;
	background-image: url(/portal/images/mainNav_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 47px;
}
nav ul {
	overflow: hidden;
	width: 1004px;
	margin: 0 auto;
}
nav li {
	float: left;
	width: 139px;
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	padding: 0 30px;
}
nav li a {
	display: block;
	text-align: center;
	color: #333;
}
nav li a:hover {
	display: block;
	height: 47px;
	background-image: url(/portal/images/mainNav_abg.jpg);
	background-repeat: no-repeat;
}
nav ul ul {
	display: none;
	position: absolute;
	z-index: 100;
	float: left;
	width: 175px;
	border: solid 1px #ebebeb;
	border-top: none;
	padding: 10px 0 10px 20px;
	background-color: #fff;
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.12);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.12);
	box-shadow: 0 5px 10px rgba(0,0,0,.12);
}
nav ul li:hover ul {
	display: block;
}
nav ul li:hover a {
	display: block;
	height: 47px;
	background-image: url(/portal/images/mainNav_abg.jpg);
	background-repeat: no-repeat;
}
nav li li {
	float: none;
	width: auto;
	height: 33px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: normal;
	line-height: 33px;
	background-image: url(/portal/images/navliliBg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
nav li li a:link, body.HT_Home nav li li a:visited {
	display: block;
	text-align: left;
	background-image: none;
}
nav li li a:hover {
	background-image: none;
	float: none;
	width: auto;
	line-height: 33px;
}
nav li li:hover a {
	background-image: none;
}
p.views {
	width: 1350px;
	margin: 0 auto;
	position: relative;
	z-index: -5;
	top: -33px;
	color: #7f7f7f;
	text-align: right;
}
p.views span {
	background: url(../images/votepic.gif) left center no-repeat;
	padding-left: 18px;
}


/*--------------------------------注册页面页脚--------------------------------*/
footer {
	overflow: hidden;
	background: #333;
	border-top: solid 2px #c7000a;
	text-align: center;
	color: #999;
	padding-bottom: 15px;
	font-size: 12px;
}
footer nav {
	background: none;
}
footer section {
	background: #2c2c2c;
	height: 50px;
	line-height: 50px;
}
footer section div{
	display:inline;
}
footer section h4.titleBar {
	display: inline;
	font-size: 14px;
	font-weight: bold;
}
footer a {
	padding: 0 20px;
	background: url(../images/nav_line.jpg) no-repeat right center;
	color: #fff;
	font-size: 12px;
}
footer a:hover {
	color: #c7000a;
}
footer p a,
footer p a:hover {
	color: #999;
	background: none;
	padding: 0 5px;
}
/*--------------------------------登录页面--------------------------------*/
body.HT_Login footer {
	padding-top: 30px;
}
body.HT_Login .pageContent .Module {
	padding: 30px;
}
body.HT_Login .pageContent .Module ul li {
	padding: 10px 6px;
}
body.HT_Login .pageContent .Module ul li label {
	width: 70px;
	line-height: 30px;
}
body.HT_Login .pageContent .Module h4.TitleBar {
	font-size: 25px;
	font-weight: normal;
	color: #434a54;
	text-indent: 4px;
}
body.HT_Login .pageContent .Module ul li img {
	/*padding-left: 10px;*/
}
body.HT_Login input[type=submit], body.HT_Login input[type=button] {
	background-repeat:no-repeat;
	color: #fff;
	margin: 0 0;
}
body.HT_Login input[type=submit]:hover, body.HT_Login input[type=button]:hover {
	background-repeat:no-repeat;
}