﻿@charset "UTF-8";
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	width: 245px;
	height:58px;

}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding-top: 10px;
	width:245px;
	height:30px;
}

.TabbedPanelsTab {
	position: relative;
	font:12px sans-serif;
	float:left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:49px; /*和背景图宽度统一*/
	height:27px; /*和背景图高度统一*/
	text-align:center;
	line-height:27px;
}

.TabbedPanelsTabHover {

}

.TabbedPanelsTabSelected {

}

.TabbedPanelsTab a {

}

.TabbedPanelsContentGroup {
	float:left;
	width:240px;/*内容部分宽度*/
	height:27px;/*内容部分高度*/
}

.TabbedPanelsContent {

}

.TabbedPanelsContentVisible {
}