
/*
List Styles
*/

.ForumSubListCellLeftMost
{
    padding: 2px;
    text-align: left;
}

.ForumLastPost
{
    font-size: 90%;
}

.ForumSubListCell
{
    padding: 2px;
}

.ForumSubListCellPager
{
    padding: 2px;
    font-size: 90%;
    text-align: right;
}

/*
Styles within Lists
*/

A.ForumGroupNameRead, .ForumGroupNameRead:LINK, .ForumGroupNameRead:VISITED
{
    color: #039;
}

A.ForumGroupNameUnRead, .ForumGroupNameUnRead:LINK, .ForumGroupNameUnRead:VISITED
{
    color: #36c;
}

A.ForumNameRead, .ForumNameRead:LINK, .ForumNameRead:VISITED
{
    color: #039;
    font-weight: bold;
}

A.ForumNameUnRead, .ForumNameUnRead:LINK, .ForumNameUnRead:VISITED
{
    color: #36c;
    font-weight: bold;
}

/*
Post Styles
*/

.ForumPostArea
{
    margin:12px 0 0;
}



.ForumPostHeader
{
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 8px 6px 6px 8px;
}
.ForumPostHeader .date
{
    font-size: 12px;
    font-weight: bolder;
}
.ForumPostTitleArea
{
    padding: 0 0 4px;
}

.ForumPostTitle
{
    color: #FF0000;
    font-size: 20px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}
.ForumPostTitle img
{
    display: inline-block;
}
.ForumPostBodyArea
{
    color:#6A7C84;
    overflow:hidden;
    vertical-align:top;
    width:100%;
}

.ForumPostContentArea
{

}

.ForumPostUserArea
{
    width: 116px;
    padding: 0 4px 0 0;
    text-align: left;
}

.ForumPostUserContent
{
    overflow: hidden;
    font-size: 11px;
    font-family: Tahoma;
}

.ForumPostFooterArea
{
    line-height: 20px;
    vertical-align: bottom;
}

.ForumPostContentText
{
    font-size:14px;
    margin-bottom:20px;
    padding:8px 0;
    text-align:justify;
}

.ForumPostSignature
{
    margin: 1em 8px 8px 8px;
    border: solid 0 #ddd;
    border-top-width: 1px;
    padding: 1em 0 20px 0;
    font-size: 11px;
    text-align: left;
}

.ForumPostUserName
{
    margin: 4px 0 0 0;
    padding: 0 0 4px 0px;
    font-weight: bold;
    font-size: 150%;
    color: #666;
}
.ForumPostUserRank img
{
    display: block;
}
.ForumPostUserLink
{
    line-height: 14px;
    color: #97a7b1;
    font-size: 11px;
    margin: 4px 0;
}
.ForumPostUserName a:link, .ForumPostUserName a:active, .ForumPostUserName a:visited, .ForumPostUserName a:hover
{
    margin: 0;
    color: #0076a3;
    font-size: 11px;
    text-decoration: none;
}

.ForumPostUserAvatar
{
    padding: 0;
    height: 102px;
}
.ForumPostUserAvatar img
{
    display: block;
}

.ForumPostRoleIcons
{
    padding: 4px 0;
}

.ForumPostRoleIcons img
{
    padding: 0 4px;
}

.ForumPostAttachment
{
    font-size: 90%;
    font-weight: bold;
    color: #333;
    padding: 4px 4px 4px 8px;
}

.ForumPostButtons
{
    margin: 4px 4px 4px 0;
    padding-left: 4px;
    float: right;
}

UL.ForumPostStatistics
{
    text-align: right;
    font-size: 90%;
    list-style-type: none;
    margin: 4px 8px 0 0;
    padding: 0;
}

UL.ForumPostStatistics LI
{
    display: inline;
    padding-left: 16px;
    font-size: 90%;
}

UL.ForumPostUserPropertyList
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

UL.ForumPostUserPropertyList LI
{
}

/*
Header Definitions
*/

.ForumMyRepliesHeader
{
    text-align: center;
}

/* 
Column Defitions
*/

.ForumMyImageColumn
{
    width: 20px;
}

.ForumMyNameColumn
{
    width: 85%;
}

.ForumMyRepliesColumn
{
    width: 15%;
    text-align: center;
}

.ForumMyMoveColumn
{
    text-align: center;
    width: 28px;
}

/*
Quoting
*/

