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

body {
    background-color: #ffffcc;
}

div#glob_wrapbbs input.go_btn,
div#glob_wrapbbs div.glob_navbar input.button {
    background-image: url(/webbbs_data/icons/bullet_blue_go.png);
}
div#glob_wrapbbs div#ind_msglist dd.thread,
div#glob_wrapbbs div#msg_respons dd.thread {
    background-image: url(/webbbs_data/icons/page_white_add.png);
}
div#glob_wrapbbs div#ind_msglist dd.resp,
div#glob_wrapbbs div#msg_respons dd.resp {
    background-image: url(/webbbs_data/icons/page_white.png);
}
div#glob_wrapbbs div#ind_msglist dd.sticky {
    background-image: url(/webbbs_data/icons/bell.png);
}
div.qnew {
    padding:  8px;
    background-image: url(/webbbs_data/icons/page_red_text.png);
}
div.qnone {
    padding:  8px;
    background-image: url(/webbbs_data/icons/page_white_text.png);
}


/* header table for steyr links */
table#steyr_header {
    border-width: 0px;
    width: 96%;
    margin: 25px auto;
}
table#steyr_header td {
    padding: 10px 5px;
}


/* End of file */
