﻿/* PLIK CSS DLA PROGRAMÓW TEAMADMIN i PARY

   ostatnia poprawka: 28-lip-2008 18:36

   Napisy postaci :XX bedą zmieniane na:

   BG kolor tła

   TX kolor tekstu

   RA kolor ramki

   RP kolor ramki w parach

   FO nazwa fontu

   FS wielkość fontu w punktach - potem FS, FS+1, FS-3 ...

   HO tło komórki gospodarza

   VI tło komórki gościa

   TT tło komórki z tytułem

   TK tło komórki nagłówkowej

*/
body.all {
	background-image: url('../images/bgrnd.gif');
}
/* obrazki normalnie bez ramki, flagi mają ramkę jasnoszarą */
img {
	border: none;
}
/* mała flaga */
img.fl {
	border: 1px solid rgb(192,192,192);
	height: 15px;
	width: 21px;
	vertical-align: middle;
}
/* średnia flaga */
img.flb {
	border: 1px solid rgb(192,192,192);
	height: 20px;
	width: 28px;
	vertical-align: middle;
}
/* normalny rozmiar flagi */
img.bfl {
	border: 1px solid rgb(192,192,192);
}
/* normalne elementy*/
p, td, ul, ol {
	font-size: 10pt;
	font-family: Arial;
	font-weight: normal;
	color: #002B00;
}
h1 {
	font-family: Arial;
	color: #002B00;
}
h2 {
	font-family: Arial;
	color: #002B00;
}
h3 {
	font-family: Arial;
	color: #002B00;
}
h4 {
	font-family: Arial;
	color: #002B00;
}
h5 {
	font-family: Arial;
	color: #002B00;
}
h6 {
	font-family: Arial;
	color: #002B00;
}
td {
	padding: 1px;
}
/* paragrafy specjalne*/
p.f {
	font-size: 8pt;
	font-family: Arial;
	font-weight: normal;
	color: #002B00;
	border: 1px;
	border-style: dotted;
}
span.wspak {
	unicode-bidi: bidi-override;
	direction: rtl;
}
p.vs {
	font-size: 3pt;
}
/* tablica/rząd stronicowane */
.np {
	page-break-before: always;
}
/* linki

   normalny - bez podkreślenia, zmiana kolorów

*/
a:link {
	font-size: 10pt;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	color: #002B00;
}
a:visited {
	font-size: 10pt;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	color: #002B00;
}
a:hover {
	font-size: 10pt;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #002B00;
}
a:active {
	font-size: 10pt;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #002B00;
}
/* */
a.ti:link {
	font-size: 10pt;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	color: #002B00;
}
a.ti:visited {
	font-size: 10pt;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	color: #002B00;
}
a.ti:hover {
	font-size: 10pt;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	color: #002B00;
	background-color: #FFFFFF;
}
a.ti:active {
	font-size: 10pt;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	color: #002B00;
	background-color: #FFFFFF;
}
/* */
a.m:link {
	font-size: 8pt;
	font-family: Arial;
	font-weight: normal;
	text-decoration: underline;
	color: #002B00;
}
a.m:visited {
	font-size: 8pt;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	color: #002B00;
}
a.m:hover {
	font-size: 8pt;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #002B00;
}
a.m:active {
	font-size: 8pt;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #002B00;
}
/* */
a.z0:link {
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #002B00;
}
a.z0:visited {
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #002B00;
}
a.z0:hover {
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #002B00;
}
a.z0:active {
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #002B00;
}
/* */
a.zb:link {
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #002B00;
}
a.zb:visited {
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #002B00;
}
a.zb:hover {
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #002B00;
}
a.zb:active {
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #002B00;
}
/* */
a.b:link {
	font-size: 14pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #002B00;
}
a.b:visited {
	font-size: 14pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #002B00;
}
a.b:hover {
	font-size: 14pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #002B00;
}
a.b:active {
	font-size: 14pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #002B00;
}
/* */
a.bi:link {
	font-size: 12pt;
	font-family: Arial;
	text-decoration: none;
	color: #002B00;
}
a.bi:visited {
	font-size: 12pt;
	font-family: Arial;
	text-decoration: none;
	color: #002B00;
}
a.bi:hover {
	font-size: 12pt;
	font-family: Arial;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #002B00;
}
a.bi:active {
	font-size: 12pt;
	font-family: Arial;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #002B00;
}
/* */
a.br:link {
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #002B00;
}
a.br:visited {
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #002B00;
}
a.br:hover {
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #002B00;
}
a.br:active {
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #002B00;
}
/* komórki

   wąski odstęp w tabelce */
