@charset "UTF-8";


.TabbedPanels {
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}


.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	font: bold 0.7em sans-serif;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width: 80px;
	margin-right: 1px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-image: url(../../images/navigation/tab-off-bg-wide.gif);
	height: 18px;
}

.TabbedPanelsTabHover {
	text-decoration: underline;
}

.TabbedPanelsTab H2{
	line-height: 15px;
	font-family: Arial, verdana, "lucida grande", sans-serif;
	font-size:11px;
	margin:0px 3px 0px 3px;
	padding:0px 0 2px 0;
	text-align:center;
}


.TabbedPanelsTabSelected {
	background-image: url(../../images/navigation/tab-on-bg-wide.gif);
	background-color: #FFFFFF;
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
}


.TabbedPanelsContent {
	padding: 4px;
}

.TabbedPanelsContent H3{
	font-weight: normal;
	padding: 3px;
}

.TabbedPanelsContent div {
	padding-left: 15px;
	position: relative;
	top: -7px;
}


.TabbedPanelsContentVisible {
}
