@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://www.firefox-browser.de/forum)
{
    body {
        background-color: #FFFFFF !important;
    }
    table.forumline {
        empty-cells: show !important; 
        border-spacing: 0 !important;
        border: 1px dashed #AAAAAA !important;
        border-collapse: collapse !important;
    }
    table.forumline > tbody > tr > td, table.forumline > tbody > tr > th {
        background: #FFF !important;
        border: 1px dashed #AAAAAA !important;
    }
    .bodyline {
        border: 0 none #FFF !important;
    }
    img[src="templates/subSilver/images/logo_phpBB.jpg"] {
        max-height: 2em !important;
    }
    .maintitle {
        font-size: 1.1em !important;
        font-weight: bold !important;
    }
    .maintitle +  br, .bodyline > table.forumline + table + table + div, .bodyline > table:first-child + br {
        display: none !important;
    }
    a:link {
        color: #444 !important;
        text-decoration: none !important;
        border-bottom: dashed #444 1px !important;
    }
    a:visited {
        color: #777 !important;
        border-bottom: dashed #777 1px !important;
    }
    a:hover, a:focus, a:active {
        color: #111 !important; 
        border-bottom-color: #111 !important;
        text-decoration: underline !important;
    }
    th {
        color: #000 !important;
    }
}