@charset "UTF-8";

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;
	outline:none;
}

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

.TabbedPanelsTab {
	position: relative;
	vertical-align:middle;
	top: 1px;
	float: left;
	padding: 2px;
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:7px;
	margin: 0px 1px 0px 0px;
	font: 12px tahoma;
	background-repeat:repeat-x;
	background-position:top;
	list-style: none;
	-moz-user-select: 4px;
	-khtml-user-select: 4px;
	cursor: pointer;
	outline:none;
}

.TabbedPanelsTabHover {
	background-image:none;
	background-color: #c7cfd8;
	color:#FFF;
	outline:none;
}

.TabbedPanelsTabSelected {
	background-image:none;
	background-color: #fefefe;
	color:#000;
	border:#D6D6D6;
	border-top-width:1px;
	border-top-style:solid;
	border-right-width:1px;
	border-right-style:solid;
	border-left-width:1px;
	border-left-style:solid;
	outline:none;
}

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

.TabbedPanelsContentGroup {
	clear: both;
	padding-top:7px;
	padding-bottom:5px;
	border:#D6D6D6;
	border-top-width:1px;
	border-top-style:solid;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	padding-bottom:20px;
	background-color:#fefefe;
	outline:none;
}

.TabbedPanelsContent {
	padding: 4px;
	outline:none;
}

.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;
	outline:none;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
	outline:none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
	outline:none;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
	outline:none;
}


