﻿/***************************************/

.Forum .Full
{
    clear: both;
}

.Forum .Categories
{
    padding: 15px 0px 15px 0px;
    clear: both;
}
.Forum .Categories .Dropdown
{
    float: left;
    margin-right: 20px;
    border: 1px solid #6B1F7C;
    color: #6B1F7C;
    font-family: Verdana;
    font-size: 100%;
    height: 19px;
    padding: 1px 0;
}

.Forum .PostList
{
    padding-bottom: 15px;
}
.Forum .PostList .PostItem
{   
    margin: 0px 10px 25px 10px;
}
.Forum .PostList .PostItem.Expert
{
    border: 2px solid #BED600;
    margin: 0px 0px 25px 0px !important;
}
.Forum .PostList .PostItem.Expert div
{
    margin: 0px 10px;
    padding: 10px 0px;
}
.Forum .PostList .PostItem.Expert .Notice
{
    display: block;
    padding: 5px 10px;
    font-style: italic;
    font-weight: bold;
    background-color: #BED600;
}
.Forum .PostList .PostItem h2
{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 110%;
}
.Forum .PostList .PostItem h2 a
{
    text-decoration: none !important;
}
.Forum .HtmlEditorBig
{
    width: 500px;
    height: 200px;
}
.Forum .HtmlEditor
{
    width: 500px;
    height: 100px;
}
.Forum .TextEditor
{
    width: 500px;
    height: 100px;
}

.Forum .Buttons
{
    float: right;
}
.Forum .Button
{
    display: block;
    padding: 5px 10px;
    background-color: #bdd600;
    color: #6a1f7e;
    text-decoration: none !important;
    font-weight: bold;
}
.Forum .Button:hover
{
    background-color: #6a1f7e;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold;
}


.Forum .InputField
{
    padding: 10px 0px 10px 0px;
    clear: both;
}
.Forum .InputField label
{
    font-weight: bold;
    display: block;
    font-size: 110%;
}
.Forum .CheckboxField label
{
    font-weight: bold;
    font-size: 110%;
}
.Forum .InputField .Input, .Forum .CheckboxField .Input
{
    border-color: #6B1F7C;
    border-style: solid;
    border-width: 1px;
    font-family: Verdana;
    font-size: 90%;
    height: 15px;
    margin: 0;
    padding: 2px 1px 0 2px;
    width: 300px;
}
/***************************************/


.Forum.CreatePost .Buttons
{
    width: 120px;
}
.Forum.CreatePost .Buttons a
{
    float: right;
}


/***************************************/

.Forum.PostView .OuterPost.Expert
{
    border: 2px solid #BED600;
    position: relative;
}
.Forum.PostView .ExpertPostNotice
{
    font-style: italic; 
    font-weight: bold; 
    color: #6B1F7C; 
    background-color: #BED600; 
    padding: 5px 10px; 
    display: block;
}
.Forum.PostView .InnerPost.Expert
{
    padding: 10px;
}
.Forum.PostView h1
{
    margin-bottom: 4px;
}
.Forum.PostView .Body
{
    margin: 15px 0px;
}

.Forum.PostView .StatusMessage
{
    margin: 15px;
    padding: 0px 15px 15px 15px;
    background-color: #F9F9F9;
    border: 1px solid #E9E9E9;
}

.Forum.PostView .Comments
{
    /*border-top: solid 1px #6B1F7C;*/
}
.Forum.PostView .Comments h2
{
    padding-bottom: 0px;
}
.Forum.PostView .Comments .OuterComment
{    
    margin: 15px 0px;
}
.Forum.PostView .Comments .OuterComment.Expert
{
    border: 2px solid #BED600;    
    position: relative;
}
.Forum.PostView .Comments .Comment
{
    /*border-top: solid 1px #6B1F7C;*/
    padding: 10px 20px 10px 20px;    
}
.Forum.PostView .Comments .Comment.Alternate
{
    background-color: #EFEFEF; /*#F9F9F9;*/
}
.Forum.PostView .Comments .Comment.Expert
{
    background-color: #FFFFFF !important;    
}
.Forum.PostView .Comments .Comment .CommentTitle
{
    display: block;
    font-weight: bold;
}
.Forum.PostView .Comments .Comment .CommentInfo
{
    display: block;
    margin-bottom: 7px;
}
.Forum.PostView .Comments .ExpertCommentNoticeSpan
{
    display: block;     
    padding: 5px 20px;
    font-style: italic;
    font-weight: bold;
    color: #6B1F7C;
    background-color: #BED600;
}
.Forum.PostView .RecommendButton
{
    position: absolute; 
    top: 3px; 
    right: 2px;
}
.Forum.PostView .RecommendCount
{
    position: absolute;
    top: 4px;
    right: 25px;
    text-align: right;
    color: #6B1F7C;
    font-weight: bold;
    font-size: 10px;
}

/***************************************/
.ForumBox
{
    margin-bottom: 15px;
    border: solid 1px #bed600;
}
.ForumBox h2
{
    display: block;
    margin: 0px;
    padding: 7px 10px;
    font-size: 100%;
    font-weight: bold;
    color: #000000;
    background-color: #bed600;
}

.ForumBox .PostLink
{
    display: block;
    margin: 10px 10px;
    /*text-decoration: none !important;
    font-weight: bold;*/
}

.ForumBox .AllPostsLink
{
    display: block;
    margin: 5px 10px;
    float: right;
    /*text-decoration: none !important;    
    font-weight: bold;*/
}

.ForumBox .Full
{
    clear: both;
}