table.forum {
    width: 100%; margin-top: 20px; border-collapse: collapse;
}
table.forum th {
    background: #daf1a7;
    padding: 8px; font-size: 10pt;
    border: 1px solid #daf1a7;
}
table.forum tr:hover {
    background: #f0fdd4;
}
table.forum td {
    border-bottom: 1px solid #daf1a7;
    padding: 5px;
    font-size: 10pt;
}

table.forum_posty {
    width: 100%; margin-top: 20px; border-collapse: collapse;
}
table.forum_posty th {
    background: #daf1a7;
    padding: 8px; font-size: 10pt;
    border: 1px solid #daf1a7;
}
table.forum_posty tr:hover {
    background: #f0fdd4;
}
table.forum_posty td {
    border-bottom: 1px solid #daf1a7; font-size: 10pt;
    padding: 5px;
}

.forum_opis {
    display: inline; color: #808080; font-size: 8pt;
}
.forum_czas {
    color: #808080; font-size: 8pt; display: inline;
}
.post_main {
    background: #f1fab5; margin: 10px; margin-left: 0px; padding: 5px; padding-left: 10px;
}
.post_reply, .post_reply_mine {
    float: left; padding: 5px; padding-top: 10px; margin: 10px; margin-left: 0px; padding-left: 10px;
}
.post_reply_mine {
    background: #fff6dc;
}
.post_tresc {
    line-height: 150%; text-align: justify;
}
.podpis, .podpis_ekspert {
    font-size: 8pt; font-style: italic; font-weight: bold; color: #666; display: inline;
}
.podpis_ekspert {
    font-size: 10pt; color: #87b402; padding: 4px;
}

.post_level_head {
    background: #f0fdd4; padding: 5px;
}
.vote_good {
    background: url('/media/img/forum/vote_good1.png'); width: 20px; height: 20px; padding: 0px; margin: 0px; border: none; cursor: pointer;
}
.vote_good:hover {
    background-image: url('/media/img/forum/vote_good2.png');
}
.vote_bad {
    background: url('/media/img/forum/vote_bad1.png'); width: 20px; height: 20px; padding: 0px; margin: 0px; border: none; cursor: pointer;
}
.vote_bad:hover {
    background-image: url('/media/img/forum/vote_bad2.png');
}
a.odpowiedz {
    font-size: 8pt; text-decoration: none;
}
a.odpowiedz:hover {
    text-decoration: underline;
}

