﻿/* forum view */
.ThreadsContainer
{
    margin:10px 0 0 0;
}

.ForumsContentContainer
{
    clear:both;
    width:99%;
    margin: 0px 4px 8px 0;
}

/* top actions */
.ForumsTopGreeting
{
    float:right; 
    width:100px;
    padding:0 10px 0 0;
    font-size:14px;
}

    .ForumsTopGreeting a.addPost
    {
        font-weight: bold !Important; 
        font-size: 13px;               
    }

.ForumsTopSearch
{
    float:right; 
    width:240px;
    height:18px;
}
.ForumsTopOrderBy
{
    float:left; 
    width:180px;
    margin:0 10px 0 5px;
}

/* create edit post */
.ReplyGreeting 
{
    float:right;
    width:90%;
    line-height:160%;
    padding:0 0 8px 0;
}

.CreateEditContainer 
{
    width:713px;  
    float:right;
}

.PostClosure
{
    height:1px;
    width:100%;    
    margin-bottom:1px;
}

/* thread view */
.ForumsPostsContainer
{
    width:100%;
}

td.ForumsIntWindow A.AnonymousPostUsername
{
    font-weight:bold;
    color:#5D5D5D;
}

td.ForumsIntWindow A.ManagerPostUsername, td.ForumsIntWindow A.ManagerPostUsername:visited
{
    font-weight:bold;
    color:#990002;
}

.PostBodyLadder 
{
    background-image:url(/images/layout/ladder_bg2.gif);
    background-repeat:repeat-y;
}

.PostBodyTD
{
    padding:12px 0 10px 15px;
}

/* a single post display */
.ForumsSinglePost 
{
    padding:3px;  
}

.SinglePostThread
{
    
}

.SinglePostLast
{
    
}

/* pager */
.forumsPager 
{
    width:99%;
    height:22px;
    padding-top:8px;
    text-align:left;
    clear:both;
}