/* TABELA KALENDARZA NA MIESIAC */
TABLE.calendarTable {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        color: #615b45;
        text-decoration: none;
        margin-right: auto;
        margin-left: auto;
        width: 191px;
}
/* NAZWA DNIA TYGODNIA */
td.dayName {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        font-weight: normal;
        color: #615b45;
        text-decoration: none;
        text-align: center;
        width: 25px;
        height: 22px;
        background-color: #c3bb9e;
        border: 1px solid #b1a681;
        ;
}
/* NAZWA MIESIACA */
td.monthName {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #615b45;
        text-decoration: none;
        text-align: left;
        width: 25px;
        height: 22px;
        background-color: #C2BB9E;
        border: 1px solid #B1A582;
        padding-left: 4px;
}

/* WYDARZENIA INFORMACJE */
TD.kolor_1 {
        text-align: center;
        width: 25px;
        height: 22px;
        border: 1px solid #8b8f81;
        background-color: #b6b198;
}

/* ZAPROSZENIA */
TD.kolor_2 {
        text-align: center;
        width: 25px;
        height: 22px;
        border: 1px solid #8b8f81;
        background-color: #b6b198;
}

/* TRANSMISJE I RELACJE */
TD.kolor_3 {
        text-align: center;
        width: 25px;
        height: 22px;
        border: 1px solid #8b8f81;
        background-color: #b6b198;
}

/* SWIETA I UROCZYSTOSCI */
TD.kolor_4 {
        text-align: center;
        width: 25px;
        height: 22px;
        border: 1px solid #8b8f81;
        background-color: #b6b198;
}
/* SPECJALNE I TRANSMISJE */
TD.kolor_5 {
        text-align: center;
        width: 25px;
        height: 22px;
        border: 1px solid #b3866b;
        background-color: #bfae92;
}

/** TUTAJ WSTAW POZOSTALE KOLORY OD 6 DO 9 **/

/* ZWYKLY DZIEN */
TD.normalDay {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        font-weight: normal;
        color: #605A42;
        text-decoration: none;
        text-align: center;
        text-align: center;
        width: 25px;
        height: 22px;
        background-color: #beb79a;
        border: 1px solid #aaa17c;
}
/* NORMALNY Z NASTEPNEGO MIESIACA */
td.normalNext {
        width: 25px;
        height: 22px;
        background-color: #beb79a;
}
/* NORMALNY Z POPRZEDNIEGO MIESIACA */
td.normalPrev {
        width: 25px;
        height: 22px;
        background-color: #beb79a;
}

/* STYLE DO WYSWIETLENIA NA STRONIE */
span.kategoria {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
        color: #bf0000;
        text-decoration: none;
}

span.tytul {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: bold;
        color: #3c4e74;
        text-decoration: none;
}

span.podtytul {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: bold;
        color: #3c4e74;
        text-decoration: none;
}

span.tresc {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: normal;
        color: #67624e;
        text-decoration: none;
        text-align: justify;
}

span.wstepna_tresc {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: bold;
        color: #67624e;
        text-decoration: none;
        text-align: justify;
}

span.data {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-style: normal;
        font-weight: normal;
        color: #979382;
        text-decoration: none;
}

span.data_dodania {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-style: normal;
        font-weight: normal;
        color: #979382;
        text-decoration: none;
}

span.autor {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-style: normal;
        font-weight: normal;
        color: #979382;
        text-decoration: none;
}


.image {
        float: left;
        margin-right: 7px;
        margin-bottom: 5px;
        BORDER-RIGHT: 1px solid;
        BORDER-TOP: 1px solid;
        BORDER-LEFT: 1px solid;
        BORDER-BOTTOM: 1px solid
}

.image_lewa {
        float: left;
        margin-left: 7px;
        margin-bottom: 5px;
        BORDER-RIGHT: 1px solid;
        BORDER-TOP: 1px solid;
        BORDER-LEFT: 1px solid;
        BORDER-BOTTOM: 1px solid
}

A:link .image {
        BORDER-LEFT-COLOR: #aaaaaa; BORDER-BOTTOM-COLOR: #aaaaaa; COLOR: #aaaaaa; BORDER-TOP-COLOR: #aaaaaa; BORDER-RIGHT-COLOR: #aaaaaa
}
A:visited .image {
        BORDER-LEFT-COLOR: #666666; BORDER-BOTTOM-COLOR: #666666; COLOR: #666666; BORDER-TOP-COLOR: #666666; BORDER-RIGHT-COLOR: #666666
}
A:hover .image {
        BORDER-LEFT-COLOR: #ffffff; BORDER-BOTTOM-COLOR: #ffffff; COLOR: #ffffff; BORDER-TOP-COLOR: #ffffff; BORDER-RIGHT-COLOR: #ffffff
}

table.table_img {
        float: left;
}

