/********** body ********/
body.kalendarz {
background-color: rgb(0,0,0);
margin: 0;
}
/********** tabele ********/

table.kalendarz {
background-color: rgb(0,0,0);
}

td.naglowek_miesiac {
font-family: Verdana;
text-align: center;
font-size: 12pt;
letter-spacing: 0.5mm;
color: white;
font-weight: bold;
background-color: rgb(0,0,0);
text-align: left;
}

td.naglowek_rok {
font-family: Verdana;
text-align: center;
font-size: 10pt;
letter-spacing: 0.5mm;
color: rgb(215,215,215);
background-color: rgb(0,0,0);
font-style: italic;
text-align: right;
}

tr.nazwy_dni {
font-family: Arial;
font-size: 10pt;
font-weight: bold;
background-color: rgb(220,220,220);
}

tr.wiersz {
background-color: rgb(255,255,230);
}
	
td.wyroznienie {
text-align: center;
font-weight: bold;
background-color: black;
}

td.dzien_p {
font-family: Verdana;
font-size: 10pt;
color: black;
text-align: center;
}

td.sobota {
font-family: Verdana;
font-size: 10pt;
color: navy;
text-align: center;
}

td.niedziela {
font-family: Verdana;
font-size: 10pt;
color: red;
text-align: center;
}

/********** linki ********/

a:link.wyroznienie {
font-family: Verdana;
font-size: 10pt;
color: white;
background-color: black;
cursor: hand;
text-decoration: none;
}

a:link.dzien_p {
font-family: Verdana;
font-size: 10pt;
color: black;
cursor: hand;
text-decoration: none;
}

a:link.sobota {
font-family: Verdana;
font-size: 10pt;
color: navy;
cursor: hand;
text-decoration: none;
}

a:link.niedziela {
font-family: Verdana;
font-size: 10pt;
color: red;
cursor: hand;
text-decoration: none;
}

a:visited.wyroznienie {
font-family: Verdana;
font-size: 10pt;
color: white;
background-color: black;
cursor: hand;
text-decoration: none;
}

a:visited.dzien_p {
font-family: Verdana;
font-size: 10pt;
color: black;
cursor: hand;
text-decoration: none;
}

a:visited.sobota {
font-family: Verdana;
font-size: 10pt;
color: navy;
cursor: hand;
text-decoration: none;
}

a:visited.niedziela {
font-family: Verdana;
font-size: 10pt;
color: red;
cursor: hand;
text-decoration: none;
}

a:hover.wyroznienie {
font-family: Verdana;
font-size: 10pt;
font-weight: bold;
color: yellow;
background-color: black;
cursor: hand;
text-decoration: none;
}

a:hover.dzien_p {
font-family: Verdana;
font-size: 10pt;
font-weight: bold;
color: black;
background-color: yellow;
cursor: hand;
text-decoration: none;
}

a:hover.sobota {
font-family: Verdana;
font-size: 10pt;
font-weight: bold;
color: navy;
background-color: yellow;
cursor: hand;
text-decoration: none;
}

a:hover.niedziela {
font-family: Verdana;
font-size: 10pt;
font-weight: bold;
color: red;
background-color: yellow;
cursor: hand;
text-decoration: none;
}


/*********** form ***********/

input.nawigacja {
border: 1px solid white;
background-color: rgb(220,220,220);
font-family: Arial, Helvetica,Courier New;
font-size: 8pt;
font-weight: bold;
color: navy;
text-align: center;
width: 25px;
height: 20px;
}

input.akcja {
border: 1px solid white;
background-color: rgb(220,220,220);
font-family: Arial, Helvetica,Courier New;
font-size: 8pt;
font-weight: bold;
color: navy;
text-align: center;
width: 90px;
height: 20px;
}
