﻿.TabbedPanels
{
	clear: none;
	padding: 0px;
	float: left;
	margin: 0px;
	width: 100%;
}
.TabbedPanelsTabGroup
{
	padding: 0px;
	margin: 0px;
}
.TabbedPanelsTab
{
	font-size: 12px;
	background: url(../images/ibover.gif) #e9f3fd no-repeat center center;
	float: left;
	width: 110px;
	cursor: pointer;
	color: #01458e;
	line-height: 26px;
	font-family: sans-serif;
	list-style-type: none;
	position: relative;
	top: 1px;
	height: 26px;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.TabbedPanelsTabHover
{
	background: url(../images/ibout.gif) no-repeat center center;
	color: #666;
}
.TabbedPanelsTabSelected
{
	background: url(../images/ibout.gif) no-repeat center center;
	color: #f60;
	top: 1px;
}
.TabbedPanelsTab A
{
	color: #999;
	text-decoration: none;
}
.TabbedPanelsContentGroup
{
	clear: both;
}
.TabbedPanelsContent
{
	border: #ccc 1px solid;
	padding: 5px 0px;
	height: 160px;
}
.TabbedPanelsContentVisible
{
}
.VTabbedPanels .TabbedPanelsTabGroup
{
	border: #000 1px solid;
	float: left;
	width: 10em;
	position: relative;
	height: 20em;
}
.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: 0px;
	float: left;
	width: 30em;
	height: 20em;
}
