﻿/* =========== FORUMS ============= */
.ForumListTable
{
    width: 100%;
    border: solid 1px #835905;
    background-color: white;
    font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.ForumHeader
{
    padding: 3px 5px 3px 5px;
    background-color: #FF8F04;
    color: White;
    font-weight: bold;
    font-size: 8pt;
    height: 12px;
}

.ForumListItem
{
    font-weight: normal;
    font-size: 8pt;
    padding: 5px 5px 5px 5px;
}

.ForumPostItem
{
    border-top: solid 1px #835905;
    background-color: White;
    background-image: url(../images/forumpostback.gif);
    background-repeat: repeat-x;
}

.ForumListItem a
{
    color: #226C22;
    text-decoration: underline;
    font-weight: bold;
}

.ForumName
{
    font-size: 9pt;
}

.ForumIconItem
{
    text-align: center;
}

.ForumThreadsItem
{
    text-align: center;
}

.ThreadsHeader
{
    text-align: center;
}

.ForumPostsItem
{
    text-align: center;
}

.PostsHeader
{
    text-align: center;
}

.ForumThreadIconItem
{
    text-align: center;
}

.ForumThreadRepliesHeader
{
    text-align: center;
}

.ForumThreadRepliesItem
{
    text-align: center;
}

.ForumThreadViewsHeader
{
    text-align: center;
}

.ForumThreadPostsHeader
{
    text-align: center;
}

.ForumThreadViewsItem
{
    text-align: center;
}

.ForumPostItemHeader
{
    background-color: Transparent;
    padding: 3px 5px 3px 5px;
    color: black;
    font-weight: normal;
    font-size: 7pt;
    height: 12px;
    float: right;
}

.ForumPostItemUser
{
    font-size: 12pt;
    font-weight: bold;
    height: 20px;
}

.ForumPost
{
    padding: 5px 5px 12px 5px;
    position: relative;
    font-size: 10pt;
}

.ForumPostTable
{
    width: 100%;
    border: solid 1px #835905;
    font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.ForumPostConfirm
{
    border: solid 1px #99CC99;
    width: 100%;
    padding: 4px;
    background-image: url(../../../images/forum/check.gif);
    background-repeat: no-repeat;
    background-color: #E2F9E3;
    color: #006600;
    margin-bottom: 8px;
}

.ForumPageHeader
{
    font-size: 8pt;
    font: 8pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    padding: 4px 4px 8px 8px;
    margin: 0px;
    background-color: #EAF4E9;
    border: solid 1px #64825D;
}

.ForumPageHeader a
{
    padding-left: 8px;
    vertical-align: top;
    color: #006600;
    text-decoration: underline;
    font-weight: normal;
}

.ForumPageHeader ul
{
    margin: 0px 0px 0px 15px;
    list-style-type: none;
    list-style-image: url(../../../images/forum/threadiconsmall.gif);
}

.ForumPageHeader li
{
    margin: 0px;
    padding: 0px 0px 0px 8px;
    list-style-image: url(../../../images/forum/threadiconsmall.gif);
}

.ForumHeaderThread
{
    font-size: 8pt;
    padding-left: 5px;
    vertical-align: top;
}

.ReplyButton
{
    margin-top: 4px;
}

.ForumHeaderMenu
{
  border: solid 1px black; 
  border-top: none; 
  margin-bottom: 15px;
}

