/*
    xMDB Viewer
    Copyright (C) 2006-2007 Attila Szabo
    CSS style sheet for print view
    Last change: March/03/2007
*/

body {
    color: black; 
    background-color: white;
}

.tabbedNav_lnk_active {
    text-decoration: underline;
    font-weight: bold;
}

/* hide some elements */
#lstViewMode,
label {
    display: none;
}
