﻿.forum
{
    width: 100%;
    border-top: solid 1px #cccccc;
}

.forum_breadcrumbs
{
    width: 100%;
}

.forum_bread_selected
{
    border: solid 1px #cccccc;
    background-color: #598224;
    padding: 0px 8px;
    color: white;
    font-weight: bold;
}

.forum_bread_unselected
{
    border: solid 1px #cccccc;
    border-right: none;
    background-color: #eeeeee;
    padding: 0px 0 0 8px;
    color: black;
}

.forum_category_header
{
    padding: 5px 10px;
    border-bottom: solid 1px #cccccc;
    background-color: #eeeeee;
    width: 100%;
    font-weight: bold;
    color: #598224;
}

.forum_topic
{
    padding: 5px 10px 0;
    font-size: 14px;
}

.forum_topic_description
{
    padding: 0px 10px 10px;
    border-bottom: solid 1px #cccccc;
    color: #444444;
    font-size: 12px;
}

.forum_discussion
{
    padding: 5px 10px 0;
    font-size: 14px;
}

.forum_discussion_description
{
    padding: 0px 10px 10px;
    border-bottom: solid 1px #cccccc;
    color: #444444;
    font-size: 12px;
}


.forum_item
{
    border-bottom: solid 1px #cccccc;
    font-size: 12px;
    padding: 10px; 
}



.event_forum_header
{
    border: solid 1px #598224;
    border-bottom:none;
    padding: 10px; 
    background-image: url(/images/header_gradiant2.png);
    background-repeat: repeat-x;
    text-align: left;
    width: 668px;
    color: White;
    font-weight: bold;
}

.event_forum_header a
{
    color: White;
    font-weight: bold;
    text-decoration: none;
}

.event_forum_header a:hover
{
    text-decoration: underline;
}

.event_forum_item_container
{
    height: 220px; 
    text-align: left;
    width: 668px;
}

.event_forum_item_container_scroll
{
    border: solid 1px #598224;
    height: 200px; 
    padding: 10px; 
    overflow-x: hidden;
    overflow-y: scroll;
    width: 668px;
    text-align: left;
}

.event_forum_item
{
    border-bottom: solid 1px #cccccc;
    font-size: 12px;
    padding: 10px; 
}

.event_forum_item td
{
    text-align: left;
}

.forum_item_name
{
    
}

.forum_item_date
{
    font-size: 12px;
    color: #aaaaaa;
}

