@charset "UTF-8";


.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;
	/* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
#TabbedPanels2{
	padding:0 5px;
	width:auto;
	}


.TabbedPanelsTabGroup {
	margin: 0px 0 15px;
	padding: 0px 0;
	border-right: solid 1px #D9D9D9;
	overflow:hidden; width:306px;
	
}
#tabhuan {
	margin: 0px 0 1px;
	padding: 0px 0;
	border:none;
	overflow:hidden; width:306px;
}


.TabbedPanelsTab {
	position: relative;
	top: 0px;
	float: left;
	padding:0px; 
	width:94px; 
	height:28px; text-align:center; line-height:28px;
	margin: 0px 0px 0px 0px;
	font-family:"微软雅黑";
	font-size:14px;
	background: url(../img/tabhover.jpg) repeat-x;
	list-style: none;
	border-left: solid 1px #D9D9D9;
	border-bottom: solid 1px #D9D9D9;
	border-top: solid 1px #D9D9D9;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
#tabhuan .TabbedPanelsTab {
	width:125px; 
	height:40px; text-align:center; line-height:45px;
	margin: 0px 0px 0px 0px;
	font-family:Arial;
	font-size:16px;
	background: none;
	border:none;
	color:#154D80;font-weight:bold
}

.TabbedPanelsTabHover {
	background:#E8E9E8; color:#154D80; font-weight:bold;
	
}
#tabhuan .TabbedPanelsTabHover {
	background:#fff; color:#154D80; font-weight:bold;
	
}


.TabbedPanelsTabSelected {
	background:#E8E9E8; color:#154D80; font-weight:bold;
}
#tabhuan .TabbedPanelsTabSelected {
	background:#fff; color:#154D80; font-weight:bold;
	
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both; margin-top:-9px;
}


.TabbedPanelsContent {
	padding:10px 0 0; border-top:1px solid #d9d9d9;
}
#tabkuan .TabbedPanelsContent {
	border-top:none; background:#fff; padding:0px;}
/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}


.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}


.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}


.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

