@charset "UTF-8";
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	width:625px;
	height:32px;
	background:url(../images/bt_6.gif) no-repeat;
	border-bottom:solid #dfdfdf 1px;
}
.TabbedPanelsTab {
	position: relative;
	float: left;
	margin: 0px 1px 0px 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:101px;
	height:28px;
	font-size:13px;
	font-family:"微软雅黑", "黑体";
	padding:4px 0px 0px 0px;
}
.TabbedPanelsTabHover {
	background:url(../images/bt_7.gif) no-repeat;
	color:#0B67B2;
}
.TabbedPanelsTabSelected {
	background:url(../images/bt_7.gif) no-repeat;
	color:#0B67B2;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
}
.TabbedPanelsContent {
    width:623px;
	height:305px;
	padding:1px;
	text-align:left
}
.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;
}