@charset "UTF-8";
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 343px; /* 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;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: 0.8em arial;
	background:#fff url(../img/aba_non_selected.jpg) no-repeat left;
	width:71px;
	height:13px;
	list-style: none;
	color:#fff;
	border-left:0px;
	border-bottom: solid 1px #fff;
	border-top:0px;
	border-right:0px;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTabHover {
	background:url(../img/aba_selected.jpg) no-repeat left;
	color:#A5BBA5;
}
.TabbedPanelsTabSelected {
	background:#fff url(../img/aba_selected.jpg) no-repeat left;
	border-bottom: 1px solid #fff;
	color:#A5BBA5;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-left:0px;
	border-bottom:0px;
	border-top: solid 1px #A5BBA5;
	border-right:0px;
	background-color: #fff;
}
.TabbedPanelsContent {
	height:55px;
	padding-bottom:5px;
	padding-left:7px;
	padding-right:7px;
	padding-top:5px;
	font-family:Arial, verdana, Georgia;
	font-size:11px;
	color:#666666;
}
.TabbedPanelsContentVisible {
}