html, body{
    background: #fff;
    color: #000;
}
#wrap{
    box-shadow: 0px 0px 7px -3px;
}

.navbar {
    background-color: #fff;
}

.forumbg .header a, .forabg .header a, th a{
    color: #cc0000;
}
.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
    color: #cc0000;
}
ul.topiclist li.header{
    background: #e0e0e0;
    padding: 10px 10px 7px;
}
ul.topiclist li{
    background: #f7f7f7;
    border-bottom: 1px solid #d1d1d1;
}
ul.topiclist li:last-child{
    border-bottom: none;
}

li.header dt, li.header dd{
    color: #000;
}

li.row{ border: none; padding-top: 5px; }
li.row:hover {
    background-color: #fff;
}

ul.topiclist dd{ border: none;}

a {
    color: #cc0000;
}


/***********************
FORUM-LIST
***********************/
.forumbg{ background: none; padding: 0; }


.bg1{background: #f7f7f7; }
.bg2{background: #fff; }