/*****************************************************
******** Community Features - Style Sheet
*****************************************************/

/* POSITION */

.communityContent
{
    position: absolute;
    float: left;
    margin-top: 10px;
    width: 429px;
}

/*.communityColumnContent
{
    position: relative;
    float: right;
    margin-top: 10px;
    width: 205px;
}*/

.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
{
    background-color: #ECECEC;
    padding: 10px;
}

.communityMenuPanel h1
{
    font: 14px 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-weight: bold;
}

.communityMenuPanel a:hover
{
    font-weight: bold;
    color: #847A57;
}

.communityPageBanner
{
    background-image: url( '/images/eventBanner.jpg' );
    background-position: bottom;
    background-repeat: no-repeat;
    margin: 0px 0px 10px 0px;
    height: 50px;
    padding: 10px;
    border: 0px solid #A99A6F;
}

.communityPageTitle, a.communityPageTitle:link, a.communityPageTitle:visited, a.communityPageTitle:active
{
    font: 20px Georgia, Helvetica, serif;
    color: #4D2615;
    font-weight: bold;
    text-align: left;
}

a.communityPageTitle a:hover
{
    color: #847A57;
}

/*.communityPostDate
{
    float: right;
    font: 15px/22px Verdana, serif;
    color: #F4F8E9;
    font-weight: bold;  
}*/
.eventPageTitle
{
    font-family: Arial, serif;
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
    text-align: left;
}
.communityPostDate
{
    float: right;
    font-family: Times New Roman, Arial;
    font-size: 12px;
    color: #ff6501;
    font-weight: bold;
    width: 190px;
    text-align: right;
    padding: 5px 0 0 0;
    margin: 0 0 0 0;
    vertical-align: bottom;
    text-decoration: none;
}

.communityEventGroup
{
    background-color: #e56f00;
    font-family: Arial, serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    vertical-align: middle;
    padding-left: 8px;
    height: 20px;
    padding-top: 4px;
}


.commTitleStyle
{
    width: 218px;
    vertical-align: top;
    float: left;
}

.communityPostTitle
{
    padding-top: 8px;
    font-family: Times New Roman, Arial;
    font-size: 18px;
    color: #3367cc;
    font-weight: normal;
    letter-spacing: 0px;
    text-decoration: none;
}

.communityPostTitle a:link, .communityPostTitle a:visited, .communityPostTitle a:active
{
    padding-top: 8px;
    font-family: Times New Roman, Arial;
    font-size: 18px;
    color: #3367cc;
    font-weight: normal;
    letter-spacing: 0px;
    text-decoration: none;
}

.communityPostTitle a:hover
{
    color: #1cccba;
    text-decoration: underline;
}

.communityPostBody
{
    margin-top: 0px;
    padding: 2px;
    margin-left: 0px;
    font-family: "Times New Roman" , Times, serif;
    font-size: 16px;
    color: #222222;
    font-weight: normal;
}

.communityPostData
{
    padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #000000;
}

.communityComments td
{
    background-color: Transparent;
    vertical-align: top;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.commentHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    margin-top: 6px;
    margin-left: 10px;
    color: #8ba90d;
    vertical-align: bottom;
}

.commentItem
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 9px;
    margin: 0px 9px 0px 9px;
    padding: 2px;
    background-color: #F4F8E9;
    border: 1px solid #8ba90d;
}

/* GRID STYLES */

.communityPostGrid
{
    width: 429px;
    border: none;
}

.communityPostGrid td
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.communityPostRow
{
    background-color: Transparent;
    float: left;
}

.communityPostRowAlt
{
    background-color: #F4F8E9;
}

.communityEditGrid
{
    width: 429px;
    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: 429px;
    border: 1px solid #A99A6F;
    background-color: #FFFFFF;
}

.communityEditorCell
{
    padding: 5px 10px 5px 10px;
    font-weight: bold;
}

.cp1Comment
{
    font-family: arial,verdana;
    font-size: 9px;
    margin-top: 6px;
    margin-left: 8px;
    color: #1DCCA8;
    vertical-align: bottom;
    text-decoration: none;
    letter-spacing: 0px;
}

.cp1Comment a:link, .cp1Comment a:visited, .cp1Comment a:active, .cp1Comment a:hover
{
    text-decoration: none;
}

.prevNextStyle td
{
    border-top: #1DCCA8 solid 1px;
    font-family: arial,verdana;
    font-size: 11px;
    margin-top: 6px;
    margin-left: 8px;
    color: #1DCCA8;
    vertical-align: bottom;
    text-decoration: none;
}

.prevNextStyle a:link, .prevNextStyle a:visited, .prevNextStyle a:active
{
    text-decoration: none;
}
.prevNextStyle a:hover
{
    text-decoration: underline;
}

.displayNone
{
    display: none;
}

/*.cp1Comment a:link, .cp1Comment a:visited, .cp1Comment a:active
{
    font-family:arial,verdana;
    font-size:9px;
    margin-top:6px;
    margin-left:8px;
    color:#8ba90d;
    vertical-align:bottom;
}

.cp1Comment a:hover
{
    font-family:arial,verdana;
    font-size:9px;
    margin-top:6px;
    margin-left:8px;
    color:#8ba90d;
    vertical-align:bottom;
}
*/
.addCommStyle
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 9px;
    margin: 0px 9px 0px 9px;
    padding: 2px;
    background-color: #F4F8E9;
    border: 1px solid #8ba90d;
}

.commLabel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    margin-top: 6px;
    margin-left: 10px;
    color: #8ba90d;
    vertical-align: bottom;
}

.eventImgCollExp
{
    display: inline;
    vertical-align: middle;
    top: 0px;
    padding-bottom: 4px;
}


.prevNextStylerclass
{
    float: left;
    width: 230px;
    background-color: #fef3d3;
}

.prevEventStyle
{
    font-family: Times New Roman, Arial;
    font-size: 12px;
    color: #232323;
    float: left;
    vertical-align: middle;
    padding-left: 8px;
    font-weight: bold;
    text-decoration: underline;
}

.nxtEventStyle
{
    font-family: Times New Roman, Arial;
    font-size: 12px;
    color: #232323;
    float: right;
    padding-right: 8px;
    font-weight: bold;
    text-decoration: underline;
    background-color: #fef3d3;
    text-align: right;
    width: 195px;
    height: 20px;
}

.monthEventStyle
{
    font-family: Times New Roman, Arial;
    font-size: 16px;
    color: #232323;
    float: right;
    vertical-align: middle;
    width: 100px;
    text-align: right;
    font-weight: bold;
}

/* Forum Start */
.forumGrid
{
    width: 435px;
}

.forumHeader
{
    text-align: left;
    background-color: #e66f00;
}

.forumHeader th
{
    padding: 6px;
    border-bottom: 2px solid #FFFFFF;
}

.forumGridItem
{
    background-color: #F4F3EE;
}

.forumGridItem td
{
    padding: 6px;
    border-bottom: 2px solid #FFFFFF;
    font-size: 14px;
}
/* Forum End */