@charset "gb2312";
/*

bright: rgb(234,242,255);
normal: rgb(120,172,255);
dark:	rgb(0,66,174);

*/




.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		570px;
	height:     192px;
	float:      right;
}

.dynamic-tab-pane-control .tab-row .tab {
	font-family:	Verdana, Arial, "宋体";
	font-size:		12px;
	cursor:			Default;
	display:		inline;
	margin:			0 -5px 1px 7px;
	float:			left;
	padding:		6px 9px 4px 8px;
	background:	    url('../images/news_bg.gif');
	border:			1px solid;
	border-color:	#9DCDED;
	
	cursor:			hand;
	cursor:			pointer;
	
	z-index:		1;
	position:		relative;
	top:			0;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	border:			1px solid #9DCDED;
	border-bottom:	0;
	z-index:		3;
	padding:		6px 9px 4px 8px;
	margin:			0 -5px 1px 7px;
	top:			0;
	background:	    url('../images/tab_selected.gif');
}

.dynamic-tab-pane-control .tab-row .tab a {
	font-family:		Verdana, Arial, "宋体";
	font-size:			14px;
	color:				#002C47;
	text-decoration:	none;
	cursor:			hand;
	cursor:			pointer;	
}

.dynamic-tab-pane-control .tab-row .hover a {
	color:	#333;
}

.dynamic-tab-pane-control .tab-row .tab.selected a {
	font-weight:	bold;
	color:          #333;
}

.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid #9DCDED;
	background:		#fff;
	z-index:		2;
	position:		relative;
	top:			-2px;
	color:			#666;
	font-family:	Verdana, Arial, "宋体";
	font-size:		12px;
	padding:		8px 8px 0 8px;
	min-height:     174px;
}

.dynamic-tab-pane-control .tab-page ul.row {
    margin: 0;
	padding: 0 0 8px 0;
	width: 100%;
}

.dynamic-tab-pane-control .tab-page ul li.album {
    display: inline;
	float: left;
	}
	
.dynamic-tab-pane-control .tab-page ul li a img {
    border: 1px solid #B4B4B4;
	padding: 1px;
	float: left;
	width: 76px;
	}
	
.dynamic-tab-pane-control .tab-page ul.single {
    float: left;
    margin: 0;
	padding: 0 0 0 5px;
	}
	
.dynamic-tab-pane-control .tab-page ul li.intro {
    line-height: 26px;
	width: 98px;
	word-break: keep-all;
	overflow: hidden;
    }
	
.dynamic-tab-pane-control .tab-page ul li a {
    color: #00335A;
	text-decoration: none;
	}
	
.dynamic-tab-pane-control .tab-page ul li a:hover {
    color: #F60;
	text-decoration: underline;
	}
	
.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
	background:		#fff;
	height:			1.85em;
	width:			100%;
}



/* second tab pane */
.second-tab-pane-control.tab-pane2 {
	position:	relative;
    width:      256px;
	float:      right;
}

.second-tab-pane-control .tab-row .tab {
	font-family:	Verdana, Arial, "宋体";
	font-size:		14px;
	cursor:			Default;
	display:		inline;
	margin:			0 -1px 0 0;
	float:			left;
	padding:        5px 7px;
	background:	    url('../images/h2_bg01.gif');
	border:			1px solid #9DCDED;
	
	cursor:			hand;
	cursor:			pointer;
	
	z-index:		1;
	position:		relative;
	top:			0;
}

.second-tab-pane-control .tab-row .tab.selected {
	border:			1px solid #9DCDED;
	border-bottom:	0;
	z-index:		3;
	padding:        5px 7px;
	margin:			0 -1px 0 0;
	top:            0;
	background:	    url('../images/tab_selected.gif');
}

.second-tab-pane-control .tab-row .tab a {
	font-family:		Verdana, Arial, "宋体";
	font-size:			14px;
	color:				rgb(0,66,174);
	text-decoration:	none;
	cursor:			hand;
	cursor:			pointer;	
}

.second-tab-pane-control .tab-row .hover a {
	color:	#333;
}

.second-tab-pane-control .tab-row .tab.selected a {
	font-weight:	bold;
}

.second-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid #9DCDED;
	background:		#fff;
	z-index:		2;
	position:		relative;
	top:			-2px;
	color:			Black;
	font-family:	Verdana, Helvetica, Arial;
	font-size:		12px;
	padding:		0;
	min-height:     369px;
}

.second-tab-pane-control .tab-page ul {
    margin: 0;
	padding: 4px;
	width: 240px;
	}
	
.second-tab-pane-control .tab-page ul li {
    color: #00437B;
	float: left;
	line-height: 20px;
	word-break: keep-all;
	overflow: hidden;
	list-style: none;
	}

.second-tab-pane-control .tab-page ul li a {	
    color: #00437B;
	text-decoration: none;
	float: left;
	padding-top: 2px;
	}
	