BLOCKQUOTE
{
    border: dotted 1px #ccc;
    padding: 4px;
    margin: 16px;
}

.ForumReplyToPostArea
{
    padding: 8px;
    border: dotted 1px #ccc;
    margin-bottom: 16px;
    background-color: #dddddd;
}

/*
Thread rating control in post flat view
*/

.ForumThreadRateControlReadOnly
{
    position: relative;
    top: 2px;
    display: inline-table;
    display: -moz-inline-box;
    display: inline-block;
    background-color: #ffffff;
    border: solid 1px #999;
    padding: 4px;
    margin: 1px;
    font-size: 80%;
    font-weight: bold;
    line-height: normal;
}

.ForumThreadRateControlReadOnly img
{
    margin: auto 0;
    display: inline;
    border: none;
}

.ForumThreadRateControl
{
    position: relative;
    top: 2px;
    display: inline-table;
    display: -moz-inline-box;
    display: inline-block;
    background-color: #eeeeee;
    border: solid 1px #999;
    cursor: pointer;
    padding: 4px;
    margin: 1px;
    font-size: 80%;
    font-weight: bold;
    line-height: normal;
}

.ForumThreadRateControl img
{
    margin: auto 0;
    display: inline;
    border: none;
}

.ForumThreadRateControlActive
{
    position: relative;
    top: 2px;
    display: inline-table;
    display: -moz-inline-box;
    display: inline-block;
    background-color: #ffcc66;
    border: solid 1px #c93;
    cursor: pointer;
    padding: 4px;
    margin: 1px;
    font-size: 80%;
    font-weight: bold;
    line-height: normal;
}

.ForumThreadRateControlActive img
{
    margin: auto 0;
    display: inline;
    border: none;
}

/* Threaded View Styles */

.ForumTreeArea
{
    border: solid 1px #ccc;
}

.ForumThreadedPostArea
{
    border: solid 1px #ccc;
    border-left-width: 0;
    background-color: #999;
}

.ForumPostTreeHeading
{
    border-bottom: solid 1px #ccc;
    font-size: 11px;
    text-align: center;
    background-color: #ccc;
    color: #000;
    background-image: none;
    padding: 4px;
    font-weight: normal;
    font-size: 90%;
    margin: 0;
}

.ForumDisplayMessage
{
    background-color: #ccc;
    color: #900;
    font-weight: bold;
    font-size: 80%;
    padding: 4px;
}
.forum-rightLink
{
    text-align: center;
    background: url(../images/create_post.gif) no-repeat 0 0;
    height: 25px;
}
.forum-rightLink a
{
    text-decoration: none;
    display: inline-block;
    color: #FFFFFF;
    line-height: 20px;
    font-size: 13px;
    font-weight: bolder;
}
.forum-rightLink a.newPost
{
    /*background:url(../images/userProfileAddCommentPlus.png) no-repeat 0px 50%;*/
}

.rightLink a
{
    color: #0076A3;
    display: inline-block;
    font-size: 13px;
    font-weight: bolder;
    line-height: 20px;
    padding-left: 25px;
    text-decoration: underline;
}
.rightLink a.quickReply
{
    background: url(../images/userProfileAddCommentButton.png) no-repeat 0px 50%;
}
.rightLink a.quote
{
    background: url(../images/quote.gif) no-repeat 0px 50%;
    padding-left: 29px;
    margin-left:10px;
}

/*forum-info*/
ul.forum-info
{
    margin: 0px 0 0;
    padding: 0; /*width: 100%;*/
    overflow: hidden;
    display: block;
}
ul.forum-info li
{
    /*width: 100%;*/
    margin: 0 0 0;
    list-style: none;
    overflow: hidden;
}
ul.forum-info ul
{
    /*width: 676px;*/
    width: 348px;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
}
ul.forum-info ul li
{
    float: left;
    display: inline;
    width: 320px;
    margin: 20px 15px 0 0;
}
ul.forum-info ul a.avatar-photo
{
    float: left;
    display: inline;
    margin: 2px 14px 0 0;
}
ul.forum-info .avatar-photo img
{
    border: 1px solid #ccc;
}
ul.forum-info div
{
    overflow: hidden;
}
* html ul.forum-info div
{
    height: 1%;
    overflow: visible;
}
ul.forum-info h6
{
    padding-top: 0px;
    margin: 0;
    overflow: hidden;
    text-transform: uppercase;
    font: normal 17px Tahoma, Arial, Helvetica, sans-serif;
}
ul.forum-info p
{
    margin: 4px 0 0;
    color: #333;
    font: 11px/14px Tahoma, Arial, Helvetica, sans-serif;
}
ul.forum-info span.user-number
{
    color: #666;
    clear: both;
    display: block;
    overflow: hidden;
    font: 10px/14px Tahoma, Arial, Helvetica, sans-serif;
}
ul.forum-info span.all-forum
{
    float: right;
    clear: both;
    margin: 4px 0 0;
    font: 11px/14px Tahoma, Arial, Helvetica, sans-serif;
}
ul.forum-info h6 a
{
    color: #414141;
}

