/*****************************************************
******** Community Features - Style Sheet
*****************************************************/

/* POSITION */

.communityContent
{
    position: relative;
    float: left;
    width: 525px;
}

.communityColumnContent
{
    position: relative;
    float: right;
    width: 155px;
}

.shim1
{
    margin-top: 10px;
}

/* CONTENT DISPLAY */

.communityImageBorder
{
    margin-right: 15px; 
    border: 5px solid #9D8C7C;
}

.communityToggleBar
{
    background-color: #9D8C7C;
    cursor: pointer; 
    padding: 5px; 
    color: #FFFFFF; 
    margin-bottom: 10px;
    font-weight: bold;
}

.communityToggleBar:hover
{
    background-color: #9D8C7C;
    color: #000000;
}

.communityMenuPanel
{
   background-color: #9D8C7C; 
   padding: 10px; 
   color: #000000;
}

.communityMenuPanel h1
{
    font: 10pt/15pt Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #9D8C7C;
}

.communityMenuPanel a:link, .communityMenuPanel a:visited, .communityMenuPanel a:active
{
    font: 8pt/12pt Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.communityMenuPanel a:hover
{
    font-weight: bold;
    /*color: #847A57;*/
}

.communityPageBanner
{
    margin: 0px 0px 10px 0px;
    padding: 10px;
    border: 1px solid #9D8C7C;
}

.communityPageTitle, a.communityPageTitle:link, a.communityPageTitle:visited, a.communityPageTitle:active
{
    font: 16pt/18pt Times New Roman, serif;
    font-style: italic;
    color: #E09E4C;
    font-weight: bold;
    text-align: left; 
}

a.communityPageTitle a:hover
{
    color: #847A57;
}

.communityPostDate
{
    float: right;
    font: 9pt/12pt Verdana, serif;
    color: #000000;
}

.communityPostTitle
{
    background-color: #9D8C7C;
    font: 12pt/18pt Verdana, serif;
    font-weight: bold;
    padding: 5px;
    color: #000000;
    text-decoration: none;
    clear: both;
    margin-bottom: 10px;
    text-align: left; 
}

.communityPostTitle a:link, .communityPostTitle a:visited, .communityPostTitle a:active
{
    color: #E09E4C;
    text-decoration: underline;
    text-align: left; 
}

.communityPostTitle a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

.communityPostBody
{
    margin-top: 10px;
    padding: 10px;
    position: relative;
    float: left;
}

.communityPostData
{
    margin-top: 10px;
    font: 7pt/10pt Arial, Helvetica, sans-serif;
    color: #000000;
    position: relative;
}

.communityComments td
{
    background-color: Transparent;
}

.commentHeader
{
    color: #666666;
    margin-top: 10px;
    font: 10pt/15px Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #ECECEC;
}

.commentItem
{
    font: 10pt/15pt Arial, Helvetica, sans-serif;
    color: #000000;
    margin: 0px 0px 0px 0px;
    padding: 5px;
    background-color: #F6F6F6;
    border-top: 5px solid #999999;
}

/* GRID STYLES */

.communityPostGrid
{
    width: 100%;
    border: none;
}

.communityPostGrid td
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.communityPostRow
{
    background-color: Transparent;
}

.communityPostRowAlt
{
    background-color: #F6F6F6;
}

.communityEditGrid
{
    width: 100%;
    border: 1px solid #999999;
    margin-top: 15px;
}

.communityEditGrid a:link, .communityEditGrid a:visited, .communityEditGrid a:active
{
    color: #C10534;
}

.communityEditGridHeader
{
    background-color: #A99A6F;
    border-bottom: 1px solid #A99A6F;
}

.communityEditGridRow
{
    background-color: #E7EFD1;
}

.communityEditGridRowAlt
{
    background-color: #F4F8E9;
}

/* EDITING */

.communityEditorTable
{
    width: 100%;
    border: 1px solid #999999;
    background-color: #FEFEFE;
}

.communityEditorCell
{
    padding: 5px 10px 5px 10px;
    font-weight: bold;
}

/* Forum Start */
.forumGrid
{
    position: relative;
    float: left;
    width: 575px;
}

.forumHeader
{
    text-align: left;
    background-color: #999999;
}

.forumHeader th
{
    padding: 6px;
    border-bottom: 2px solid #FFFFFF;
}

.forumGridItem
{
    background-color: #ECECEC;
}

.forumGridItem td
{
    padding: 6px;
    border-bottom: 2px solid #FFFFFF;
    font-size: 9pt;
}

.forumPostTitle
{
    float:left;
    width: 98%; 
    background-color: #FEFDC9; 
    padding: 6px; 
    margin-bottom: 5px;
    font-weight: bold; 
    border-bottom: 1px solid #DDDDDD;
}

.forumEditorPanel
{
    position: relative;
    float: left;
    width: 415px;
    padding: 10px;
    background-color: #ECECEC;
    border: 1px solid #999999;
    font-weight: bold;
}

.forumEditorPanel div
{
    margin-top: 10px;
}
/* Forum End */
