@charset "UTF-8";

.TabbedPanels {
	color: #CC0000;
	font-size: 12px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	
}


.TabbedPanelsTabGroup {
	font-size: 12px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}


.TabbedPanelsTab {
	background-image: url(../images/tab_02.jpg);
	background-position: center center;
	color: #333333;
	font-size: 12px;
	font-weight:bold;
	position: relative;
	top: 1px;
	float: left;
	padding: 0px 0px;
	margin: 1px 1px 0px 0px;
	font: 12px sans-serif;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}



.TabbedPanelsTabSelected {
	color: #003399;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	background-image: url(../images/tab_02.jpg);
	background-position: center center;
}


.TabbedPanelsContentGroup {
	color: #CC0000;
	font-size: 12px;
	font-weight:bold;
	clear: both;
	border-left: solid 1px #D2D2D2;
	border-bottom: solid 1px #D2D2D2;
	border-top: solid 1px #D2D2D2;
	border-right: solid 1px #D2D2D2;

}

.TabbedPanelsContent {
	padding: 2px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	color: #CC0000;
	font-size: 12px;
	font-weight:bold;
	float: left;
	width: 10em;
	background-color: #D2D2D2;
	position: relative;
	border-top: solid 1px #D2D2D2;
	border-right: solid 1px #D2D2D2;
	border-left: solid 1px #D2D2D2;
	border-bottom: solid 1px #D2D2D2;
}

.VTabbedPanels .TabbedPanelsTab {
	color: #003399;
	font-size: 12px;
	font-weight:bold;
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	color: #003399;
	font-size: 12px;
	font-weight:bold;
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	color: #003399;
	font-size: 12px;
	font-weight:bold;
	clear: none;
	float: left;
	padding: 0px;

	height: 20em;
}
