.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width:485px;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	//background: #fff url(../../theme/default/image/bg_tabs.gif) left bottom repeat-x;
	background: #fff url(../../theme/default/image/bg_tabs.gif) left bottom repeat-x;
	border-bottom:1px solid #d9d9d9;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	/*padding: 0 22px;*/
	padding: 0 19px;
	margin: 0px 1px 0px 0px;
	font: bold 15px/37px Calibri, Arial, Helvetica, sans-serif;
	list-style: none;
	border-right:1px solid #d9d9d9;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTabHover {
	background: #fff url(../../theme/default/image/bg_tabs_over.gif) left bottom repeat-x;
}
.TabbedPanelsTabSelected {
	background: #fff;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	background: #fff;
	/*min-height:144px;*/
	height:175px;
}
.TabbedPanelsContent {
	padding:20px 22px;
}
.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;
}

