@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: 1px;
	float: left;
	padding: 4px 3px;
	margin: 0px 2px -4px 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background:url(../images/bottom-tab-off.gif) left top no-repeat;
	width:104px;
	height:22px;
	line-height:22px;
	color:#666666;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
.TabbedPanelsTabHover {
	background:url(../images/bottom-tab-on.gif) left top no-repeat;
	color:#ffffff;
}

.TabbedPanelsTabSelected {
	background:url(../images/bottom-tab-on.gif) left top no-repeat;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	/*background-color: #EEE;*/
}

.TabbedPanelsContent {
	padding: 4px;
}
.TabbedPanelsContent ul,li{ margin:0; padding:0; margin-left:7px; padding-bottom:5px; list-style-image: url(../images/bottom-left-bullets.gif)}
.TabbedPanelsContentVisible {
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
}

