@charset "UTF-8";

 



.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;  
}
 
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
 
.TabbedPanelsTab {
	position: relative;
	top: 9px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height:17px;*height: 23px;_height: 23px;
	width: 64px;*width: 74px;_width: 74px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 6px;
	left: 50px;
}

 
.TabbedPanelsTabHover {

}
 
.TabbedPanelsTabSelected {
	color: #CC3300;
	background-image: url(../images/i_r34_c9.jpg);
}

 
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

 
.TabbedPanelsContentGroup {
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
}

 
.TabbedPanelsContent {
	padding: 4px;
}
 
.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;
}