/* Styl nagłówka tabeli */
table.form thead tr {
	background-color: #ED1C24;
	text-align: center; }
/* Styl nagłówka tabeli - dla SearchBara */
table.form thead tr.SearchBar {
	text-align: left; }
/* Styl nagłówka tabeli - dla nagłówków kolumn */
table.form thead tr.ColumnHead {
	background-color: #6D9330;
	color: white; }
/* Styl ciała tabeli - wiersze z danymi */
table.form tbody tr {
	background-color: #DDDDDD; }
/* Styl ciała tabeli - nieparzyste wiersze z danymi */
table.form tbody tr.odd {
	background-color: #EEEEEE; }
/* Styl ciała tabeli - zaznaczony wiersz */
table.form tbody tr .selected {
	background-color: #AFC67F;
	cursor: pointer; }
/* Styl stopki tabeli */
table.form tfoot tr {
	background-color: #ED1C24;
	text-align: center; }
/* Styl stopki tabeli - linki w stopce */
table.form tfoot tr a {
	color: black; }
table.form tbody tr td {
	text-align: left;}
table.form tbody td input {
	width: 300px;}
table.form tbody td input.nowidth {
	width: auto;}
