@charset "utf-8";

body {
	font-family: tahoma,arial,'Hiragino Sans GB',宋体;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #000;
	background-image: url(../images/background.png);
	margin: 0px;
	padding: 0px;
	z-index: 1;
	min-width: 960px;
	width:100%;
}

img{
	border:none;
}

/*选项卡样式*/

#tab_container {
	padding:0px 15px 8px 15px;
	border: 1px solid #ACE;
	background: #fff;
	box-shadow: #888 2px 2px 4px;
	-o-box-shadow: #888 2px 2px 4px;
	-moz-box-shadow: #888 2px 2px 4px;
	-webkit-box-shadow: #888 2px 2px 4px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#tab_overlay{
	position:absolute;
	background: #fff;
}

#tab_info{
	padding-top:27px;
}

.tab_content {
	padding:10px;
	font-size: 13px;
}

.tab {
	line-height:30px;
	float: left;
	margin: 5px 0 -1px 0;
	padding: 0;
	height: 30px;
	border: 1px solid #ACE;
	position: relative;
	background: #fff;
	-moz-border-radius-topleft:7px;
    -moz-border-radius-topright:7px;
	-webkit-border-top-right-radius: 7px;
 	-webkit-border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
}

.tab a {
	text-decoration: none;
	color: #174867;
	background:#fff;
	display: block;
	font-size: 13px;
	padding: 0 20px;
	outline: none;
}

.tab a:hover, .active_tab a {
	background: #39d;
	color: #FFF;
}

.tab:hover, .active_tab {
	border-bottom: 1px solid #39d;
	margin-top: 0;
	height: 35px;
	line-height: 35px;
}

#topNav {
	z-index: 100;
	position: fixed;
	left: 0px;
	top: 0px;
	min-width: 950px;
	height: 90px;
	width: 100%;
	_position: absolute; /* for IE6 */
	_top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); /* for IE6 */
	overflow: visible;
	/*background:#FFFFFF;*/
	background-image: url(../images/bg.png);
	border-bottom: 1px solid #124f67;
	-webkit-border-radius: 0 1px;
	-moz-border-radius: 0 1px;
	box-radius: 0 1px;
	box-shadow: #b4b4b4 0 0px 5px;
	-o-box-shadow: #b4b4b4 0 0px 5px;
	-moz-box-shadow: #b4b4b4 0 0px 5px;
	-webkit-box-shadow: #b4b4b4 0 0px 5px;
	font-weight:bold;
}

#navContent {
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 5px;
	z-index: 101;
}

#navDetail {
	width: 650px;
	clear: right;
	float: left;
	margin-left:10px;
}

#navDetailRight>ul {
	margin: 0px;
	padding: 25px 0 0 0;
	margin-left: 10px;
	list-style-type: none;
	height: auto;
	width: auto;
	float: right;
	position: relative;
	z-index: 102;
}

#navDetailRight>ul ul {
	margin: 0px;
	padding: 0px 0 0 0;
	margin-left: 10px;
	list-style-type: none;
	height: auto;
	width: auto;
	float: right;
}

#navDetail>ul ul ul{
	margin: 0px;
	padding: 0px 0 0 0;
	margin-left: 160px;
	list-style-type: none;
	height: auto;
	width: auto;
	float: right;
}

#navDetail ul {
	padding: 0px;
	margin: 0px;
	padding-top: 25px;
	list-style-type: none;
	height: auto;
	width: auto;
}

#navDetailRight ul li,#navDetail ul li {
	float: left;
	width: auto;
	padding: 0px;
	font-size: 13px;
	line-height: 30px;
}

#navDetailRight ul ul li,#navDetail ul ul li {
	display: block;
	width: auto;
	height: auto;
	position: relative;
	line-height: 1em;
}

#navDetailRight a,#navDetailRight a:visited,#navDetail a,#navDetail a:visited {
	display: block;
	float: left;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	text-align: center;
	width: auto;
	height: auto;
}

#navDetail a:hover,#navDetailRight a:hover,#navDetail ul ul li a:hover,#navDetailRight ul ul li a:hover {
	position: relative;
}

#navDetailRight a.current,#navDetail a.current {
	color: #004b68;
	background-color: #f0f0f0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px transparent;
}

#navDetailRight ul ul a,#navDetailRight ul ul a:visited,#navDetail ul ul a,#navDetail ul ul a:visited {
	display: block;
	font-size: 12px;
	text-align: left;
	color: #666;
	width: 150px;
	height: auto;
	line-height: 1em;
	padding: 10px 0px 10px 10px;
	border-bottom: 1px #ebebeb solid;
	background-color: #fff;
}

#navDetailRight li:hover,#navDetail li:hover {
	position: relative;
}

#navDetailRight ul>a:hover,#navDetail ul>a:hover {
	color: #004b68;
	background-color: #f0f0f0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px transparent;
}

