table.form {
padding:5px;}

/* Styl nagłówka tabeli */
table.form thead tr {
	background-color: #F6F6F6;
	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: #F6F6F6;
	color: white; }
/* Styl ciała tabeli - wiersze z danymi */



table.form tbody tr {
	background-color: #F6F6F6; }
/* Styl ciała tabeli - nieparzyste wiersze z danymi */
table.form tbody tr.odd {
	background-color: #F6F6F6; }
/* Styl ciała tabeli - zaznaczony wiersz */
table.form tbody tr .selected {
	background-color: #F6F6F6;
	cursor: pointer; }
table.form tbody tr td {
    vertical-align: middle;
	text-align: left;
	padding: 4px;
	padding-left:10px;}
table.form tbody td input {
	width: 300px;}
table.form tbody td input.nowidth {
	width: auto;}


/* Styl stopki tabeli */
table.form tfoot tr {
	background-color: #F6F6F6;
	text-align: center; }
/* Styl stopki tabeli - linki w stopce */
table.form tfoot tr a {
	color: black; }
table.form tfoot tr td{
	padding: 4px;}
