@charset "utf-8";
* {
	margin:0;
	padding:0;
	font-family:Tahoma, Verdana, Arial, Helvetica, "宋体", sans-serif;
}
body {
	font-size:12px;
	color:#333;
	line-height:150%;
	background:#fff;
}
select, option, input, textarea {
	font-size:12px;
	color:#333;
}
small {
	font-size:11px;
}
a {
	font-size:12px;
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#007996;
	text-decoration:underline;
}
a img {
	border:none;
}
.modcont a img {
	padding:1px;
	border:1px solid #ccc;
}
.modcont a:hover img {
	border-color:#007996;
}
/*
 * common classes
 */
.boxwrap {
	clear:both;
	margin:0 auto;
	width:948px;
}
.clearfloat {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
	overflow:hidden;
}
/*
 * 头部
 */
.header {
	height:98px;
	background:url(../img/bg_navi.png) repeat-x 0 0;
	border-bottom:1px solid #ccc;
}
body.red .header {
	background-position:0 -196px;
}
body.blue .header {
	background-position:0 -98px;
}
body.green .header {
	background-position:0 0;
}
#h_logo {
	position:absolute;
	padding-left:30px;
}
#h_logo h1 {
	_width:251px;
	_height:98px;
	_text-indent:-9999px; /* IE6 */
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ztemc/res/img/logo.png'); /* IE6 */
}
#skincontrol {
	position:absolute;
	margin-left:240px;
	margin-top:-83px;
	color:#666;
	white-space:nowrap;
}
#skincontrol span {
	display:-moz-inline-box;
	*+display:inline-block;
	margin-top:0;
	*+margin-top:1px;
	vertical-align:middle;
}
#skincontrol a {
	display:-moz-inline-box;
	*+display:inline-block;
	margin-top:1px;
	*+margin-top:0;
	width:8px;
	height:8px;
	overflow:hidden;
	border:1px solid #fff;
	vertical-align:middle;
}
#skincontrol a.red {
	background:#952217;
}
#skincontrol a.blue {
	background:#176095;
}
#skincontrol a.green {
	background:#609517;
}
#skincontrol a.active {
	border:1px solid #000;
}
#h_user {
	float:right;
	padding-left:20px;
}
#h_link {
	float:right;
}
#h_user, #h_link {
	word-spacing:5px;
}
#h_user a, #h_link a {
	color:#666;
	line-height:36px;
}
#h_user a:hover, #h_link a:hover {
	text-decoration:underline;
}
.h_form {
	float:right;
	clear:right;
	height:32px;
}
.h_form .txt {
	display:block;
	float:left;
	padding:2px;
	width:200px;
	border-width:1px 0px 1px 1px;
	border-style:solid;
	border-color:#7f9db9;
}
.h_form select {
	display:block;
	float:left;
	margin-right:5px;
	padding-top:1px;
}
.h_form .btn {
	display:block;
	float:left;
	width:60px;
	height:20px;
	text-indent:-9999px;
	background:url(../img/btn_search.png) no-repeat;
	border:none;
	cursor:pointer;
}
body.red .h_form .btn {
	background-position:0 -20px;
}
body.blue .h_form .btn {
	background-position:0 0;
}
body.green .h_form .btn {
	background-position:0 -40px;
}
#h_navi {
	float:right;
	clear:right;
}
#h_navi ul {
	list-style-type:none;
	padding-right:60px;
}
#h_navi li {
	float:left;
}
#h_navi li a {
	display:block;
	padding:3px 11px 0 13px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:27px;
}
#h_navi li a:hover {
	color:#f7bd1e;
	text-decoration:none;
}
#h_navi li a.active {
	/*color:#609517;*/
	background:url(../img/bg_navi_active.png) no-repeat 50% 50%;
	_background:none;
	_width:30px;
	_height:27px;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ztemc/res/img/bg_navi_active.png'); /* IE6 */
}
/*
 * 主内容
 */
#container {
}
/*
 * 底部
 */
#footer {
	margin-top:12px;
}
#footer .footlink {
	text-align:center;
	line-height:250%;
	background:#f4f4f4;
	border-bottom:1px solid #ccc;
	word-spacing:5px;
}
#footer .copyright {
	margin:10px;
	text-align:center;
	line-height:200%;
}
#footer .ooxx {
	margin:10px;
	text-align:center;
	line-height:200%;
}
/*
 * 换肤
 */
body.red .titbar h2, body.red .titbar p, body.red .titbar p a, body.red .tabbar h2, body.red .tabbar p, body.red .tabbar p a {
	color:#952217;
}
body.blue .titbar h2, body.blue .titbar p, body.blue .titbar p a, body.blue .tabbar h2, body.blue .tabbar p, body.blue .tabbar p a {
	color:#176095;
}
body.green .titbar h2, body.green .titbar p, body.green .titbar p a, body.green .tabbar h2, body.green .tabbar p, body.green .tabbar p a {
	color:#609517;
}
/*
 * 弹出层样式
 */
.popup {
	background:#fff;
	border:5px solid #7e7e7e;
}
.popup_9 {
	border-color:#0187c5;
}
.popup .popup_titleclose {
	padding:1px 0 0 10px;
	height:23px;
	border-bottom:1px solid #ccc;
	cursor:move;
}
.popup .popup_title {
	font-size:14px;
	font-weight:bold;
	line-height:23px;
}
.popup .popup_close {
	position:absolute;
	right:6px;
	top:1px;
	width:23px;
	height:23px;
	background:url(../img/icon_close.png) no-repeat 50% 50%;
}
.popup .popup_close span {
	display:none;
}
.popup .popup_content {
	padding:26px 10px 10px 62px;
	min-height:26px;
	_height:26px;
	font-size:12px;
	background-repeat:no-repeat;
	background-position:20px 20px;
}
/* 0-出错, 1-成功, 2-选择, 9-框架 */
.popup .popup_content_0 {
	background-image:url(../img/icon_error.png);
}
.popup .popup_content_1 {
	background-image:url(../img/icon_success.png);
}
.popup .popup_content_2 {
	background-image:url(../img/icon_confirm.png);
}
.popup .popup_content_3 {
	padding:10px;
	text-align:center;
	background:none;
}
.popup .popup_content_9 {
	padding:10px;
	height:4em;
	background:none;
}
.popup .popup_content iframe {
	width:100%;
	height:100%;
	_height:auto;
}
.popup .popup_buttonpane {
	padding:10px;
	height:18px;
	text-align:center;
}
.popup .popup_buttonpane a {
	display:block;
	float:right;
	margin-left:6px;
	padding-bottom:2px;
	padding-left:2px;
	width:52px;
	height:16px;
	line-height:16px;
	color:#fff;
	text-align:center;
	background:url(../img/bg_btn.png) no-repeat;
	text-decoration:none;
}
.popup .popup_buttonpane a:hover {
}
