.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-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	height:29px;
	text-align:center;
	vertical-align:middle;
	margin: 0px 1px 0px 0px;
	font-family:tahoma, arial;
	width:112px;
	background-image:url(../Images/Tab.gif);
	background-repeat:no-repeat;
	font-size:11px;
	color:#333333;
	list-style: none;
	/*border-left: solid 1px #999999;*/
	border-bottom: solid 1px #999999;
	/*border-top: solid 1px #999999;
	border-right: solid 1px #999999;*/
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTabHover {
	/*background-color:#999999;*/
	background-image:url(../Images/TabRollover.gif);
	border-bottom:none;
	/*color:#FFFFFF;*/
}
.TabbedPanelsTabSelected {
	border-bottom: 1px solid #FFFFFF;
	background-position:inherit;
	background-image:url(../Images/TabRollover.gif);
	background-repeat:no-repeat;
	width:112px;
}
/*.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}*/
.TabbedPanelsContentGroup {
	clear: both;
	padding-top:0px;
	border-left: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	padding-bottom:10px;
	padding-left:8px;
	padding-right:0px;
	padding-top:0px;
	/*background-color: #EEE;*/
}
.TabbedPanelsContent {
	padding-top:0px;
	padding-left:5px;
	padding-bottom:5px;
	padding-right:5px;
	width:546px;
}

.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;
	margin:0px 0px 0px 0px;
	width: 30em;
	height: 20em;
}
