@charset "UTF-8";

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

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

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #DEE0D5;
	list-style: none;
	border: solid 1px #404040;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/graphics/buttons/tab.jpg);
	background-repeat: repeat-x;
	color:#fff;
}

.TabbedPanelsTabHover {
	background-color: #fff;
	background-image: url(/graphics/buttons/tab-active.jpg);
	background-repeat: repeat-x;
	color:#000;
}

.TabbedPanelsTabSelected {
	background-color: #DEE0D5;
	border-bottom: 1px solid #404040;
	background-image: url(/graphics/buttons/tab-hover.jpg);
	background-repeat: repeat-x;
	color:#000;
}

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

.TabbedPanelsContentGroup {
	clear: both;
	border: solid 1px #404040;
	background-color: #000;
	min-height:225px;
  	height:auto !important;
  	height:225px;
}

.TabbedPanelsContent {
	padding: 4px;
}

.TabbedPanelsContentVisible {
}
