/* *** FÓRUM *** */
#forum .fo_blog h2, #forum .fo_blogw h2 {
    margin: 0;
}

.forum_reg_table {
    width: 100%;
    margin: 10px 0;
}
.forum_reg_table td {
    font-size: 12px;
    height: 30px;
    padding: 5px;
}
.forum_reg_table td span {
    color: #6faa25;
    font-size: 18px;
    font-weight: normal;
}
.forum_reg_table td.regisztracio {
    font-weight: bold;
    width: 200px;
    padding-left: 30px;
}
.forum_login_table td {
    padding: 5px;
    height: 30px;
}

#forum_error_frame {
    color: #d90000;
    text-align: center;
    padding: 5px;
}

.forum_rank td {
    height: 25px;
}
.forum_rank td.rank_ikon {
    background-image: url(forum/images/forum_ikonok.png);
    background-position: -25px -50px;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 25px;
    height: 25px;
    padding: 0;
}
.forum_rank td.rank_name {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 0 5px;
}
.forum_bookmark td {
    height: 25px;
}
.forum_bookmark .bookmark_ikon {
    background-image: url(forum/images/forum_ikonok.png);
    background-repeat: no-repeat;
    background-color: transparent;
    width: 25px;
    height: 25px;
    padding: 0;
}
.forum_bookmark .bookmark_name {
    font-size: 14px;
    padding: 0 5px;
}
.forum_bookmark a.bookmark_ikon { float: left; margin: 0 2px; text-decoration: none; }
.forum_bookmark .last { background-position: -25px 0px; }
.forum_bookmark .last_off { background-position: 0px 0px; }
.forum_bookmark .perm { background-position: -25px -25px; }
.forum_bookmark .perm_off { background-position: 0px -25px; }

#forum_kereses_mezo {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 320px;
    height: 24px;
    padding: 2px 5px 2px 6px;
}
#forum_kereses_mezo input {
    width: 320px;
    height: 24px;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    background-position: center right;
    background-repeat: no-repeat;
    background-image: none;
    font-family: "Georgia", "Times New Roman", "Times", serif;
    font-size: 18px;
}
#forum_kereses_gomb {
    margin-left: 3px;
}

.hozzaszolas {
    margin-bottom: 10px;
}

.hozzaszolasheader {
    background: #efefef;
}

.hozzaszolasheader td {
    height: 40px;
    font-size: 12px;
    padding: 0 6px;
}
.toroltheader {
    background: #f6f6f6;
}
.toroltheader td {
    height: 20px;
    padding: 0 6px;
}
.hozzaszolasheader td.forum_hszh_time, .toroltheader td.forum_hszh_time {
    width: 110px;
    color: #666666;
    text-align: right;
    font-size: 11px;
}
.hozzaszolasheader td.forum_hszh_num, .toroltheader td.forum_hszh_num {
    width: 40px;
    color: #666666;
    text-align: right;
    font-size: 11px;
}
.toroltheader td.forum_hszh_title {
    color: #666666;
    font-size: 11px;
}

.hozzaszolascontent {
    background: #f7f7f7;
    border-width: 2px 0 2px 0;
    border-color: #ffffff;
    border-style: solid;
    padding: 6px;
    font-size: 12px;
}
#forum .hozzaszolascontent p {
    font-size: 12px;
    margin: 3px 0;
}
.hozzaszolascontentfooter {
    background: #f7f7f7;
    height: 34px;
    padding: 0 4px;
}

.kopfejl .hozzaszolasheader {
    background: #c9e599;
}
.kopfejl .hozzaszolascontent, .kopfejl .hozzaszolascontentfooter {
    background: #e4f2cc;
}

.forum_table {
    width: 100%;
}
.forum_table td {
    font-size: 12px;
    border: 1px solid #ffffff;
    padding-left: 6px;
}
#forum_main_table td { height: 59px; }
#forum_usrmsg_table td { height: 29px; }

.forum_table tr.odd td {
    background: #f2f2f2;
}
.forum_table tr.even td {
    background: #ffffff;
}
.forum_table th {
    font-size: 12px;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    padding: 5px 6px 3px 3px;

}
.forum_table .alcim {
    font-size: 10px;
}
.piros {
    color: #d90000;
}

.login_link {
    background: url(forum/images/list_01.gif) no-repeat 0px 4px;
    padding-left: 8px;
}

/* ** BLOG ** */
.blog_meta {
    font-size: 11px;
}

.errorframe {
    background: #fff7f7;
    padding: 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-size: 12px;
    width: 600px;
    margin: 10px auto 0 auto;
}