
/* Tabs
----------------------------------*/
.ui-tabs { position: relative; zoom: 1;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: 3px 11px; text-decoration: none; background: #d8dfea; color: #3b5998; font-weight: bold; margin-top: 3px; font-size: 13px; height: 15px; border: 1px #d8dfea solid; border-bottom: none; cursor: pointer;}
.ui-tabs .ui-tabs-nav li a:hover{
	background: #3B5998;
	color: #fff;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{ 
	cursor: text; color: #333333;
	background: #fff;
	border-top: 1px #D8DFEA solid;
	border-left: 1px #D8DFEA solid;
	border-right: 1px #D8DFEA solid;
	padding-top: 5px;
	height: 15px;
	margin-bottom: -1px;
	padding-right: 10px;
	padding-left: 10px;  margin-top: 2px; z-index: 1; position: relative; 
}
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 10px 15px; background: none; clear: both; border: 1px #D8DFEA solid; position: relative; margin-right: 24px;
 }
.ui-tabs .ui-tabs-hide { display: none !important; }
