@charset "UTF-8";

#TabbedPanels1 a, #TabbedPanels1 a:visited{color:#333; text-decoration:none}
#TabbedPanels1 a:hover{color:#2686d0; text-decoration:underline}
#TabbedPanels1 li{background:url(../../images/bullet.jpg) no-repeat 0 4px; list-style-type:none;font-weight:bold;line-height:18px; color:#333; padding-left:15px;}
#TabbedPanels1 li:hover{background:url(../../images/bullet-hover.jpg) no-repeat 0 4px;padding-left:15px}
#TabbedPanels1 .more{ background:url(../../images/sep.jpg) repeat-x top; margin:0; padding:8px 0; font-size:10px; text-align:right}
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
}

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

.TabbedPanelsTab {
width:145px;
float:left;
	position: relative;
	top: 0;
	margin:0;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background:url(../../images/h1_hover.jpg) repeat-x; 
	height:35px; 
	line-height:35px; 
	font-size:14px; 
	font-weight:bold; 
	text-align:center;
}
.TabbedPanelsTab li{ list-style-type:none; display:inline}

.TabbedPanelsTabHover {
background:url(../../images/h1_hover.jpg) repeat-x; 
	height:35px; 
	line-height:35px; 
	text-shadow:-1px -1px 0px #333;
	color:#fff;
}

.TabbedPanelsTabSelected {
	background:url(../../images/h1.jpg) repeat-x; 
	height:35px; 
	line-height:35px; 
	text-shadow:1px 1px 1px #333;
	color:#fff;
}

.TabbedPanelsContentGroup {
	clear: both;
	background-color: #fff;
}

.TabbedPanelsContent {
	padding: 10px;
	border-top:3px solid #2686d0;
}
.TabbedPanelsContent ul{ height:186px; overflow:hidden}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	position: relative;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

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

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