td.e {
	font-size: 4pt;
}
/* z brzegiem dolnym */
td.un {
	padding: 1px;
	border-bottom: 1px solid #002B00;
	text-align: center;
	white-space: nowrap;
}
/* dalej liczba na końcu nazwy oznacza sposób obramowania:



   bez =  _|  normalnie w tabelce

          _

     1 = |_| początek wiersza

     

     2 =  _| środek pierwszego wiersza (góra,dół,prawy) 

     

    12 = pełne obramowanie,początek tabelki



*/
td.s {
	padding: 1px;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	font-size: 7pt;
	color: #002B00;
	background-color: #E8FFE8;
	white-space: nowrap;
}
td.s1 {
	padding: 1px;
	border-left: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	font-size: 7pt;
	color: #002B00;
	background-color: #E8FFE8;
	white-space: nowrap;
}
td.s2 {
	padding: 1px;
	border-top: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	font-size: 7pt;
	color: #002B00;
	background-color: #E8FFE8;
	white-space: nowrap;
}
td.s12 {
	padding: 1px;
	border: 1px solid #002B00;
	text-align: center;
	font-size: 7pt;
	color: #002B00;
	background-color: #E8FFE8;
	white-space: nowrap;
}
/*  */
td.b {
	padding: 1px;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	font-size: 11pt;
	color: #002B00;
	background-color: #E8FFE8;
	white-space: nowrap;
}
td.b1 {
	padding: 1px;
	border-left: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	font-size: 11pt;
	color: #002B00;
	background-color: #E8FFE8;
	white-space: nowrap;
}
td.b2 {
	padding: 1px;
	border-top: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	font-size: 11pt;
	color: #002B00;
	background-color: #E8FFE8;
	white-space: nowrap;
}
td.b12 {
	padding: 1px;
	border: 1px solid #002B00;
	text-align: center;
	font-size: 11pt;
	color: #002B00;
	background-color: #E8FFE8;
	white-space: nowrap;
}
/*  */
td.t {
	padding: 1px;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	background-color: #E8FFE8;
	white-space: nowrap;
}
/* t0=tylko prawe */
td.t0 {
	padding: 1px;
	border-right: 1px solid #002B00;
	text-align: center;
	font-size: 4pt;
	font-weight: bold;
	background-color: #E8FFE8;
	white-space: nowrap;
}
td.t1 {
	padding: 1px;
	border-left: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	background-color: #E8FFE8;
	white-space: nowrap;
}
td.t2 {
	padding: 1px;
	border-top: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	background-color: #E8FFE8;
	white-space: nowrap;
}
td.t12 {
	padding: 1px;
	border: 1px solid #002B00;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	background-color: #E8FFE8;
	white-space: nowrap;
}
/* t3=t z malutkim fontem */
td.t3 {
	padding: 1px;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	font-size: 4pt;
	font-weight: bold;
	background-color: #E8FFE8;
	white-space: nowrap;
}
/* tl=|_ */
td.tl {
	padding: 1px;
	border-left: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	background-color: #E8FFE8;
	white-space: nowrap;
}
/*  */
td.tr {
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: right;
	background-color: #E8FFE8;
	white-space: nowrap;
}
td.tr1 {
	border-left: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: right;
	background-color: #E8FFE8;
	white-space: nowrap;
}
td.tr2 {
	border-top: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: right;
	background-color: #E8FFE8;
	white-space: nowrap;
}
td.tr12 {
	border: 1px solid #002B00;
	text-align: right;
	background-color: #E8FFE8;
	white-space: nowrap;
}
/*  */
td.ban {
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
	color: #002B00;
}
/*  */
td.bda {
	padding: 1px;
	border-bottom: 1px solid #002B00;
	text-align: right;
	white-space: nowrap;
}
td.bda1 {
	padding: 1px;
	border-left: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	text-align: right;
	white-space: nowrap;
}
td.bdca {
	padding: 1px;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	font-size: 8pt;
	white-space: nowrap;
}
td.bdcg {
	padding: 1px;
	border-bottom: 1px solid #002B00;
	text-align: center;
	white-space: nowrap;
}
/*  */
td.bd {
	padding: 1px;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	white-space: nowrap;
	text-align: left;
}
td.bd1 {
	padding: 1px;
	border-left: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	white-space: nowrap;
	text-align: left;
}
td.bd2 {
	padding: 1px;
	border-top: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	white-space: nowrap;
	text-align: left;
}
td.bd12 {
	padding: 1px;
	border: 1px solid #002B00;
	white-space: nowrap;
	text-align: left;
}
/*  */
td.bdc {
	padding: 1px 4px 1px 4px;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	white-space: nowrap;
}
td.bdc1 {
	padding: 1px 4px 1px 4px;
	border-left: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	white-space: nowrap;
}
td.bdcw {
	padding: 1px 1px 1px 80px;
	border-left: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: left;
	white-space: nowrap;
}
td.bdc2 {
	padding: 1px 4px 1px 4px;
	border-top: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	white-space: nowrap;
}
td.bdc12 {
	padding: 1px 4px 1px 4px;
	border: 1px solid #002B00;
	text-align: center;
	white-space: nowrap;
}
td.bdcp {
	padding: 1px 4px 1px 4px;
	border-left: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
}
td.bdcn {
	padding: 1px 4px 1px 4px;
	text-align: left;
	white-space: nowrap;
}
td.bdco {
	padding: 1px 4px 1px 4px;
	border-bottom: 1px solid #002B00;
	text-align: left;
	white-space: nowrap;
}
td.bdck {
	padding: 1px 4px 1px 4px;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
}
/*  */
td.bdcc {
	padding: 1px;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	background-color: #E8FFE8;
	white-space: nowrap;
}
td.bdcc1 {
	padding: 1px;
	border-left: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	background-color: #E8FFE8;
	white-space: nowrap;
}
td.bdcc2 {
	padding: 1px;
	border-top: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	background-color: #E8FFE8;
	white-space: nowrap;
}
td.bdcc12 {
	padding: 1px;
	border: 1px solid #002B00;
	text-align: center;
	background-color: #E8FFE8;
	white-space: nowrap;
}
/*  */
td.bdcr {
	padding: 1px;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: right;
	background-color: #E8FFE8;
	white-space: nowrap;
}
td.bdcr1 {
	padding: 1px;
	border-left: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: right;
	background-color: #E8FFE8;
	white-space: nowrap;
}
td.bdcr2 {
	padding: 1px;
	border-top: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: right;
	background-color: #E8FFE8;
	white-space: nowrap;
}
td.bdcr12 {
	padding: 1px;
	border: 1px solid #002B00;
	text-align: right;
	background-color: #E8FFE8;
	white-space: nowrap;
}
/*  */
td.bdt {
	padding: 1px;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	background-color: #002B00;
	text-align: center;
	white-space: nowrap;
}
td.bdt1 {
	padding: 1px;
	border-left: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	background-color: #002B00;
	text-align: center;
	white-space: nowrap;
}
td.bdt2 {
	padding: 1px;
	border-top: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	background-color: #002B00;
	text-align: center;
	white-space: nowrap;
}
td.bdt12 {
	padding: 1px;
	border: 1px solid #002B00;
	background-color: #002B00;
	text-align: center;
	white-space: nowrap;
}
/*  */
td.bdn {
	padding: 1px;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	background-color: #DFDFFF;
	white-space: nowrap;
}
td.bdn1 {
	padding: 1px;
	border-left: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	background-color: #DFDFFF;
	white-space: nowrap;
}
td.bdn2 {
	padding: 1px;
	border-top: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	background-color: #DFDFFF;
	white-space: nowrap;
}
td.bdn12 {
	padding: 1px;
	border: 1px solid #002B00;
	text-align: center;
	background-color: #DFDFFF;
	white-space: nowrap;
}
/*  */
td.bde {
	padding: 1px;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	background-color: #FFFFAA;
	white-space: nowrap;
}
td.bde1 {
	padding: 1px;
	border-left: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	background-color: #FFFFAA;
	white-space: nowrap;
}
td.bde2 {
	padding: 1px;
	border-top: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	background-color: #FFFFAA;
	white-space: nowrap;
}
td.bde12 {
	padding: 1px;
	border: 1px solid #002B00;
	text-align: center;
	background-color: #FFFFAA;
	white-space: nowrap;
}
/*  */
td.zno {
	padding-left: 5px;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: left;
	white-space: nowrap;
}
td.zno1 {
	padding-left: 5px;
	border-left: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: left;
	white-space: nowrap;
}
td.zno2 {
	padding-left: 5px;
	border-top: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: left;
	white-space: nowrap;
}
td.zno12 {
	padding-left: 5px;
	border: 1px solid #002B00;
	text-align: left;
	white-space: nowrap;
}
/*  */
td.zeo {
	padding-right: 5px;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: right;
	white-space: nowrap;
}
td.zeo1 {
	padding-right: 5px;
	border-left: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: right;
	white-space: nowrap;
}
td.zeo2 {
	padding-right: 5px;
	border-top: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: right;
	white-space: nowrap;
}
td.zeo12 {
	padding-right: 5px;
	border: 1px solid #002B00;
	text-align: right;
	white-space: nowrap;
}
/*  */
td.znc {
	padding: 1px;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	background-color: #DFDFFF;
	white-space: nowrap;
}
td.znc1 {
	padding: 1px;
	border-left: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	background-color: #DFDFFF;
	white-space: nowrap;
}
td.znc2 {
	padding: 1px;
	border-top: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	background-color: #DFDFFF;
	white-space: nowrap;
}
td.znc12 {
	padding: 1px;
	border: 1px solid #002B00;
	text-align: center;
	background-color: #DFDFFF;
	white-space: nowrap;
}
/*  */
td.zec {
	padding: 1px;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	background-color: #FFFFAA;
	white-space: nowrap;
}
td.zec1 {
	padding: 1px;
	border-left: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	background-color: #FFFFAA;
	white-space: nowrap;
}
td.zec2 {
	padding: 1px;
	border-top: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	background-color: #FFFFAA;
	white-space: nowrap;
}
td.zec12 {
	padding: 1px;
	border: 1px solid #002B00;
	text-align: center;
	background-color: #FFFFAA;
	white-space: nowrap;
}
/*  */
td.znl {
	padding: 1px;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	background-color: #DFDFFF;
	white-space: nowrap;
}
td.znl1 {
	padding: 1px;
	border-left: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	background-color: #DFDFFF;
	white-space: nowrap;
}
td.znl2 {
	padding: 1px;
	border-top: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	background-color: #DFDFFF;
	white-space: nowrap;
}
td.znl12 {
	padding: 1px;
	border: 1px solid #002B00;
	background-color: #DFDFFF;
	white-space: nowrap;
}
/*  */
td.zel {
	padding: 1px;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	background-color: #FFFFAA;
	white-space: nowrap;
}
td.zel1 {
	padding: 1px;
	border-left: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	background-color: #FFFFAA;
	white-space: nowrap;
}
td.zel2 {
	padding: 1px;
	border-top: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	background-color: #FFFFAA;
	white-space: nowrap;
}
td.zel12 {
	padding: 1px;
	border: 1px solid #002B00;
	background-color: #FFFFAA;
	white-space: nowrap;
}
/*  */
td.bdnt {
	padding: 1px;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	background-color: #80FFFF;
	font-weight: bold;
	font-size: 11pt;
	white-space: nowrap;
}
td.bdnt1 {
	padding: 1px;
	border-left: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	background-color: #80FFFF;
	font-weight: bold;
	font-size: 11pt;
	white-space: nowrap;
}
td.bdnt2 {
	padding: 1px;
	border-top: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	text-align: center;
	background-color: #80FFFF;
	font-weight: bold;
	font-size: 11pt;
	white-space: nowrap;
}
td.bdnt12 {
	padding: 1px;
	border: 1px solid #002B00;
	text-align: center;
	background-color: #80FFFF;
	font-weight: bold;
	font-size: 11pt;
	white-space: nowrap;
}
/*  */
td.bdnl {
	padding: 1px;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	background-color: #E8FFE8;
	font-weight: normal;
	font-size: 10pt;
	white-space: nowrap;
}
td.bdnl1 {
	padding: 1px;
	border-left: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	background-color: #E8FFE8;
	font-weight: normal;
	font-size: 10pt;
	white-space: nowrap;
}
td.bdnl2 {
	padding: 1px;
	border-top: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	border-right: 1px solid #002B00;
	background-color: #E8FFE8;
	font-weight: normal;
	font-size: 10pt;
	white-space: nowrap;
}
td.bdnl12 {
	padding: 1px;
	border: 1px solid #002B00;
	background-color: #E8FFE8;
	font-weight: normal;
	font-size: 10pt;
	white-space: nowrap;
}
/* rozkład i analiza */
td.w {
	word-spacing: -2px;
	white-space: nowrap;
	text-align: left;
	font-size: 9pt;
}
td.an1 {
	text-align: center;
	font-size: 9pt;
	width: 20px;
}
td.an2 {
	text-align: center;
	border-right: 1px solid #002B00;
	border-bottom: 1px solid #002B00;
	font-size: 9pt;
	width: 20px;
}
td.an3 {
	text-align: center;
	border-bottom: 1px solid #002B00;
	font-size: 9pt;
	width: 20px;
}
td.an4 {
	text-align: center;
	border-right: 1px solid #002B00;
	font-size: 9pt;
	width: 20px;
}
/* PARY */
td.c {
	white-space: nowrap;
	padding: 1px 4px 1px 4px;
	border-bottom: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	text-align: center;
	font-size: 10pt;
}
td.l {
	white-space: nowrap;
	padding: 1px 4px 1px 4px;
	border-bottom: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	text-align: left;
	font-size: 10pt;
}
td.r {
	white-space: nowrap;
	padding: 1px 4px 1px 4px;
	border-bottom: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	text-align: right;
	font-size: 10pt;
}
td.u {
	white-space: nowrap;
	padding: 4px;
	border-bottom: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	text-align: center;
	font-size: 14pt;
}
td.uvp {
	white-space: nowrap;
	padding: 4px;
	border-bottom: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	text-align: center;
	font-size: 12pt;
}
td.nu {
	white-space: nowrap;
	padding: 4px;
	text-align: center;
	font-size: 14pt;
}
td.ul {
	white-space: nowrap;
	padding: 4px 12px 4px 12px;
	border-bottom: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	text-align: left;
	font-size: 14pt;
}
td.ur {
	white-space: nowrap;
	padding: 4px 12px 4px 12px;
	border-bottom: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	text-align: right;
	font-size: 14pt;
}
td.nor {
	word-spacing: -1px;
	white-space: nowrap;
	padding: 1px 4px 1px 4px;
	border-bottom: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	text-align: right;
	font-size: 10pt;
}
td.noh {
	word-spacing: -1px;
	white-space: nowrap;
	padding: 1px 4px 1px 4px;
	border-bottom: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	text-align: right;
	font-size: 8pt;
}
td.noc {
	word-spacing: -1px;
	white-space: nowrap;
	padding: 1px 4px 1px 4px;
	border-bottom: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	text-align: center;
	font-size: 10pt;
}
td.nol {
	word-spacing: -1px;
	white-space: nowrap;
	padding: 1px 4px 1px 4px;
	border-bottom: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	text-align: left;
	font-size: 10pt;
}
td.nos {
	word-spacing: -1px;
	white-space: nowrap;
	padding: 1px 4px 1px 4px;
	border-bottom: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	text-align: center;
	font-size: 8pt;
}
/* PARY RZUTNIK */
#top {
	width: 1000px;
}
#lewy {
	float: left;
	width: 499px;
}
#prawy {
	float: left;
	width: 499px;
}
td.xnor {
	word-spacing: -1px;
	white-space: nowrap;
	padding: 3px 10px 3px 4px;
	border-bottom: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	text-align: right;
	font-size: 17pt;
}
td.xnoc {
	word-spacing: -1px;
	white-space: nowrap;
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	text-align: center;
	font-size: 17pt;
}
td.xnol {
	word-spacing: -1px;
	white-space: nowrap;
	padding: 3px 4px 3px 10px;
	border-bottom: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	text-align: left;
	font-size: 17pt;
}
#xnaz {
	word-spacing: -1px;
	white-space: nowrap;
	font-size: 17ptpt;
	overflow: hidden;
}
#pro {
	height: 400px;
	overflow: scroll;
}
/* komórka na początku wiersza, zwykle pusta */
td.n {
	border-right: 1px solid #C7C7C7;
	font-size: 7pt;
	text-align: right;
}
td.n1 {
	border-right: 1px solid #C7C7C7;
	font-size: 10pt;
	text-align: right;
}
/* komórka nad tabelką */
td.o {
	font-size: 3pt;
	border-bottom: 1px solid #C7C7C7;
}
td.o1 {
	font-size: 16pt;
	border-bottom: 1px solid #C7C7C7;
}
a.pa:link {
	font-size: 10pt;
	font-family: Arial;
	text-decoration: none;
	color: #000000;
}
a.pa:visited {
	font-size: 10pt;
	font-family: Arial;
	text-decoration: none;
	color: #000000;
}
a.pa:hover {
	font-size: 10pt;
	font-family: Arial;
	text-decoration: none;
	color: #FFFFF2;
	background-color: #004600;
}
a.pa:active {
	font-size: 10pt;
	font-family: Arial;
	text-decoration: none;
	color: #FFFFF2;
	background-color: #004600;
}
/* przycisk */
.rssbutton {
	background-color: #ff6600;
	border: 1px #ff6600 outset;
	padding: 0 2px;
	color: white;
	text-decoration: none;
	font: bold 10px Verdana;
}
.rssbutton:visited, .rssbutton:hover, .rssbutton:active {
	color: white;
}
.cssbutton {
	background-color: #d1ec4c;
	border: 2px #d1ec4c outset;
	padding: 1px 4px;
	color: black;
	text-decoration: none;
	font: bold 90% "Calibri", sans-serif;
}
.cssbutton:visited {
	color: black;
}
.cssbutton:hover {
	border-style: inset;
	background-color: #e3f48e;
	padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}
.cssbutton:active {
	color: black;
}
/*navbar*/
#navbar ul {
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
background-image: url('../images/bgrnd.gif');
}
#navbar ul li {
display: inline;
}
#navbar ul li a {
font-family: arial,sans-serif;
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #3a4d8c;
border-radius: 5px;
}
#navbar ul li a:hover {
color: #ce3430;
background-color: #3a4d8c;
}


