@charset "UTF-8";
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	margin-left:25px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	height:22px;
	font:12px "宋体";color:#626262;
width:70px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	padding-top:3px;
	text-align:center;
line-height:22px;
}
.TabbedPanelsTabHover {
	background-color: #fff;
}
.TabbedPanelsTabSelected {
font:bold 12px "宋体";
color:#42752c;
text-align:center;
background:url(../images/m25.jpg) no-repeat;
color:#fff;
width:63px;
height:22px;
line-height:22px;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
height:200px;

}
.TabbedPanelsContent {

	width:100%;
}
.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;
}

