.TabbedPanels {
	float: left;
	clear: none;
	width: 98%; margin-left:6px; margin-top:6px; font-size:12px}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	float: left;
	margin: 0px 1px 0px 2px;
	font-weight: bold;
	background:url(../images/tab0.png) no-repeat;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	height:25px; line-height:25px;
	width:117px; text-align:center; color:#333
}
.TabbedPanelsTabHover {
}
.TabbedPanelsTabSelected {
background:url(../images/tab.png);color:#0579c4
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	background:url(../images/tab_line.png) repeat-x;
}
.liebiao li{ height:30px; line-height:30px; border-bottom:1pt dashed #ccc}
.liebiao li a{ display:block; width:580px; overflow:hidden;white-space:nowrap; text-overflow:ellipsis; }
.liebiao li span{ float:right; margin-left:3px}
.TabbedPanelsContent {
	padding: 4px;
}

.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;
}