@charset "UTF-8";
.TabbedPanels {
	border:0px;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;
}

.TabbedPanelsTabGroup {
	background:#FFFFFF;
	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: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 15px;
	padding-left: 15px;
	height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3C9F1E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C9F1E;
}
.TabbedPanelsTab span{
	background-image: url(../images-1/EduIcoPic.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
.TabbedPanelsTabhover {
	line-height: 20px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C9F1E;
	color: #F00;
}
.TabbedPanelsTabSelected {
	line-height: 20px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C9F1E;
	background-image: url(../images-1/SlideRightTopBack.gif);
	background-repeat: repeat-x;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	background-color:#FFFFFF;
	font:"宋体";
	font-size:16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3C9F1E;
}
.TabbedPanelsContent {
	padding: 4px;
	font:"宋体";
	font-size:16px;
}
.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:#FFFFCC;
	border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

