/*******************************************************************************
                                Forum
*******************************************************************************/

.forum_group_container {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px #CCCCCC solid;
}

.forum_thread_container {
    width: 100%;
    margin-bottom: 10px;
}

.forum_group_header {
    width: 100%;
    height: 20px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px #CCCCCC solid;
}

.forum_group_desc {
    width: 98%;
    font-size: 10px;
    text-align: left;
    padding: 1%;
}

.forum_group_threads {
    width: 100%;
    font-size: 10px;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
}

.forum_group_last_post {
    font-size: 10px;
    padding: 1%;
}

#threadOverview {
    width: 100%;
    font-size: 12px;
    empty-cells: show;
}

#threadOverview th {
    line-height: 20px;
    border-top: 1px #CCCCCC solid;
    border-bottom: 1px #CCCCCC solid;
}

.forum_trOv_image {
    width: 5%;
    text-align: center;
    vertical-align: middle;
}

.forum_trOv_image img {
}

.forum_trOv_title {
    width: 35%;
    text-align: left;
}

.forum_trOv_postCount {
    width: 10%;
    text-align: center;
}

.forum_trOv_lastPost {
    width: 30%;
    text-align: right;
}

.forum_trOv_options {
    width: 20%;
    text-align: right;
}

.forum_trOv_options a:hover {
}

.forum_row_color1 {
}

.forum_row_color2 {
}

.forum_row_sticky {
}

.forum_group_options {
    width: 100%;
    font-size: 10px;
    text-align: center;
}

.forum_group_options a{
    text-decoration: none;
}

.forum_pages {
    height: 15px;
    line-height: 15px;
    text-align: right;
    font-size: 10px;
    vertical-align: middle;
    padding-right: 5px;
    border-top: 1px #CCCCCC solid;
    background-image: url(modules/Forum/images/pages_background.png);
}

.forum_pages a {
    text-decoration: none;
}

#forum_post_view {
/*    width: 100%;*/
    font-size: 11px;
}

#forum_post_view td {
    vertical-align: top;
}

.forum_post_user {
    height: 100%;
    padding: 5px;
    text-align: center;
    vertical-align: top;
    line-height: 15px;
}

.forum_post_user a {
    text-decoration: none;
    font-weight: bold;
}

.forum_post_content_area {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px #CCCCCC solid;
}

.forum_post_content {
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    vertical-align: top;
}

.forum_post_options {
    padding-right: 5px;
    text-align: right;
/*    border-top: 1px #CCCCCC dotted;*/
}

.forum_post_options img {
    border: none;
}

.forum_post_options table {
    text-align: center;
    font-size: 10px;
    border: none;
}

.forum_post_options td a {
    text-decoration: none;
}

.forum_post_title {
    padding-left: 5px;
    vertical-align: top;
    border-bottom: 1px #CCCCCC dotted;
}

.forum_post_user_detail {
    font-size: 10px;
}

.forum_input_area {
    font-size: 11px;
    border-top: 1px #CCCCCC solid;
}

.forum_input_area table td {
    font-size: 11px;
    vertical-align: top;
}

.forum_post_signature {
    width: 80%;
    font-size: 10px;
    padding: 5px;
}

.forum_post_preview {
    padding: 5px;
    border: 1px #CCCCCC solid;
}

.forum_post_edit_entry {
    font-size: 10px;
    font-style: italic;
    margin-top: 10px;
}

.border_right {
    border-right: 1px #CCCCCC solid;
}

.border_top {
    border-top: 1px #CCCCCC solid;
}

