@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 10px;
	margin: 0px 1px 0px 0px;
	
	list-style: none;

	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	cursor:hand;
}


.TabbedPanelsTabHover {
	cursor:hand;
	cursor:pointer;
	color:#333333;
}


.TabbedPanelsTabSelected {

	
	cursor:hand;
	cursor:pointer;
}


.TabbedPanelsTab a {
	
	text-decoration: none;
	color:#0668ab;
font-family:Tahoma;
font-size:10px;
font-weight:bold;
cursor:pointer;
cursor:hand;
}


.TabbedPanelsContentGroup {
vertical-align:top;

}


.TabbedPanelsContent {
	padding: 4px;
	margin-top:0px;
font-family:Tahoma;
font-size:12px;
color:#515253;
width:620px;
}


.TabbedPanelsContentVisible {
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 9em;
	height: 190px;
	margin-top:10px;
	position: relative;

}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
	color:#0668ab;
font-family:Tahoma;
font-size:12px;
font-weight:bold;
cursor:pointer;
cursor:hand;

}


 
 .VTabbedPanels .TabbedPanelsTabSelected {
	
	
	color:#333333;
	
}
 
 
 
.VTabbedPanels .TabbedPanelsTabHover {
	
	cursor:hand;
	cursor:pointer;
	color:#2b8fff;
	
}



.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 26em;
	height: 12em;
	
}

