﻿/* forum */

a.forum-thread-link {
    display: block;
}

div.forum-thread-list-title-row {
}

    div.forum-thread-list-title-row div {
        background-color: #eef;
        font-weight: bold;
    }

div.forum-thread-item div div {
    text-decoration: none;
}

    div.forum-thread-item div div.forum-post-top-cell {
        padding-top: 5px;
        font-size: 12pt;
        font-weight: 600;
        color: #666;
    }

div.forum-cell-with-border {
    border-bottom: solid 1px #BBB;
    padding-bottom: 5px;
}

div.forum-thread-item:hover div div {
    background-color: #fee;
    cursor: pointer;
}

div.post-count, div.last-post {
    font-size: 9pt;
    color: #888;
}

/* Forum Message List */

h2.ThreadTitle {
    font-weight: bold;
    font-size: 12pt;
    margin-top: 10px;
}

div.forum-message-title {
    font-size: 9pt;
    border-left: solid 1px #dde8f6;
    border-right: solid 1px #dde8f6;
    background-color: #edf8ff;
}

div.forum-message-box {
    box-shadow: 5px 5px 3px #aaaaaa;
}

div.forum-message {
    font-size: 9pt;
    border-left: solid 1px #dde8f6;
    border-right: solid 1px #dde8f6;
}

span.author {
    color: black;
    font-weight: bold;
}

a.forum-return-to-top {
    display: block;
    margin-top: 20px;
    color: #88F;
    font-size: 10px;
}

p.forum-thread-notice {
    margin-top: 20px;
    color: #888;
    font-size: 10px;
}

.loggedInAs {
    font-size: 0.8em;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
}

.graybackground {
    background-color: #eee;
    border-radius: 10px;
    padding: 5px 10px;
    width: 100%;
}

.new_thread_textbox {
    font-size: 1em;
    line-height: normal;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    border-radius: 5px;
    background-color: #fff;
    border-color: #dedede;
    border-style: none;
    margin: 0px 0px 5px 0px;
    max-width: 100%;
}
