/* 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; }
/* AP theme */

.ui-tabs  {
	padding-top: 1em;
}

.ui-tabs .ui-tabs-nav {
	padding: 0;
}

.ui-tabs li.ui-state-default {
	background-color: #f9f9f9;
	border-radius: 0;
}

.ui-tabs li.ui-state-active {
	background-color: #cccccc;
}

.ui-tabs li.ui-state-active a {
	color: #ffffff;
	font-weight: bold;
}

.ui-tabs .ui-tabs-panel {
	background-color: #cccccc;
}

/* modyfikacje */
.ui-tabs .ui-tabs-panel {
	background-color: inherit;
}	

.ui-tabs li.ui-state-default,
.ui-widget-header {
	/*background-color: #c5c5c5;*/
	background-color: #00669e;
	border: 0;
}	

.ui-tabs li.ui-state-default a {
	color: #fff;
	font-weight: bold;
}

.ui-tabs li.ui-state-active {
	background-color: #f5f5f5;
	border-top: 2px solid orange;
}	

.ui-tabs li.ui-state-active  a {
	color: #333;
}

.ui-state-active, 
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active, 
.ui-button:active, 
.ui-button.ui-state-active:hover {
	border: none;
}	

div.tabs_header {
	width: 100%;
	float: left;
}

div.tabs_content {
	width: 100%;
	float: left;
	margin-bottom: 1em;
	background-color: #fff;
	display: none;
}

ul.tabs {
	padding: 0;
	margin: 0;
}

ul.tabs li.curr,
ul.tabs li.other {
	float:left;
	height:18px;
	list-style-type:none;
	margin-right:5px;
	padding:4px 6px;
}

ul.tabs a {
	text-decoration:none;
	/*color: #A11414;*/
	color: #333;
}

ul.tabs li.curr,
ul.tabs li.curr a {
	color:#333;
	background-color: #fff;
	font-weight: 600;
	font-size: 105%;
}

ul.tabs li.other,
ul.tabs li.other a {
	color:#666;
	font-size: 105%;
}	
