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

body {
	color: white;
}
table .row_1,.row_2{
background: url('http://paluczanka.com.pl/tlo_tabela.gif') 50% 50% repeat;
color: white;
border: 1px solid #000;
 }

table .row_3,.row_5,.row_7 {
background: url('http://paluczanka.com.pl/tlo_tabela.gif') 50% 50% repeat;
color: white;
border: 1px solid #000;
 }
 
table .row_4,.row_6,.row_8 {
 background: url('http://paluczanka.com.pl/tlo_tabela.gif') 50% 50% repeat;
color: white;
border: 1px solid #000;
 }


.table .col{
	color: white;
	font-weight: bold;
}

.row_fav_team{
	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 */
}

.bold {
	font-weight: bold;
	color: white;
}

table .col_1,.col_7 {
	text-align: center;
	color: white;
}