ul.forum-info a
{
    color: #0076a3;
}
ul.forum-info a:hover
{
    text-decoration: none;
}
/*forum-content-box*/
.forum-content-box
{
    width: 100%;
    padding: 0 0 15px;
    overflow: hidden;
    font-family: Tahoma;
    line-height: 13px;
    font-size: 12px;
}
.forum-content-box h2
{
    float: left;
    margin: 5px 0 0;
    padding: 0;
    color: #333;
    font: normal 23px Tahoma, Arial, Helvetica, sans-serif;
    border-bottom: none;
}
.forum-content-box a.new-theme-link, .forum-content-box a.add-message, .forum-content-box div.new-theme-link a
{
    float: right;
    color: #36c;
    white-space: nowrap;
    padding: 10px 0 12px 36px;
    font: bold 11px/14px Tahoma, Arial, Helvetica, sans-serif;
}
.forum-content-box a.new-theme-link, .forum-content-box div.new-theme-link a
{
    background: url(../images/new-theme.gif) no-repeat;
}
.forum-content-box a.add-message
{
    display: inline;
    margin: 0 10px 0 0;
    background: url(../images/add-message.gif) no-repeat 0 5px;
    font-weight: normal;
}
.forum-content-box a.add-message:hover, .forum-content-box a.new-theme-link:hover, .forum-content-box div.new-theme-link a:hover
{
    text-decoration: none;
}
/*heading-area*/
.heading-area
{
    width: 700;
    margin: 10px 0 0;
    padding: 0 0 0px; /*overflow: hidden;*/
}
/*choice-area*/
.choice-area
{
    padding: 12px 14px;
    overflow: hidden;
    border: solid #ccc;
    border-width: 1px 1px 0;
}
/*For forum thread*/
.forumTread-description
{
    background-color: #f0f0f0;
    padding: 2px 18px;
    font-size: 10px;
}
.choice-area.thread
{
    border-width: 1px;
    padding: 8px 14px;
}
.choice-area.forumPostTools
{
    border: none;
    padding: 18px 0px 0px 0px;
}

* html .choice-area
{
    height: 1%;
    overflow: visible;
}
.bottom-area
{
    border-width: 0 1px 1px;
    margin: -1px 0 0;
}
.loc-theme
{
    border-width: 1px;
}
.choice-area strong
{
    float: left;
    color: #666;
    padding: 0 19px 0 0;
    font: 11px/14px Tahoma, Arial, Helvetica, sans-serif;
}
.choice-area ul
{
    margin: 0;
    padding: 0;
    float: left;
}
.choice-area ul li
{
    float: left;
    color: #36c;
    list-style: none;
    display: inline;
    padding: 0 18px 0 19px;
    font: 11px/14px Tahoma, Arial, Helvetica, sans-serif;
    background: url(../images/choice-separator.gif) no-repeat 0 50%;
}
.choice-area ul li:first-child
{
    background: none;
    padding-left: 0;
}
.choice-area ul a
{
    color: #36c;
}
.choice-area ul a:hover
{
    text-decoration: none;
}
a.more-txt
{
    float: right;
    clear: both;
    padding: 10px 35px 10px 0;
    color: #36c;
    font: 11px/14px Tahoma, Arial, Helvetica, sans-serif;
    background: url(../images/next-link.gif) no-repeat 100% 2px;
}
a.more-txt:hover
{
    text-decoration: none;
}
/*forum-table*/
.forum-table
{
    width: 100%;
    overflow: hidden;
}
.forum-table table
{
    margin: 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
}
.forum-table table td
{
    padding: 6px 17px;
    border-bottom: 1px solid #fff;
}
.forum-table table thead td
{
    color: #fff;
    background: #999;
    font: bold 11px/14px Tahoma, Arial, Helvetica, sans-serif;
}
.forum-table table tbody td
{
    color: #4e4d4d;
    background: #f8f8f8;
    font: 11px/14px Tahoma, Arial, Helvetica, sans-serif;
}
.forum-table table tbody .grey-row td
{
    background: #f0f0f0;
}
.forum-table table a.avatar-photo
{
    float: left;
    display: inline;
    margin: 2px 14px 0 0;
}

