.TabbedPanelsLocator
{
	clear: none;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 4px 0px 15px;
	width: 100%;
	padding-top: 0px;
}
.TabbedPanelsTabGroup
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
.TabbedPanelsTabLocator
{
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 11px;
	float: left;
	background-image: url(/images/ECRefresh/ec_bg_locatortab_off.gif);
	padding-bottom: 4px;
	margin: 0px;
	width: 110px;
	cursor: pointer;
	color: #999;
	padding-top: 4px;
	list-style-type: none;
	position: relative;
	top: 2px;
	text-align: center;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.TabbedPanelsTabHover
{
	background-image: url(/images/ECRefresh/ec_bg_locatortab_on.gif);
}

.TabbedPanelsTabSelected
{
	background-image: url(/images/ECRefresh/ec_bg_locatortab_on.gif);
	background-position: 0% 0%;
}
.TabbedPanelsTabLocator A
{
	font-weight: bold;
	font-size: 11px;
	color: #999;
	text-align: center;
	text-decoration: none;
}
.TabbedPanelsContentGroupLocator
{
	clear: both;
	border-right: #e6e2d6 2px solid;
	border-top: #e6e2d6 2px solid;
	border-left: #e6e2d6 2px solid;
	border-bottom: #e6e2d6 2px solid;
	background-color: #fff;
}
.TabbedPanelsContentLocator
{
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	height: 145px;
}
.TabbedPanelsContentVisible
{
}
.VTabbedPanels .TabbedPanelsTabGroup
{
	border-right: #999 1px solid;
	border-top: #999 1px solid;
	float: left;
	border-left: #ccc 1px solid;
	width: 10em;
	border-bottom: #ccc 1px solid;
	position: relative;
	height: 20em;
	background-color: #eee;
}
.VTabbedPanels .TabbedPanelsTab
{
	float: none;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.VTabbedPanels .TabbedPanelsTabSelected
{
	border-bottom: #999 1px solid;
	background-color: #eee;
}
.VTabbedPanels .TabbedPanelsContentGroup
{
	clear: none;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	width: 30em;
	padding-top: 0px;
	height: 20em;
}
