/* Core Styles for BBS. Extended styles can be found in local include directory */
#bbs-topic-head {margin: 10px 0 10px 0; }
#bbs-topic-list {margin: 0 0 10px 0; }
#bbs-discussion-list {vertical-align: top; padding: 0; margin: 10px 0 10px 0; border-collapse: collapse;}
.bbs-discussion {padding: 10px 0;}
.bbs-breadcrumb {font-size: 12px;}
.bbsTitle {
    font-weight:bold;    
    color: #694024; 
    font-size:14px;
    padding: 5px 0 5px 0;
    border-style: solid;
    border-width: 0 0 1px 0;
    width: 100%;
}
.bbsColHeading { 
    padding: 0 5px 5px 0;
}
.bbsFieldLabel {
    padding: 0 10px 0 0;
    vertical-align: top;
    font-weight: bold;
}
#bbs-msg-post-table tr td {
    padding: 5px 5px 0 0;
}
#bbs-msg-post-table tr td textarea, #bbs-msg-post-table tr td input {
    border: solid 1px #313C5A;
    width: 400px; 
}
td.bbsNormalText {padding: 2px 0;}
.bbsNormalTextBgTint{
    background-color: #F6EAB8; /* orange */  
    background-color: #D5F0FD; /* light blue */
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #91683C;
    vertical-align: top;
    padding: 2px 0 2px 0;
    margin: 0;
}
.bbsColHeading { 
    font-weight:bold;  
    color: #694024; 
    font-size:12px;
    border-width: 0;
    border-style: none;
}
.bbsNormalTextLink {
    text-decoration: none;
}
.article-comments h3 {
    border-style: dotted;
    border-width: 1px 0 1px 0;
    background-color: #FDFDFD;
}
#comments-container {
    width: 100%;
}
.comment-post {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #7F9DB9;
    background-color: #7F9DB9;
    margin: 0 0 30px 0;
}
.comment-head {
    text-transform: lowercase;
    color: white;
    font-size: 10px;
    padding: 0 0 0 0;
    vertical-align: top;
}
.comment-head-content {
    vertical-align: top;
    padding: 2px 0 20px 10px;
}
.comment-head-content img {
    float: left;
    padding: 5px 10px 0 0;
}
.comment-head-content .user {
    font-weight: bold;
}
.comment-body {
    text-indent: 15px;
    margin: 0 3px 3px 3px;
    background: #EBEBE4;
    font-size: 12px;
}
.bbs-discussion-title {
    font-weight: bold;
    margin: 5px 0 5px 0;
    font-size: 18px;
    font-family: Verdana;
}
.bbs-msg-container {
    margin: 10px 0 0 0;
}
.bbs-breadcrumb a, 
.bbs-breadcrumb a:active, 
.bbs-breadcrumb a:visited {
    color: #C94C1D;
}
.bbs-user {
    text-transform: lowercase;
}
.bbs-msg {
    border-style: solid;
    border-width: 1px;
    border-color: #C94C1D;
    border-color: #91683C;
    margin: 10px 0 0 10px;
    padding: 2px;
    font-family: Tahoma;
    font-size: 11px;
}
.bbs-user {
    clear: left;
    font-weight: bold;
    float: left;
    margin: 0 10px 0 0;
}
.bbs-user-postcount {
    font-style: italic;
    font-size: 10px;
    float: left;
    margin: 0 10px 0 0;
    font-family: Verdana;
}
.bbs-msg-postcount, .bbs-msg-count {
    text-align: right;
}
.moderator {font-style: italic;}
.bbs-msg-subject {
    font-size: 15px;
    font-weight: bold;
    border-style: solid;
    border-width: 1px 0 0px 0;
    border-color: #737573;
}
.bbs-msg-time {font-family: Verdana; font-size: 11px; text-align: left; font-style: italic;}
.bbs-msg-body {background-color: #F6EAB8;}