.second-tab-pane-control .tab-page ul li a:hover {
	color: #F60;
	text-decoration: underline;
	}
	
.second-tab-pane-control .tab-page ul li input {
    float: left;
	}
	
.second-tab-pane-control .tab-page ul li span {
    border: none;
    float: right;
	}

.second-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
	background:		#fff;
	height:			1.85em;
	width:			100%;
}


/* fourth tab pane */
.fourth-tab-pane-control.tab-pane4 {
	position:	relative;
    width:      256px;
	float:      left;
	margin-left: 5px;
}

.fourth-tab-pane-control .tab-row .tab {
	font-family:	Verdana, Arial, "宋体";
	font-size:		14px;
	cursor:			Default;
	display:		inline;
	margin:			0 -1px 0 0;
	float:			left;
	padding:        5px 11px 5px 10px;
	background:	    url('../images/h2_bg01.gif');
	border:			1px solid #9DCDED;
	
	cursor:			hand;
	cursor:			pointer;
	
	z-index:		1;
	position:		relative;
	top:			0;
}

.fourth-tab-pane-control .tab-row .tab.selected {
	border:			1px solid #9DCDED;
	border-bottom:	0;
	z-index:		3;
	padding:        5px 11px 5px 10px;
	margin:			0 -1px 0 0;
	top:            0;
	background:	    url('../images/tab_selected.gif');
}

.fourth-tab-pane-control .tab-row .tab a {
	font-family:		Verdana, Arial, "宋体";
	font-size:			14px;
	color:				rgb(0,66,174);
	text-decoration:	none;
	cursor:			hand;
	cursor:			pointer;	
}

.fourth-tab-pane-control .tab-row .hover a {
	color:	#333;
}

.fourth-tab-pane-control .tab-row .tab.selected a {
	font-weight:	bold;
}

.fourth-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid #9DCDED;
	background:		#fff;
	z-index:		2;
	position:		relative;
	top:			-2px;
	color:			Black;
	font-family:	Verdana, Helvetica, Arial;
	font-size:		12px;
	padding:		0;
	min-height:     369px;
}

.fourth-tab-pane-control .tab-page ul {
    margin: 0;
	padding: 4px;
	width: 240px;
	}
	
.fourth-tab-pane-control .tab-page ul li {
    color: #00437B;
	float: left;
	line-height: 20px;
	word-break: keep-all;
	overflow: hidden;
	list-style: none;
	}

.fourth-tab-pane-control .tab-page ul li a {	
    color: #00437B;
	text-decoration: none;
	float: left;
	padding-top: 2px;
	}
	
.fourth-tab-pane-control .tab-page ul li a:hover {
	color: #F60;
	text-decoration: underline;
	}
	
.fourth-tab-pane-control .tab-page ul li input {
    float: left;
	}
	
.fourth-tab-pane-control .tab-page ul li span {
    border: none;
    float: right;
	}

.fourth-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
	background:		#fff;
	height:			1.85em;
	width:			100%;
}

/* fifth tab pane */
.fifth-tab-pane-control.tab-pane5 {
	position:	relative;
    width:      256px;
	float:      right;
}

.fifth-tab-pane-control .tab-row .tab {
	font-family:	Verdana, Arial, "宋体";
	font-size:		14px;
	cursor:			Default;
	display:		inline;
	margin:			0 -1px 0 0;
	float:			left;
	padding:        5px 11px 5px 10px;
	background:	    url('../images/h2_bg01.gif');
	border:			1px solid #9DCDED;
	
	cursor:			hand;
	cursor:			pointer;
	
	z-index:		1;
	position:		relative;
	top:			0;
}

.fifth-tab-pane-control .tab-row .tab.selected {
	border:			1px solid #9DCDED;
	border-bottom:	0;
	z-index:		3;
	padding:        5px 11px 5px 10px;
	margin:			0 -1px 0 0;
	top:            0;
	background:	    url('../images/tab_selected.gif');
}

.fifth-tab-pane-control .tab-row .tab a {
	font-family:		Verdana, Arial, "宋体";
	font-size:			14px;
	color:				rgb(0,66,174);
	text-decoration:	none;
	cursor:			hand;
	cursor:			pointer;	
}

.fifth-tab-pane-control .tab-row .hover a {
	color:	#333;
}

.fifth-tab-pane-control .tab-row .tab.selected a {
	font-weight:	bold;
}

.fifth-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid #9DCDED;
	background:		#fff;
	z-index:		2;
	position:		relative;
	top:			-2px;
	color:			Black;
	font-family:	Verdana, Helvetica, Arial;
	font-size:		12px;
	padding:		0;
	min-height:     369px;
}

.fifth-tab-pane-control .tab-page ul {
    margin: 0;
	padding: 4px;
	width: 240px;
	}
	
.fifth-tab-pane-control .tab-page ul li {
    color: #00437B;
	float: left;
	line-height: 20px;
	word-break: keep-all;
	overflow: hidden;
	list-style: none;
	}

