/* Changes to MAIN css ******************************************************** */

/* We change the BG of the content area in order to kick out the right col */
#contentContainer {
    background: #EEE url(../img/content_bg1_forum.gif) 12px 0px repeat-y;

}

/* Let's kick out the content header ... note: maybe also adjust HTML for textbrowsers and -readers?! */
#contentHeader {
    display: none;
}

/* We romove the border that was used as a spacer to the top */
#rootlineNavi {
    border-top: 0;
}

#subNavi {
/*    padding-top: 11px;*/
}

/* Let's kick out the right col and widen the main col */
#rightCol {
    display: none;
/*    width: 194px;
    float: left;
    background: #E6E6E6;
    min-height: 435px;*/
}
#mainContent {
    width: 686px;
}



/* Changes to chc_forum css *************************************************** */

#tx_chcforum-pi1 .header_small {
    background: #E60005;
}


.tx_chcforum-pi1-toolBar {
    background: #E6E6E6;
}

.tx-chcforum-pi1-preTableWrap {
    background: #E6E6E6;
}

.tx-chcforum-pi1-navPath {
}

.tx-chcforum-pi1-Table thead tr th {
    background: #B3B3B3;
}

.tx-chcforum-pi1-Table tbody tr td {
    background: #F4F4F4;
}


/* SINGLE POST BEGIN */

.tx-chcforum-pi1-singlePost {

}

/* top */
.tx-chcforum-pi1-singlePost .author {
    background: #EFEFEF;
}

/* bottom */
.tx-chcforum-pi1-singlePost .edit {
    background: #E6E6E6;
}

.tx-chcforum-pi1-linkUp {
    background: #EFEFEF;
}


/* POST FORM BEGIN */

.tx-chcforum-pi1-postForm #formWhere {
    background: #B3B3B3;
}

.tx-chcforum-pi1-postForm fieldset {
    background: #EFEFEF;
}

.tx-chcforum-pi1-helpBox {
    background-color: #EFEFEF !important;
}

