/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;	
	float: left;
	position: relative;
	z-index: 1;
	bottom: -1px;	
}

.ui-tabs-nav-item {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; list-style: none;
	float: left;
	height: 44px;
	margin: 0 1px 2px;
	width: 88px;
	line-height: 3.5em;
	background: #0063c6;
	text-align: center;
}
.ui-tabs-nav-item a, .ui-tabs-nav-item span, .ui-tabs-nav-item a:visited {	
	/*resets*/margin: 0; border: 0; outline: 0; font-size: 100%; list-style: none;
	float: left;		
	padding: .25em 0;
	width: 88px;
	color: #FFFFFF;
	text-decoration: none;
}
.ui-tabs-nav-item a:hover {	
	background: #DD4814;	
	color: #FFFFFF;
}
.ui-tabs-selected {
	background: #DD4814;
}
	
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0;  text-decoration: none; font-size: 100%; list-style: none;	
	clear:left;
	padding-top: 0.5em;	
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

.ui-tabs-loading  {	
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; list-style: none;
	float: left;	
	height: 3.5em;	
	background: #DD4814;    
	line-height: 3.5em;
}

.ui-tabs-item-small a, .ui-tabs-item-small a:link, .ui-tabs-item-small a:visited, .ui-tabs-item-small a:active {
	font-size: 9px;
	line-height: 2.25em;
}

.ui-tabs-double 
{
	line-height: 1.75em;
}

.ui-tabs-disabled  {
	background: #CCCCCC;
}