@import "general.css";
@import "layout.css";
@import "forum.css";

/* forum home */
#forum thead th.sections {
    width: 50%;
    background: url("../img/tabs/set-left-corner.gif") no-repeat left 38px;
}

#forum thead th.topics {
    width: 13%;
    text-align: center;
}

#forum thead th.replies {
    width: 13%;
    text-align: center;
}

#forum thead th.new {
    width: 24%;
    text-align: center;
    background: url("../img/tabs/set-right-corner.gif") no-repeat right 38px;
}

p.register {
    margin: 8px 0 0 23px;
}

p.register a {
    font-weight: bold;
    font-size: 10px;
    /*color: #79909d;*/
    padding-left: 12px;
    line-height: 12px;
    background: url("../img/more.gif") no-repeat left center;
}

