/* Styl nagłówka tabeli */
table.Grid thead tr.HeaderBar {
	background-color: #CEE59D;
	text-align: center; }
/* Styl nagłówka tabeli - dla SearchBara */
table.Grid thead tr.SearchBar {
	background: #ed1c24;
	text-align: left; }
/* Styl nagłówka tabeli - dla nagłówków kolumn */
table.Grid thead tr.ColumnHeader {
	background-color: #89191c; }
/* Styl nagłówka tabeli - dla nagłówków kolumn - styl linków do sortowania*/
table.Grid thead tr.ColumnHeader th,
table.Grid thead tr.ColumnHeader th a {
	color: white; }
/* Styl ciała tabeli - wiersze z danymi */
table.Grid tbody tr.RowAlternating {
	background-color: #DDDDDD; }
/* Styl ciała tabeli - nieparzyste wiersze z danymi */
table.Grid tbody tr.Row {
	background-color: #EEEEEE; }
/* Styl ciała tabeli - zaznaczony wiersz */
table.Grid tbody tr .Selected {
	background-color: #E4641C; 
	/*#B62211;*/
	color: white;
	cursor: pointer; }
/* Styl stopki tabeli */
table.Grid tfoot tr.FooterBar {
	/*background: #FED107 url('../../layout/gradient_zolty.gif') top right repeat-y;*/
	background-color: #ed1c24;
	}
/* Styl stopki tabeli - linki w stopce */
table.Grid tfoot tr a {
	color: black; }


/* Styl nagłówka tabeli */
table.GalleryGrid thead tr.HeaderBar {
	background-color: #CEE59D;
	text-align: center; }
/* Styl nagłówka tabeli - dla SearchBara */
table.GalleryGrid thead tr.SearchBar {
	background-color: #CEE59D;
	text-align: left; }
/* Styl nagłówka tabeli - dla nagłówków kolumn */
table.GalleryGrid thead tr.ColumnHeader {
	background-color: #6D9330; }
/* Styl nagłówka tabeli - dla nagłówków kolumn - styl linków do sortowania*/
table.GalleryGrid thead tr.ColumnHeader th,
table.GalleryGrid thead tr.ColumnHeader th a  {
	color: white; }
/* Styl ciała tabeli - wiersze z danymi */
table.GalleryGrid tbody tr.RowAlternating {
	/*background-color: #DDDDDD;*/
	padding:2px; color: #bcbcbc;}
/* Styl ciała tabeli - nieparzyste wiersze z danymi */
table.GalleryGrid tbody tr.Row {
	/*background-color: #EEEEEE; */
	padding:2px; color: #bcbcbc;}
/* Styl ciała tabeli - zaznaczony wiersz */
table.GalleryGrid tbody tr .Selected {
	/*background-color: #AFC67F;*/
	cursor: pointer; }
/* Styl stopki tabeli */
table.GalleryGrid tfoot tr.FooterBar {
	color: #d0c49c; background-color:#786A4F;font:bold 14px Tahoma,sans-serif; }
/* Styl stopki tabeli - linki w stopce */
table.GalleryGrid tfoot tr a {
	color: black; }


/* Styl nagłówka tabeli */
table.PracaGrid thead tr.HeaderBar {
	text-align: center;
	background-color:#E87717;font:bold 14px Tahoma,sans-serif;color:white;}
/* Styl nagłówka tabeli - dla SearchBara */
table.PracaGrid thead tr.SearchBar {
	text-align: left;
	background-color:#D6D6D4;font:bold 14px Tahoma,sans-serif; }
/* Styl nagłówka tabeli - dla nagłówków kolumn */
table.PracaGrid thead tr.ColumnHeader {
	background-color: #E87717; }
/* Styl nagłówka tabeli - dla nagłówków kolumn - styl linków do sortowania*/
table.PracaGrid thead tr.ColumnHeader th,
table.PracaGrid thead tr.ColumnHeader th a {
	color: white; }
/* Styl ciała tabeli - wiersze z danymi */
table.PracaGrid tbody tr.RowAlternating {
	background-color: #DDDDDD;
	padding:2px; color: black;}
/* Styl ciała tabeli - nieparzyste wiersze z danymi */
table.PracaGrid tbody tr.Row {
	background-color: #EEEEEE; 
	padding:2px; color: black;}
/* Styl ciała tabeli - zaznaczony wiersz */
table.PracaGrid tbody tr .Selected {
	background-color: #FFB356;
	cursor: pointer;
	color: black; }
/* Styl stopki tabeli */
table.PracaGrid tfoot tr.FooterBar {
	color: black;	background-color:#D6D6D4;font:bold 14px Tahoma,sans-serif;}
/* Styl stopki tabeli - linki w stopce */
table.PracaGrid tfoot tr a {
	color: black; }
.bazy_dane dt{
	padding: 5px 0px 5px 0px;
}
.bazy_dane dt a{
	color:  #89191c;
}
.bazy_dane dt a:hover{
 text-decoration: underline;
}
