.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; 
	height:390;
    
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	float: left;
	margin: 0px 1px 0px 0px;
	font: bold 16px Arial;
	width:139px;
	list-style: none;
	border-bottom: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	height:29px;
	background-image: url(/images/vp_tablar2.jpg);
	color: #030166;
	text-align: center;
}
.TabbedPanelsTabHover {
		background-image: url(/images/vp_tablar2.jpg);
		width:139px;
		height:29px;
		font: bold 14px Arial;
        color: #000;
}
.TabbedPanelsTabSelected {
	background-image: url(/images/vp_tablar.jpg);
	font: bold 16px Arial;
	width:139px;
	color: #FFFFFF;
	height:29px;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-top: solid 2px #CCC;
	
}
.TabbedPanelsContentGroupi {
	clear: both;
	
	border-top: solid 1px #999;
	height:390;
}
.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;
}


