/*****************************************************
******** Community Features - Style Sheet
*****************************************************/

/* POSITION */

.communityContent
{
    position: relative;
    float: left;
    width: 500px;
    
}

.communityColumnContent
{
    position: relative;
    float: right;
    width: 200px;
    margin-top:16px;
   
    
}

.shim1
{
    margin-top: 10px;
}

/* CONTENT DISPLAY */

.communityImageBorder
{
    margin-right: 15px; 
    border: 5px solid #999999;
}

.communityToggleBar
{
    background-color: #999999;
    cursor: pointer; 
    padding: 5px; 
    color: #FFFFFF; 
    margin-bottom: 10px;
    font-weight: bold;
}

.communityToggleBar:hover
{
    background-color: #ECECEC;
    color: #000000;
}

.communityMenuPanel
{
   background-color: #ECECEC; 
   padding: 10px; 
}

.communityMenuPanel h1
{
    font: 10pt/15pt Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #999999;
}

.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
{
    background-position: bottom;
    background-repeat: no-repeat;
    margin: 0px ;
    padding:0px 0px 0px 0px;
}

.communityPageTitle, a.communityPageTitle:link, a.communityPageTitle:visited, a.communityPageTitle:active
{
    font: 1pt Georgia, Helvetica, serif;
    text-align: left; 
    color:#ffffff;
}

a.communityPageTitle a:hover
{
    color: #ffffff;
}

.communityPostDate
{
    float: right;
    font: 10pt/18pt Verdana, serif;
    color: #ffffff;
    padding:0px 0px 0px 25px;
    font-weight:bold;
    font-style:italic;
    
     
}

.communityPostTitle
{
   background-color:Black;
    font: 10pt Arial,Verdana, serif;
    font-weight: bold;
    padding: 0px 5px 0px 5px;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 10px;
    height: 35px;
    text-align:left;
}

.communityPostTitle a:link, .communityPostTitle a:visited, .communityPostTitle a:active
{
    color: #ECECEC;
    text-decoration: underline;
}

.communityPostTitle a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

.communityPostBody
{
    margin-top: 10px;
    background-color: #F6F6F6;
    padding: 10px;
    font: 8pt Arial, Helvetica, sans-serif;
    letter-spacing: .06em;
}

.communityPostData
{
    margin-top: 10px;
    font: 6pt/10pt Arial, Helvetica, sans-serif;
    color: #000000;
}

.communityComments td
{
    background-color: Transparent;
}

.commentHeader
{
    color: #666666;
    margin-top: 10px;
    font: 8pt/15px Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #ECECEC;
}

.commentItem
{
    font: 8pt/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 */
