/* --- Style przewijanych slajdow kolejek - poczatek --- */
#showFixtures {
	margin: 10px auto;	
	width: 100%;
}
#showFixtures table{
	margin: 0 auto;
	padding: 0;
	width: 100%;	
}
#showFixtures table td{
	text-align: center;
}
#fixtNumFormContainer{
	margin: 0 auto;	
}
#fixtNumFormContainer form{
	margin: 0;
	padding: 0;	
}
.fixture {
	display: none;
}
/* --- Style przewijanych slajdow kolejek - koniec --- */

.fixture, .l_tab_medium, .l1_tab_small, .l_tab_big {
	width: 100%;
	color: #0c2155;
}

.l_seriestable td, .l_tab_big {
	font-size: 0.75em;
	color: #0c2155;
}

.fixture, .l_tab_medium, .l_crosstable, .l_seriestable, .l_tab_big {
	border: 1px solid grey;
	background: #f9f9f9;
	margin-bottom: 5px;
	border-collapse: collapse;
	color: #0c2155;
}

.l_tab_big .u_siebie {
	background: lightgray;
}

.l_tab_big .row_fav_team .u_siebie {
	background: gray;
}

.l_crosstable .bold {
	background: lightgray;
}

.row_hd td {
	font-weight: bold;
	text-decoration: underline;
}

.row_ft td {
	font-size: 0.7em;
	color: gray;
}

.row_ft td a {
	color: gray;
	text-decoration: none;
}


.row {
	background: #fff;
}

.fixture .data {
	background: lightgray;
}

.row_fav_team {
	background: gray;
	font-weight: bold;
	color: white;
}

