/* Styl naglwka tabeli */
table.Grid thead tr.HeaderBar {
	background-color: #CEE59D;
	text-align: center; }
/* Styl naglwka tabeli - dla SearchBara */
table.Grid thead tr.SearchBar {
	background-color: #CEE59D;
	text-align: left; }
/* Styl naglwka tabeli - dla naglowkow kolumn */
table.Grid thead tr.ColumnHeader {
	background-color: #6D9330; }
/* Styl naglwka tabeli - dla naglowkow kolumn - styl link�w do sortowania*/
table.Grid thead tr.ColumnHeader th,
table.Grid thead tr.ColumnHeader th a {
	color: white; }
/* Styl ciala tabeli - wiersze z danymi */
table.Grid tbody tr.RowAlternating {
	background-color: #DDDDDD; }
/* Styl ciala tabeli - nieparzyste wiersze z danymi */
table.Grid tbody tr.Row {
	background-color: #EEEEEE; }
/* Styl ciala tabeli - zaznaczony wiersz */
table.Grid tbody tr .Selected {
	background-color: #AFC67F;
	cursor: pointer; }
/* Styl stopki tabeli */
table.Grid tfoot tr.FooterBar {
	clear:both;
	background-color: #F9F0B9; }
/* Styl stopki tabeli - linki w stopce */
table.Grid tfoot tr a {
	color: black; }

table.Grid tbody tr.RowAlternating img,
table.Grid tbody tr.Row img{
	border: 4px solid #F4E58A;}
table.Grid tbody tr.RowAlternating a,
table.Grid tbody tr.Row a{
	color:#E7820E;
	text-decoration:none;}
table.Grid tbody tr.RowAlternating a:hover,
table.Grid tbody tr.Row a:hover{
	text-decoration: underline;}