.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; 
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	color:#3b8bb3;
	
}
.TabbedPanelsTab {
	position: relative;
	width:100px;
	text-align:center;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 4px 0px 0px;
	background-color: #e0ecf8;
	list-style: none;
	border: solid 1px #9cb8c6;
	/*-moz-user-select: none;
	-khtml-user-select: none;*/
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0.03em;
	line-height:18px;
	color:#3b8bb3;
	font-weight:bold;
	background-image:url(../images/tab-new-bg.png);
	background-repeat:repeat-x;
	
	/*-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-radius: 8px;
	behavior: url(border-radius.htc);*/
	


}
.TabbedPanelsTabHover {
	background:none;
	background-color: #f4fafe;
	/*-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;*/
	/*-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;*/
}
.TabbedPanelsTabSelected {
	background-color: #f4fafe;
	border-bottom: 1px solid #f4fafe;
}

.TabbedPanelsTab a {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0.03em;
	line-height:18px;
	color:#3b8bb3;
	font-weight:bold;
}

.TabbedPanelsContentGroup {
	clear: both;
	border: solid 1px #9cb8c6;
	background-color: #f4fafe;
}

.TabbedPanelsContent {
	padding: 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0.03em;
	line-height:18px;
	color:#3b8bb3;
	height:240px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #9cb8c6;
	position: relative;
	border: solid 1px #1a4b63;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;

}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #9cb8c6;
	border-bottom: solid 1px #1a4b63;
}

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