@charset "UTF-8";

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

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

.TabbedPanelsTab {
	position: relative;
	top: 2px;
	float: left;
	list-style: none;
	border: 1px solid #BFC1CA;
	border-bottom: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	padding: 0px 7px 0px 23px;
	width: 168px;
	background-image: url(../img/bg_top_tab.gif);
	background-repeat: no-repeat;
	line-height: 24px;
}

.TabbedPanelsTabHover {
	text-decoration: underline;
}

.TabbedPanelsTabSelected {
	background-color: #FFFFFF;
	background-image: url(../img/icon_tab_01.gif);
	background-position: 10px;
	background-repeat: no-repeat;
	padding-left: 27px;
	font-weight: bold;
	position: relative;
	top: 1px;
	line-height: 26px;
	width: 164px;
}

.TabbedPanelsContentGroup {
	clear: both;
	border: 1px solid #BFC1CA;
}

.TabbedPanelsContent {
	padding: 9px 16px;
}


