.tabPanelGroup 
{
	font-family:Arial,sans-serif;
	font-size: 11px;
	position:relative;
}

.tabPanel 
{
	border: solid 1px #919b9c;
	position:absolute;
	z-index:0;
	display:none;
	overflow:hidden;
}

.tabGroup 
{
	margin-left: 5px;
}

.tabLabel
{
	margin-top: 3px;
	color: gray;
}

.tabDefault, .tabSelected , .tabHover
{
	cursor: default;
	background-repeat:no-repeat;
	background-position: center middle;
	text-align:center;
	display:inline;
	width: 70px;
	height: 20px;
	position:absolute;
	top:5px;
}

.tabSelected
{ 
	background-repeat:no-repeat;
	background-position: center middle;
	width: 70px;
	height: 25px;
	top:0px;
}



