@charset "UTF-8";


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


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


.TabbedPanelsTab {
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/tab-off.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 28px;
	width: 98px;
	padding-top: 7px;
	top: 1px;
	position: relative;
	background-color: #69767D;
}


.TabbedPanelsTabHover {
	font-size: 14px;
	color: #F9E18A;
	background-image: url(../images/tab-hover.png);
	background-repeat: no-repeat;
}


.TabbedPanelsTabSelected {
	font-size: 14px;
	color: #ffc808;
	background-image: url(../images/tab-on.png);
	background-repeat: no-repeat;
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	background-color: #8D9EA8;
	border: 1px solid #b1bec5;
	background-image: url(../images/tabbedpanel-background.png);
	background-repeat: repeat-x;
	background-position: center top;
	clear: both;
}


.TabbedPanelsContent {
	text-align: left;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 36px;
	padding-left: 0px;
}


.TabbedPanelsContentVisible {
}
