/*****************************************************
******** Community Features - Style Sheet
*****************************************************/

/* POSITION */

.communityContent
{
    position: relative;
    float: left;
    padding: 10px 0px 10px 20px;
    width: 550px;
}

.communityColumnContent
{
    position: relative;
    float: right;
    padding-right: 20px;
    width: 200px;
}

.shim1
{
    margin-top: 10px;
}

/* CONTENT DISPLAY */

.communityToggleBar
{
    background-color: #A99A6F;
    cursor: pointer; 
    padding: 5px; 
    color: #FFFFFF; 
    margin-bottom: 10px;
    font-weight: bold;
}

.communityToggleBar:hover
{
    background-color: #DBD0B1;
    color: #4A3C14;
}

.communityMenuPanel
{
   padding: 10px; 
}

.communityMenuPanel h1
{
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #999999;
}

.communityMenuPanel a:link, .communityMenuPanel a:visited, .communityMenuPanel a:active
{
    font-weight: bold;
}

.communityMenuPanel a:hover
{
    font-weight: bold;
    color: #847A57;
}

.communityPageBanner
{
    margin: 0px 0px 10px 0px;
}

.communityPageTitle, a.communityPageTitle:link, a.communityPageTitle:visited, a.communityPageTitle:active
{
    font: 20px/24px Times New Roman, serif;
    color: #000000;
    text-align: left; 
}

a.communityPageTitle a:hover
{
    color: #267BBE;
}

.communityPostDate
{
    float: right;
    color: #F4F8E9;
    font-weight: bold;  
}

.communityPostTitle
{
    background-color: #728E44;
    font-weight: bold;
    padding: 5px;
    color: #F4F8E9;
    text-decoration: none;
    clear: both;
    margin-bottom: 10px;
}

.communityPostTitle a:link, .communityPostTitle a:visited, .communityPostTitle a:active
{
    color: #F4F8E9;
    text-decoration: underline;
}

.communityPostTitle a:hover
{
    color: #4D2615;
    text-decoration: underline;
}

.communityPostBody
{
    margin-top: 10px;
    background-color: #DBE3BE;
    padding: 10px;
}

.communityPostData
{
    font: 11px/14px Arial, sans-serif;
    color: #000000;
}

.communityComments td
{
    background-color: Transparent;
}

.commentHeader
{
}

.commentItem
{
    color: #000000;
    margin: 0px 0px 0px 0px;
    padding: 5px;
    background-color: #F4F8E9;
    border-top: 5px solid #A99A6F;
}

/* GRID STYLES */

.communityPostGrid
{
    width: 100%;
    border: none;
}

.communityPostGrid td
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.communityPostRow
{
    background-color: Transparent;
}

.communityPostRowAlt
{
    background-color: #F4F8E9;
}

.communityEditGrid
{
    width: 100%;
    border: 1px solid #A99A6F;
    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 #A99A6F;
    background-color: #FFFFFF;
}

.communityEditorCell
{
    padding: 5px 10px 5px 10px;
    font-weight: bold;
}
