.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 415px;
	/*background-image:url(images/tab-border.gif);*/
	background-repeat:no-repeat;
	background-position: center bottom;
	height:29px;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	background-image:url(images/tab.jpg);
	width:102px;
	height:22px;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	vertical-align: middle;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.TabbedPanelsTabNo {
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	background-image:url(images/tab-no.jpg);
	width:102px;
	height:22px;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	vertical-align: middle;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.TabbedPanelsTabHover {
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	background-image:url(images/tab-selected.jpg);
	width:102px;
	height:22px;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	vertical-align: middle;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

.TabbedPanelsTabSelected {
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	background-image:url(images/tab-selected.jpg);
	width:102px;
	height:22px;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	vertical-align: middle;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
   	padding: 0px;
	clear: both;
	/*background-image: url(images/tab-content.gif);*/
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	/*height: 336px;*/
	width: 415px;	
	margin: 0px;
	display: block;
}

.TabbedPanelsContent 
{
    padding: 20px 0px 0px 10px; 
	display:block;
	/*height: 298px;*/
	width: 400px;
	margin: 0px;
	overflow:auto;
}


.TabbedPanelsContentVisible {
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;

}

.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;
}

