/*  your sites custom CSS goes into this file */


div#glob_wrapbbs div#ind_msglist {
    margin-left: 20px;
    margin-right: 20px;
}

div#glob_wrapbbs div#ind_msglist dd.thread,
div#glob_wrapbbs div#ind_msglist dd.resp {
    background-image: url(/webbbs/icons/transparent.png);
    width: auto;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #ffcc00;
}

div#glob_wrapbbs div#msg_respons dd.thread,
div#glob_wrapbbs div#msg_respons dd.resp {
    background-image: url(/webbbs/icons/transparent.png);
    width: auto;
    margin: 0px 20px 10px 40px;
    padding: 0px 0px 10px 0px;
    
}

div#glob_wrapbbs div#ind_msglist dd.thread dd.resp,
div#glob_wrapbbs div#msg_respons dd.thread dd.resp,
div#glob_wrapbbs div#ind_msglist dd.resp dd.resp,
div#glob_wrapbbs div#msg_respons dd.resp dd.resp {
    width: 95%;
    margin: 0px 0px 0px 5%;  
    padding: 0px;
    border-width: 0px;
}


div#glob_wrapbbs div#msg_wrap {
    margin: 20px 0px;
}
