/*****************************************************
******** Community Features - Style Sheet
*****************************************************/

/* POSITION */

.communityContent
{
    position: relative;
    float: left;
    width: 565px;
	margin-top:20px;
	margin-left:10px;
}

.communityColumnContent
{
    position: relative;
    float: right;
    width: 205px;
	margin-top:20px;
}
.communityColumnContentInner
{
 border: 2px solid white; 
 padding-left:4px; 
 width: 95%;

 

}


.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: #87825E; 
   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;
	color:white;
}

.communityMenuPanel a:hover
{
    font-weight: bold;
    /*color: #847A57;*/
}

.communityPageBanner
{
    background-image: url(/Images/site_images/eventsHeader.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
	border: 1px solid #999999;
    background-color: #F5F1E5;
    margin: 0px 0px 10px 0px;
    height: 50px;
    padding: 10px;
    
}

.communityPageTitle, a.communityPageTitle:link, a.communityPageTitle:visited, a.communityPageTitle:active
{
	color:white;
    font: 16pt Helvetica, serif;
    font-weight: bold;
    text-align: left; 
}

a.communityPageTitle a:hover
{
    color: #847A57;
}

.communityPostDate
{
    float: right;
    font: 12pt/18pt Verdana, serif;
    color: #ffffff;
    font-weight: bold;  
}

.communityPostTitle
{
    background-color: #652E29;
    font: 08pt helvetica, serif;
    font-weight: bold;
    padding: 5px;
    color: #ffffff;
    text-decoration: none;
    clear: both;
    margin-bottom: 10px;
    height: 25px;
}

.communityPostTitle a:link, .communityPostTitle a:visited, .communityPostTitle a:active
{
    color: #F5F1E5;
    text-decoration: underline;
}

.communityPostTitle a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

.communityPostBody
{
    margin-top: 10px;
    background-color: #F5F1E5;
    padding: 10px;
    font: 10pt/15pt Helvetica, sans-serif;
}

.communityPostData
{
    margin-top: 10px;
    font: 7pt/10pt Helvetica, sans-serif;
    color: #F5F1E5;
}

.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: #652E29;
    border-top: 5px solid #87825E;
}

/* 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: 565px;
	margin-left: 10px;
}

.forumHeader
{
    text-align: left;
    background-color: #652E29;
}

.forumHeader th
{
    padding: 6px;
    border-bottom: 2px solid #FFFFFF;
}

.forumGridItem
{
    background-color: #87825E;
}

.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 */

