@charset "UTF-8";


.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;
	margin-top:4px;
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/four_select.gif);
	background-repeat: no-repeat;
	width: 120px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #D8E8FE;
	text-align: center;
	height: 25px;
	line-height: 25px;
}


.TabbedPanelsTabHover {
	line-height: 23px;
	color: #FFFFFF;
	background-image: url(../images/four_select_ok.gif);
	background-repeat: no-repeat;
}

.TabbedPanelsTabSelected {
	background-image: url(../images/four_select_ok.gif);
	background-repeat: no-repeat;
}

.TabbedPanelsTab a {
	color: #cbd5e7;
	text-decoration: none;
	display:block;
	width:120px;

}
.TabbedPanelsTab a:hover {
	color: #000033;
}
.TabbedPanelsContentGroup {
	clear: both;
	background-color: #FFFFFF;
	text-align: left;
}

.TabbedPanelsContent {
	padding: 4px;
	padding-bottom: 20px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a2adc9;
	border-right-color: #a2adc9;
	border-bottom-color: #a2adc9;
	border-left-color: #a2adc9;
}

.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;
}
