/* Tabs classes */
.tabs 
{
	width:100%;
	height:18px;
	line-height:normal; 
	background:url(tabs.gif) repeat-x 0 -72px;
}

.tabs ul
{
	margin:0; 
	padding:0; 
	list-style:none;
}

.tabs li 
{
	float:left; 
	background:url(tabs.gif) no-repeat 0 0; 
	margin:0 2px 0 0; 
	padding:0 0 0 10px; 
	line-height:18px;
}

.tabs li.current 
{
	background:url(tabs.gif) no-repeat 0 -18px; 
	margin-right:2px;
}

.tabs span
{
	float:left; 
	display:block; 
	background:url(tabs.gif) no-repeat right -36px; 
	padding:0px 10px 0 0;
}

.tabs .current span 
{
	background:url(tabs.gif) no-repeat right -54px;
}

.tabs a
{
	cursor:pointer;
	color:black;
	text-decoration:none!important; 
	font-family:Verdana, Arial; 
	font-size:10px;
	background-image:none!important;
	padding:0px!important;
}

.tabs a:hover
{
	color:blue!important;
}


/* Panels */
.panel_wrapper div.panel 
{
	display:none;
}

.panel_wrapper div.current 
{
	display:block;
	width:100%;
	overflow:visible;
}

.panel_wrapper 
{
	border:1px solid #919B9C; 
	border-top:0px; 
	padding:10px; padding-top:5px; 
	background:white;
}
