/* Tab Styles */
.ui-tabs-hide { display: none; }

.tabPanel, .ui-tabs-panel
{
	margin: 0;
	border: 1px solid #bebebe;
	clear:both;
	padding: 10px;
	width:390px;
}

.ui-tabs-panel li {
	font-size:11px;
	line-height:13px;
}

.tabBar
{
	margin: 0;
	padding: 0 0 0 0;
	zoom: 1;
}

.tabBar li 
{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

.tabBar li a 
{
	display: block;
	padding:3px 5px;
	line-height: 1.5em;
	margin: 0 2px 0 0;
	text-decoration: none;	
	height:19px;
	white-space:nowrap;
}

.tabBar li a.active, .tabBar li.ui-tabs-selected a
{
	background: #bebebe;
	padding:3px 5px;
}
.tabBar li a.active span, .tabBar li.ui-tabs-selected a span
{
	
}

.tabBar li a span{
	display: block;
	padding: 0 5px 0 0;
	height:19px;
	width: .1em;  /*  Causes IE6 to shrink-to-fit */
}
.tabBar li a {
	width: .1em;  /*  Causes IE6 to shrink-to-fit */

}

.tabBar li a > span, .tabBar li > a {
	width: auto; /* Allows other browsers to shrink-to-fit*/
}

/* end tab styles */
