
/* --- Style dla wszystkich tabel w systemie --- */

table .row_1,.row_2{
background: url('http://paluczanka.com.pl/tlo_tabela.jpg') 50% 50% repeat;
background-color:#3399FF;
color: white;
border: 1px solid #000;
font-size: small;
 }

table .row_3,.row_5,.row_7,.row_9,.row_11,.row_13,.row_15 {
background: url('http://paluczanka.com.pl/tlo_tabela.jpg') 50% 50% repeat;
background-color:#E0E0E0;
color: white;
border: 1px solid #000;
font-size: small;
 }
 
 table .row_4,.row_6,.row_8,.row_10,.row_12,.row_14 {
 background: url('http://paluczanka.com.pl/tlo_tabela.jpg') 50% 50% repeat;
background-color:#E0E0E0 ;
color: white;
border: 1px solid #000;
 }

table .row_16 {
background: url('http://paluczanka.com.pl/tlo_spadek.jpg') 50% 50% repeat;
background-color:#980000 ;
color: white;
 }
 
table .col_1,.col_2,.col_3,.col_4,.col_5,.col_6,.col_7  {
	text-align: center;
}

.row_fav_team{
background: url('http://paluczanka.com.pl/tlo_mks.jpg') 50% 50% repeat;
	color: white;
	font-weight: bold;
}

.row_hd,.row_hd0,.row_hd1 {
	background-color : #2a3237; ;
	color: white;
	font-weight: bold;
	/* Pokolorowanie nagłówków tabeli */
}

.row_ft{
	text-align: center;
	color: black;
		/* Pokolorowanie i wyśrodkowanie stopki tabeli */
}

