div.forum-info {
    margin-top: 6px;
    margin-left: 32px;
}

div.forum-data {
    
}

div.category-info {
    border: 2px solid white;
    background-color: #999999;
    color: black;
    font-size: large;
    font-weight: bold;
    width: 100%;
    padding: 6px;
    margin-top: 12px;
    margin-bottom: 12px;
}

div.forum-details {
    margin-left: 12px;
    font-size: smaller;
}

div.forum-thread-count {
    margin-left: 32px;
    margin-top: 12px;
}

div.forum-post-count {
    float: right;
    padding-right: 100px;
    font-size: smaller;
}

div.post-new-button {
    margin-top: 12px;
    margin-left: 12px;
    margin-bottom: -6px;
}

input#post_subject_I {
    width: 32em;
}

div.bbcode_quote_body {
    border: 1px solid black;
    background-image: url(/images/50pct_grey.png);
    padding: 12px;
    margin: 3px;
}

div.bbcode_quote_header {
    font-size: smaller;
    margin-left: 3px;
    padding-left: 12px;
    font-weight: bolder;
    padding-top: 6px;
    margin-bottom: -2px;
}

div.forum-thread-listing:hover {
    background-image: url(/images/25pct_blue.png);
}

div.forum-post-box {
    background-image: url(/images/PBG_grad.png);
    width: 100%;
    position: relative;
    clear: both;
    border-bottom: 1px solid black;
}