.fifth-tab-pane-control .tab-page ul li a {	
    color: #00437B;
	text-decoration: none;
	float: left;
	padding-top: 2px;
	}
	
.fifth-tab-pane-control .tab-page ul li a:hover {
	color: #F60;
	text-decoration: underline;
	}
	
.fifth-tab-pane-control .tab-page ul li input {
    float: left;
	}
	
.fifth-tab-pane-control .tab-page ul li span {
    border: none;
    float: right;
	}

.fifth-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
	background:		#fff;
	height:			1.85em;
	width:			100%;
}

/* sixth tab pane */
.sixth-tab-pane-control.tab-pane6 {
	position:	relative;
    width:      256px;
	float:      left;
}

.sixth-tab-pane-control .tab-row .tab {
	font-family:	Verdana, Arial, "宋体";
	font-size:		14px;
	cursor:			Default;
	display:		inline;
	margin:			0 -1px 0 0;
	float:			left;
	padding:        5px 18px;
	background:	    url('../images/h2_bg01.gif');
	border:			1px solid #9DCDED;
	
	cursor:			hand;
	cursor:			pointer;
	
	z-index:		1;
	position:		relative;
	top:			0;
}

.sixth-tab-pane-control .tab-row .tab.selected {
	border:			1px solid #9DCDED;
	border-bottom:	0;
	z-index:		3;
	padding:        5px 18px;
	margin:			0 -1px 0 0;
	top:            0;
	background:	    url('../images/tab_selected.gif');
}

.sixth-tab-pane-control .tab-row .tab a {
	font-family:		Verdana, Arial, "宋体";
	font-size:			14px;
	color:				rgb(0,66,174);
	text-decoration:	none;
	cursor:			hand;
	cursor:			pointer;	
}

.sixth-tab-pane-control .tab-row .hover a {
	color:	#333;
}

.sixth-tab-pane-control .tab-row .tab.selected a {
	font-weight:	bold;
}

.sixth-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid #9DCDED;
	background:		#fff;
	z-index:		2;
	position:		relative;
	top:			-2px;
	color:			Black;
	font-family:	Verdana, Helvetica, Arial;
	font-size:		12px;
	padding:		0;
	min-height:     369px;
}

.sixth-tab-pane-control .tab-page ul {
    margin: 0;
	padding: 4px;
	width: 240px;
	}
	
.sixth-tab-pane-control .tab-page ul li {
    color: #00437B;
	float: left;
	line-height: 20px;
	word-break: keep-all;
	overflow: hidden;
	list-style: none;
	}

.sixth-tab-pane-control .tab-page ul li a {	
    color: #00437B;
	text-decoration: none;
	float: left;
	padding-top: 2px;
	}
	
.sixth-tab-pane-control .tab-page ul li a:hover {
	color: #F60;
	text-decoration: underline;
	}
	
.sixth-tab-pane-control .tab-page ul li input {
    float: left;
	}
	
.sixth-tab-pane-control .tab-page ul li span {
    border: none;
    float: right;
	}

.sixth-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
	background:		#fff;
	height:			1.85em;
	width:			100%;
}
tr,td{font-size:9pt}
  .L16 {LINE-HEIGHT:130%} A:link {color:#000000;text-decoration:none} A:visited {color:#000000;text-decoration:none} A:active {color:#000000;text-decoration:none} A:hover {color:#ff0000;text-decoration:underline} a.do,a.do:link,a.do:visited{color:#0000a0;text-decoration:underline} a.do:hover,a.do:active{color:#009933;text-decoration:none} INPUT{BORDER-TOP-WIDTH:1px;PADDING-RIGHT:1px;PADDING-LEFT:1px;BORDER-LEFT-WIDTH:1px;FONT-SIZE:9pt;BORDER-LEFT-COLOR:#cccccc;BORDER-BOTTOM-WIDTH:1px;BORDER-BOTTOM-COLOR:#cccccc;PADDING-BOTTOM:1px;BORDER-TOP-COLOR:#cccccc;PADDING-TOP:1px;HEIGHT:19px;BORDER-RIGHT-WIDTH:1px;BORDER-RIGHT-COLOR:#cccccc} select{BORDER-TOP-WIDTH:1px;PADDING-RIGHT:1px;PADDING-LEFT:1px;BORDER-LEFT-WIDTH:1px;FONT-SIZE:9pt;BORDER-LEFT-COLOR:#cccccc;BORDER-BOTTOM-WIDTH:1px;BORDER-BOTTOM-COLOR:#cccccc;PADDING-BOTTOM:1px;BORDER-TOP-COLOR:#cccccc;PADDING-TOP:1px;HEIGHT:18px;BORDER-RIGHT-WIDTH:1px;BORDER-RIGHT-COLOR:#cccccc} form{MARGIN-BOTTOM:0px;MARGIN-TOP:0px;PADDING-BOTTOM:0px;PADDING-TOP:0px;font-size:9pt";font-size:9pt }
