
.forumlink        { font-weight: bold; font-size: 12px; color : #000; }
a.forumlink     { text-decoration: none; color : #615526; }
a.forumlink:hover{ text-decoration: underline; color : #948859; }

/* forum text */
.forum_text { font-size : 12px; }
.forum_text_med { font-size : 11px; }
.forum_text_small { font-size : 10px; }
.forum_text,.forum_text_med,.forum_text_small { color : #000000; }
a.forum_text,a.forum_text_med,a.forum_text_small { color: #006699; color: black; text-decoration: none; }
a.forum_text:hover,a.forum_text_med:hover,a.forum_text_small:hover    { color: #948859    ; text-decoration: underline; }

div.pagination { margin-top:10px; margin-bottom:10px;color:black;}
a.pagination{ color:#615526;}
a.pagination:hover {}

span.topic_pagination{color:black;}
a.topic_pagination{color:black;}
a.topic_pagination:hover {}

/*.postbody { font-size : 12px; word-break: break-all;}*/
.postbody { font-size : 12px; word-break: break-word;}

.forum_block {
    width:702px;
    text-align:center;
    border-style: solid;
    border-width: 2px;
    padding: 2px;
    border-color:#948859;
    background-color:#E9DDAE;
}
.forum_block .block_header {
    padding: 3px;
    text-align:center;
    font-size:8pt;
    font-weight:bold;
    color:white;
    border-style: solid;
    border-width: 2px;
    padding: 2px;
    border-color:#948859;
    border-top-color:#A5996A;
    background-color:#948859;
}

hr{ height: 0px; border: solid #948859 0px; border-top-width: 1px; }

td.forum_row1 {
  background-color:#B6AA7B;
}
td.forum_row2 {
    background-color:#D2CAA2;
}
td.spacer_row { height: 10px; background-color:#948859; border: #948859; border-style: solid; }
td.spacer_row { border-width: 0px 1px 0px 1px; }

.go_button {
    cursor:pointer;
    font-size:7pt;
    color: white;
    border-style: outset;
    border-width: 1px;
    border-color:#948859;
    background-color:#A5996A;
}

.forum_submit {
    cursor:pointer;
    width: 100px;
    font-size:9pt;
    color: white;
    border-style: outset;
    border-width: 1px;
    border-color:#948859;
    background-color:#A5996A;
}

.forum_editor_container {
    width:550px;
    height:300px;
    border-style: solid;
    border-width: 1px;
    border-color:#948859;
    border-color:#A5996A;
}

.forum_editor {
    width:550px;
    height:300px;
}

blockquote.quote {
    border-style: solid;
    border-width: 1px;
    border-color:#A5996A;
    background-color: #e8e1c0;
    padding:3px;
    margin:10px 5px 5px 10px;
}

blockquote.quote div.quote_header {
    font-style:normal;
}
blockquote.quote div.quote_content {
    font-style:italic;
    padding-top: 3px;
    padding-left: 3px;
}



#main_content {
    background-image: url(../images/shared/bg/squares.gif);
}

#main_header_button_bar a.moderator-link {
    color:#fff;
    display:block;
    padding:10px 10px 0 0;
}

.info-message td {
    padding: 5px;
}

.info-message a {
    color: #fff;
}