@charset "UTF-8";
.TabbedPanels {
	padding: 0px;
	float: left;
	clear: none;
	width: 685px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	background-color: #E8E8E8;
	list-style: none;
	border-bottom: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image: url(../images/tab3.png);
	background-repeat: no-repeat;
	background-position: -1px -1px;
	height: 28px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-family: sans-serif;
	font-size: 0.8em;
	line-height: 125%;
	outline:none
}
.TabbedPanelsTabHover {
	background-color: #CCC;
	color: #8C1E08;
}
.TabbedPanelsTabSelected {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: #BBB;
	border-top-color: #BBB;
	border-right-color: #BBB;
	border-left-color: #BBB;
}
.TabbedPanelsContent {
	padding: 15px;
	background-color: #FFF;
}
.TabbedPanelsContent p {
	margin-bottom: 12px;
}
.TabbedPanelsContent ul li {
	margin-left: 40px;
	list-style-type: square;
}
.TabbedPanelsContentVisible {
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	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;
	height: 20em;
}
.right {
	background-attachment: scroll;
	background-image: url(../images/tab3.png);
	background-repeat: no-repeat;
	background-position: right -1px;
	float: right;
	height: 36px;
	width: 6px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-right: 8px;
	overflow: hidden;
}
