/*
    CSS für Freies Forum
*/
tr.mwforum_ff_title
{
     background-color: #D3DBF7;
     font-size: 12px;
     font-weight: bolder;
     text-align: left;
     padding-left: 7px;
     height: 26px;
}
.mwforum_ff_title th
{
    margin: 0px;
    padding: 5px 0 5px 7px;
}
.mwforum_ff_category
{
    background-color: #E3E7FF;
    text-align: center;
    height: 26px;
    font-size: 11px;
    font-weight: normal;
}
.mwforum_ff_conference_a
{
    background-color: #F4FBFF;
     height: 45px;
     font-size: 11px;
}
.mwforum_ff_conference_b
{
    background-color: #EFF2FF;
     height: 45px;
     font-size: 11px;
}
td.mwforum_page_cnt
{
     background-image: url(/t4/wcl/typo3conf/ext/chc_forum/pi1/res/ff_white.gif);
     background-repeat: no-repeat;
    width:16px;
    height:16px;
    font-size:11px;
    text-align:center;
    font-weight: bolder;
    font-family: Verdana;
}
.mwforum_page_cnt_act
{
    background-image: url('/t4/wcl/typo3conf/ext/chc_forum/pi1/res/ff_act.gif');
     background-repeat: no-repeat;
    width:16px;
    height:16px;
    font-size:11px;
    text-align:center;
    font-weight: bolder;
    font-family: Verdana;
}
div.tx-chcforum-pi1-singlePost td.author
{
    width:173px;
    background-color: #EFF2FF;
    padding-top:25px;
    padding-left:7px;
    line-height: 24px;
}
div.tx-chcforum-pi1-singlePost td.scroller
{
    background-color: #EFF2FF;
    padding-top:25px;
    padding-left:7px;
    padding-right:5px;
    width:285px;
}
div.my_ff_title
{
    background-color: #D3DBF7;
   font-weight: bolder;
   font-size: 12px;
   text-align: left;
   padding-left: 7px;
   height: 20px;
    padding-top: 6px;
    border: 2px solid white;
    width:474px;
}
div.my_ff_subject
{
    padding: 6px 0 5px 7px;
    width:474px;
    border: 2px solid white;
    background-color: #E3E7FF;
    font-weight: bolder;
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
}
div.tx-chcforum-pi1-pageLinksBtm
{
    background-color: #E3E7FF;
}        