#navDetailRight :hover>a,#navDetail :hover>a {
	color: #004b68;
	background-color: #f0f0f0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#navDetailRight ul ul a:hover,#navDetail ul ul a:hover {
	background-color: #e2e2e2;
	color: #004b68;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

#navDetailRight ul ul {
	visibility: hidden;
	height: 0px;
	top: -999em;
	left: -10px;
	width: 14em;
	border: none;
	z-index: 99;
	background-color: #FFFFFF;
	position: absolute;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
}

#navDetail ul ul {
	padding: 0px;
	visibility: hidden;
	height: 0px;
	top: -999em;
	left: 0px;
	width: 14em;
	border: none;
	z-index: 99;
	background-color: #FFFFFF;
	position: absolute;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}

#navDetailRight ul li:hover ul,#navDetailRight ul a:hover ul,#navDetail ul li:hover ul,#navDetail ul a:hover ul {
	top: 30px;
}

#navDetailRight ul ul li:hover ul,#navDetailRight ul ul a:hover ul,#navDetail ul ul li:hover ul,#navDetail ul ul a:hover ul {
	top: 0px;
}

#navDetailRight ul ul li:hover,.navDetail ul ul li:hover {
	position: relative;
}

#simplePage {
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 90px 0 8px;
	margin: 0;
}

#complexPage {
	top: 0px;
	left: 0px;
	width: 950px;
	padding: 90px 0 8px;
	margin: 0 auto 0;
}

#leftNav {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	font-size: 13px;
}

#leftNav ul {
	border-top: 1px #d5d5d5 solid;
	list-style: none;
	display: block;
	width: 150px;
	position: relative;
	padding: 10px 0 25px 0;
	margin: 5px 0px 10px 0;
	-moz-background-size: 50% 100%;
	-webkit-background-size: 50% 100%;
}

#leftNav ul li {
	margin: 5px 0 0 0;
}

#leftNav ul li a {
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #676A6D;
	padding: 7px 15px 7px 10px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	width: 120px;
	display: block;
	text-decoration: none;

}

#leftNav ul li span {
	font-size:13px;
	padding: 7px 15px 2px 10px;   
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	width: 120px;
	display: block;  
	font-weight:bold;
	color:#590505;
}

#leftNav ul li a:hover {
	background: #808080;
	color: #FFF;
	padding: 7px 15px 7px 20px;
}

#leftNav ul li a.current {
	background: #808080;
	color: #FFF;  
	padding: 7px 15px 7px 20px;
}

#leftNavTitle {
	padding: 10px 0 0px 5px;
	margin: 0px;
	font-size: 14px;
	color: #666;
}

#centerLeftIron {
	position: absolute;
	top: 0;
	left: 150px;
	padding: 0;
	margin: 0;
	width: 19px;
	height: 220px;
}

#centerLeftIron img {
	height: 100%;
}

#centerDetail {
	width: 770px;
	float: right;
}

#centerDetail td{
	padding: 0;
	margin: 0;
}

#centerTd{
	background: #FFF;
}

#eTd{
	background-repeat: repeat-y;
	background-image: url('../images/frameBox/boxBg_e.png');
}
#seTd{
	width:8px;
	height:8px;
	background-image: url('../images/frameBox/boxBg_se.png');
}
#sTd{
	background-repeat: repeat-x;
	background-image: url('../images/frameBox/boxBg_s.png');
}
#swTd{
	width:8px;
	height:8px;
	background-image: url('../images/frameBox/boxBg_sw.png');
}
#wTd{
	background-repeat: repeat-y;
	background-image: url('../images/frameBox/boxBg_w.png');
}

#complexPageFrame{
	width: 100%;
	margin-bottom: 20px;
}

#footerContent {
	width: 960px;
	clear: both;
	text-align: center;
	padding: 10px 0px 12px 10px;
	border-top: 1px #d5d5d5 solid;
	margin-left: auto;
	margin-right: auto;
}

#footerDetail a {
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	color: #000000;
}

#footerDetail a:hover {
	color: #27408B;
}

#loginBox {
	width: 370px;
	background-color: #fff;
	padding:0px 20px 20px 20px;
}


a.forgetPwd:link {
	text-decoration: none;
}

a.forgetPwd:hover {
	color: #000;
	text-decoration: underline;
}

.rememberAndResetpwd{
	margin-top: 25px;
	margin-left:60px;
	font-size:12px;
}

.remember{
	color:#666;
}

#simplePageWaiting, #complexPageWaiting{
	position:absolute;
}

.waitingBg{
	width:100%;
	height:100%;
	background-color:#FFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
}

.waitingRow{
	height:32px;
	line-height:32px;
	width:100%;
	position:absolute;
	text-align:center;
	top:50%;
	margin-top:-16px;
}

.waitingRow img{
	height:32px;
}

.clear {
	clear: both;
}