body {
  background-color: white;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  color: #000000;
  background-image: none;
  background-repeat: repeat;
}

body.main {
  background-image: url(images/background.png);
  font-size: 12px;
}

body.menu {
  background-image: none;
  background-color: #ccccff;
  background-image: url(images/bkg_naglowek.png);
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
}

body.lewy_panel {
  background-image: url(images/background.png);
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
}

body.prawy_panel {
  background-image: url(images/background.png);
  font-style: normal;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}

body.srodkowy_panel {
  background-image: url(images/background.png);
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  margin-left: 5px;
}

a {
  text-decoration: none;
  color: black;
}

a:link {
  text-decoration: none;
  color: black;
}

a:visited {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: underline;
  color: blue;
}

a:active {
  text-decoration: none;
  color: green;
}

a.menu {
  text-decoration: none;
  color: black;
}

a.menu:link {
  text-decoration: none;
  color: black;
}

a.menu:visited {
  text-decoration: none;
  color: black;
}

a.menu:hover {
  text-decoration: none;
  color: blue;
}

a.menu:active {
  text-decoration: none;
  color: green;
}

img {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  vertical-align: middle;
  background-color: transparent;
}

img.baner {
  border-style: solid;
  border-width: 2px;
  border-color: black;
  width: 800px;
}

img.navigator {
  border-style: none;
}

table {
  display: table;
  background-color: transparent;
  border-style: none;
  empty-cells: show;
  padding: 0;
  border-width: 0;
  border-collapse: collapse;
  font-size: 11px;
}

table.main {
  margin-top: 10pt;
  height: 650px;
  border-collapse: separate;
}

table.menu {
  height: 40px;
  text-align: center;
  border-collapse: separate;
  font-size: 11px;
}

table.news {
  width: 100%;
  margin-bottom: 5pt;
  border-collapse: separate;
}

table.subpanel {
  width: 100%;
  margin: 0pt 0pt 5pt 0pt;
  padding: 0px;
  border-collapse: collapse;
}

table.harmonogram {
  table-layout: fixed;
  margin-bottom: 5pt;
  border-collapse: collapse;
  font-size: 11px;
}

caption.harmonogram {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
  padding-bottom: 10px;
}

tbody {
  display: table-row-group;
}

tbody.news {
  background-image: none;
  background-color: #eaffff;
  padding-bottom: 10pt;
}

tr {
  display: table-row;
}

tr.news_head {
}

th {
  display: table-cell;
}

th.menu {
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: none;
  border-right-style: none;
  border-color: #0000aa;
  border-top-width: 1pt;
  border-bottom-width: 1pt;
  background-color: #ccccff;
  background-image: url(images/bkg_naglowek_krotki.png);
  font-weight: bold;
  text-align: center;
}

th.news {
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: none;
  border-right-style: none;
  border-color: #0000aa;
  border-top-width: 1pt;
  border-bottom-width: 1pt;
  background-color: #ccccff;
  background-image: url(images/bkg_naglowek.png);
  font-weight: bold;
  text-align: left;
}

td {
  display: table-cell;
  text-align: left;
}

td.navigator {
  text-align: center;
}

td.news {
  font-weight: normal;
  text-align: left;
  width: 100%;
}

td.news_2 {
  font-weight: bold;
  text-align: left;
  vertical-align: bottom;
  width: 100%;
}

td.news_naglowek {
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: none;
  border-right-style: none;
  border-color: black;
  border-top-width: 1pt;
  border-bottom-width: 1pt;
  padding: 0px;
  background-image: none;
  height: 29px;
  vertical-align: middle;
  text-align: left;
}

td.news_tresc {
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: none;
  border-right-style: none;
  border-color: black;
  border-top-width: 1pt;
  border-bottom-width: 1pt;
  padding: 0px;
  background-image: none;
  background-color: #eeeeee;
  vertical-align: middle;
  text-align: justify;
}

td.news_stopka {
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: none;
  border-right-style: none;
  border-color: black;
  border-top-width: 1pt;
  border-bottom-width: 1pt;
  padding: 0px;
  background-image: none;
  height: 29px;
  vertical-align: middle;
  text-align: left;
}

td.no_left_border {
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: none;
  border-right-style: solid;
  border-color: black;
  border-top-width: 1pt;
  border-bottom-width: 1pt;
  border-right-width: 1pt;
  padding: 4px;
  background-image: none;
  text-align: left;
}

