<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ui-tabs { position: relative; padding: 0; 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; padding: 0 0 0; 
	height: 42px;
	background: url('../i/yellow_bar_2.png') repeat-x bottom ;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none; float: left; position: relative; top: 0px; margin: 0 0 0px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; 
	width: 133px;
	height: 40px;
	background: url('../i/bg_tab_inactive_152_40.png') no-repeat left;
	text-align: left;
	padding:0 0 0 20px;
	font-weight:bold;
	line-height: 40px;
}
.ui-tabs .ui-tabs-nav li a { 
/*float: left;*/ padding: 0 0; text-decoration: none; 
	color:#a6a7a6;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { 
	margin-bottom: 0; padding-bottom: 0px; 
	background: url('../i/bg_tab_active_153_40.png') no-repeat left ;
}
.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.ui-tabs-selected a {
	color: #000;
}
.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 { 
	display: block; border-width: 0; padding: 0 0; background: none; 
	background-color:#e6e6e6;
	height: 100%;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}
.ui-tabs .ui-tabs-hide { display: none !important; }

.ui-tabs .ui-tabs-nav li.litera {
	list-style: none; float: left; position: relative; top: 0px; margin: 0 0 0px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; 
	height: 30px;
	width:  30px;
	text-align: center;
	padding:0 0 0 0px;
	font-weight:bold;
	line-height: 30px;
	background:#4C5350;/*#FEC209;*/
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected.litera { 
	margin-bottom: 0; padding-bottom: 0px; 
	background:#FEC209;
}

.ui-tabs .ui-tabs-nav li.wszyscy {
	list-style: none; float: left; position: relative; top: 0px; margin: 0 0 0px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; 
	height: 30px;
	width:  70px;
	text-align: center;
	padding:0 0 0 0px;
	font-weight:bold;
	line-height: 30px;
	background:#4C5350;/*#FEC209;*/
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected.wszyscy { 
	margin-bottom: 0; padding-bottom: 0px; 
	background:#FEC209;
}

#subpage_zawodnicy .ui-tabs-nav { margin: 0; padding: 0 0px 0 0px; 
	height: 62px;
	width:600px;
	background: url('../i/yellow_bar_2.png') repeat-x bottom ;
}</pre></body></html>