/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }


#ak-highlights { 
/*	border: 1px solid #3fbfe7;*/
	height: 270px;
}
#ak-container {
	display: none;
	padding-top: 5px; 
	background: #ededed url(message_thread_back.gif) repeat-x top left;
	height:300px;
	overflow:hidden;
}
#ak-container li span.tabs{ 
	color: #fff;
	font-weight: bold;
	padding: 4px 8px 4px 8px;
}
#ak-container li span.tabstitle{ 
	color: #fff;
	font-weight: bold;
	padding: 4px 8px 4px 8px;
	background-color: #41caef;
}


.ui-tabs-nav a, .ui-tabs-nav a span {background-color: #98def1;}
.ui-tabs-nav .ui-tabs-selected a span {background-color: #41caef;}

#ak-container li { 
	margin: 0 2px 0 0;
	padding: 0;	
}
#ak-container li a { 
	margin: 0;
	padding: 0;
}

