/* Tabele */
table.glowna
{
	table-layout: auto;
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
	border: 1px solid #000000;
}

/*<!-- Wiersze tabel -->*/
tr.naglowek
{
	font-family: Verdana;
	font-size: 22pt;
	font-style: normal;
	font-weight: bold;
	background-color: #384F7B;	
	/*width: 100%;*/
	/*background-image: url('../grafika/header.jpg');*/
	background-position: right;
}

tr.stopka
{
  font-family: Verdana;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #FFFFCC;
  background-color: #35466F;
  height: 20px;
}

tr.srodek
{
	background-color: #000099;

}

/* Komórki wierszy */
td.boki_naglowek
{
  background-color: #35466F;
  background-image: none;
  border: 1px solid #000000;
  width: auto;
}

td.srodek_naglowek
{
   width: auto;
	border: 1px solid #000000;
}

td.adds
{
	text-align: left;
	background-color: #757575;
	color: #D8D8D8;
	border: 1px solid #000000;
}


td.srodek_stopka
{
	text-align: center;
	font-weight: bold; 
   background-color: #384F7B;	
   width: auto;
   border: 1px solid #000000;

}

td.kolumna
{
	background-color: #757575;
	
	
	border: 1px solid #000000;
}

td.naglowek_obraz_lewy
{
	width: 196px;
}

td.naglowek_obraz_prawy
{
	width: 560px;
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold;
	color : #FFFFFF;
}

td.menu
{
	text-align: left;
	background-color: #999999 ;
	color: #FFFFFF;
	text-indent: 20px;
	width: 200px;	
	
	border: 1px solid #000000;
}


td.tresc
{
	/*background-color: #B0B0B0;*/
	color: #384F7B;
	width: 560px;
	border: 1px solid #000000;
	background-color: #D0D0D0;
	padding-left:5px;
	padding-right:5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
