/* this stylesheet is used for printing. 
   it is included by the 'header' template when the ?print option is set,
   and it's also included as style sheet for all print media.
*/

.background-image, .snoopy, #mainmenu, form.searchform, a.act, div.mainmenu, form.search, div.search 
{
    display:none !important;
}
    
a {
    color:black !important;
    text-decoration: none !important;
}

table.list th, .matrix th, #matrix th
{
    background: white !important;
    border: none !important;
     border-bottom: 1px solid black !important;
}
 
.maintext, .titlepage,  #maintext, #titlepage 
{
    width: 95% !important;  
    overflow: scroll !important;
    top: 0 !important;
    left:0 !important; 
    border:0 !important;
    background:white !important;
}


body, #logo-regular {
    background:none  !important;
}
img.logo-regular {
    display:inline  !important;
}