td.no_right_border {
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: none;
  border-color: black;
  border-top-width: 1pt;
  border-bottom-width: 1pt;
  border-left-width: 1pt;
  padding: 4px;
  background-image: none;
  width: 100%;
  text-align: left;
}

td.no_left_right_border {
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: none;
  border-right-style: none;
  border-color: black;
  border-top-width: 1pt;
  border-bottom-width: 1pt;
  padding: 0px;
  background-image: none;
  height: 29px;
  vertical-align: middle;
  text-align: left;
}

td.with_border {
  border-style: solid;
  border-color: #aaaaaa;
  border-width: 1px;
  padding: 4px;
  background-image: none;
  height: 25px;
  vertical-align: middle;
  text-align: left;
}

td.harmonogram_head {
  border-style: solid;
  border-color: #aaaaaa;
  border-width: 1px;
  padding: 2px;
  background-image: none;
  background-color: #ccccff;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

td.harmonogram {
  border-style: solid;
  border-color: #aaaaaa;
  border-width: 1px;
  padding: 2px;
  background-image: none;
  vertical-align: middle;
  text-align: center;
  width: inherit;
}

td.harmonogram_break {
  border-style: none;
  border-color: #aaaaaa;
  border-width: 1px;
  padding: 4px;
  background-image: none;
  vertical-align: middle;
  text-align: center;
  height: 10px;
}

th.main {
  padding: 0px;
  background-color: #eeeeee;
  height: 42px;

  border-top-style: double;
  border-bottom-style: solid;
  border-left-style: none;
  border-right-style: none;
  border-color: #0000aa;
  border-top-width: 4pt;
  border-bottom-width: 2pt;
}

td.main {
  border-style: none;
  padding-top: 4pt;
  padding-bottom: 4pt;
}

td.menu {
  border-style: none;
  border-color: #0000aa;
  border-width: 1pt;
  vertical-align: middle;
  padding: 1pt;
  font-size: 11px;
  text-align: left;
}

td.menu2 {
  font-weight: bold;
  text-align: left;
  padding: 0px;
}

td.foot_main {
  padding: 0px 40px;
  background-color: #ccccff;
  background-image: url(images/bkg_naglowek.png);
  height: 30px;
  text-align: left;
  font-weight: bold;

  border-top-style: solid;
  border-bottom-style: double;
  border-left-style: none;
  border-right-style: none;
  border-color: #0000aa;
  border-top-width: 2pt;
  border-bottom-width: 4pt;
}

table.cennik {
  border-collapse: separate;
  table-layout: fixed;
  width: 480px;
}

caption.cennik {
  font-weight: bold;
  font-style: normal;
  
  text-align: left;
  caption-side: top;
  margin-top: 1em;
}

thead.cennik * {
  border-style: solid;
  border-color: #aaaaaa;
  border-width: 1px;
  padding: 2px;
  background-image: none;
  background-color: #ccccff;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

tfoot.cennik * {
  border-style: solid;
  border-color: #aaaaaa;
  border-width: 1px;
  padding: 2px;
  background-image: none;
  background-color: #ccccff;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

tbody.cennik * {
  border-style: solid;
  border-color: #aaaaaa;
  border-width: 1px;
  padding: 2px;
  background-image: none;
  background-color: #eeeeee;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}

tr.cennik_naglowek_grupy * {
  background-image: none;
  background-color: #dddddd;
}

tr.cennik_stopka_grupy * {
  background-image: none;
  background-color: #dddddd;
  font-weight: bold;
}

tr.cennik_przerwa * {
  background-image: none;
  background-color: #ccccff;
  height: 0.5em;
  font-size: 50%
}

td.cennik_cena {
  text-align: right;
}

tbody.cennik span.indeks_gorny {
  vertical-align: super;
  font-size: 80%;
  border-style: none;
}

iframe {
  border-style: solid;
  border-width: 2px 1px;
  border-color: #0000aa;
  background-image: url(images/background.png);
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  height: 580px;
}

iframe.menu {
  border-style: none;
  background-image: none;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  height: 40px;
  width: 100%;
}

iframe.subpanel {
  border-style: none;
  background-image: none;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  width: 100%;
}

form {
  margin: 0px;
  padding: 0px;
}
