/* tabela okna */

table.okno {
  border-width: 1px;
  border-color: #BBBBBB;
  border-style: solid;
  background-color: #FFFFFF;
}

td.baner { 
  background-image: url('baner.jpg');
  height: 130px;
  padding: 5px;
  background-repeat: no-repeat;
}

td.menu {
  background-image: url('menu.gif');
  background-repeat: repeat-x;  
  height: 19px;
  padding: 3px;
}

td.linia {
  border-right-width: 1px;
  border-right-color: #BBBBBB;
  border-right-style: solid;
}

/* tabela ramka */

table.ramka {
  width: 118px;
  margin-bottom: 10px;
}

td.tytul {
  color: #000000;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  background-image: url('tytul.gif');
  background-repeat: no-repeat;  
  height: 15px;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

td.tresc {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Verdana;
  font-size: 10px;
  text-align: left;
  padding: 7px;
  border-width: 1px;
  border-color: #BBBBBB;
  border-style: solid;
}

/* inne */

table.informacje {
  color: #669900;
  font-family: Verdana;
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
}

table.raport {
  background-color: #EAEAEA;
  color: #000000;
  font-family: Verdana;
  font-size: 12px;
  text-align: justify;
  border-width: 1px;
  border-color: #BBBBBB;
  border-style: solid;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

table.prezentacja_danych {
  background-color: #EAEAEA;
  color: #000000;
  font-family: Verdana;
  font-size: 10px;
  width: 462px;
  border-width: 1px;
  border-color: #BBBBBB;
  border-style: solid;
}

tr.dane {
  background-color: #FCFCFC;
}