.theme-forum div.avatar-photo
{
    float: left;
    display: inline;
    margin: 2px 14px 0 0;
}
.forum-table table .avatar-photo img
{
    border: 1px solid #ccc;
}
.forum-table table div
{
    overflow: hidden;
}
* html .forum-table table div
{
    height: 1%;
    overflow: visible;
}
.forum-table table h6
{
    margin: 5px 0 0;
    padding: 0 0 2px;
    overflow: hidden;
    font: bold 11px/14px Tahoma, Arial, Helvetica, sans-serif;
}
.forum-table table a
{
    color: #36c;
}
.forum-table table a:hover
{
    text-decoration: none;
}
.forum-table table .theme-forum
{
    width: 380px;
}
.forum-table table .name-forum
{
    width: 180px;
}
.forum-table table .forum-reply
{
    /*width: 70px;*/
    text-align: center;
}
.forum-table table.subscribe-info
{
    margin-bottom: 10px;
}
.forum-table table .forum-column
{
    width: 556px;
}
.forum-table table .subscribe
{
    width: 83px;
    text-align: center;
}
.forum-table .subscribe-info tbody td
{
    background: #fff;
    border: none;
}
.forum-table .subscribe-info tbody td h5
{
    margin: 5px 0 0;
    color: #000;
    font: bold 12px/15px Tahoma, Arial, Helvetica, sans-serif;
}
.forum-table .subscribe-info tbody td h6
{
    margin: 5px 0 0;
    color: #000;
    font: bold 11px/15px Tahoma, Arial, Helvetica, sans-serif;
}
.forum-table .subscribe-info tbody td p
{
    margin: 0;
    color: #4e4d4d;
    font: 11px/15px Tahoma, Arial, Helvetica, sans-serif;
}
.sub-section
{
    margin: 0 32px;
    overflow: hidden;
}
.forum-table .subscribe-info tbody td a
{
    color: #36c;
}
.forum-table .subscribe-info tbody td a:hover
{
    text-decoration: none;
}
div.forum-siteBar-activeUserArea
{
    width: 66px;
    height: 96px;
    float: left;
    font: 11px arial;
}
.forum-siteBar-activeUserArea.mid
{
    margin: 0 4px;
}
ul.forum_c li
{
    /*line-height: 26px;
    min-height: 36px;
    padding-left: 35px;*/
    padding:6px 0 15px 35px;
}
ul.forum_c li a
{
    line-height: 14px;
    display: inline-block;
}
ul.forum_c li.forum_c1
{
    background: url(../images/forum_c1.gif) no-repeat;
}
ul.forum_c li.forum_c2
{
    background: url(../images/forum_c2.gif) no-repeat;
}
ul.forum_c li.forum_c3
{
    background: url(../images/forum_c3.gif) no-repeat;
}
ul.forum_c li.forum_c4
{
    background: url(../images/forum_c4.gif) no-repeat;
}
ul.forum_c li.forum_c5
{
    background: url(../images/forum_c5.gif) no-repeat;
}
ul.forum_c li.forum_c6
{
    background: url(../images/forum_c6.gif) no-repeat;
}
.forum_checker a
{
    background: url(../images/check_checked.gif) no-repeat 0 50%;
    line-height: 26px;
    padding-left: 15px;
}
.forum_checker a.checked
{
    background: url(../images/check.gif) no-repeat 0 50%;
}
.forumPostTools
{
    margin-top:8px;
    font-size:12px;
}
.forumPostTools ul li
{
    display:inline;
    color:#0076a3;
    padding-right:4px;
}
.header_desc
{
    font-size:12px;
    color:#6A7C84;
}
.move_threads input
{
    background: transparent url(../images/btn.gif) no-repeat scroll 0 0;
    border: medium none;
    color: #FFFFFF;
    height: 27px;
    width: 98px;
    font-size:12px;
    font-weight:bolder;
    cursor:pointer;
}
.move_threads input:hover{background: transparent url(../images/btn2.gif) no-repeat scroll 0 0;}
