/* Always loaded after styles.css */
body {
    background-image:none;
}    

#header, #content, #footer {
	width: 99%;
}

#footer {
        border-top:0px solid white;
}

#tabs,#search { display:none; }

/* input[type="text"], 
 input[type="submit"],
select, */
input[type="submit"],
#navigation .logout,
div.listfilter { display:none; }

/* When printing you don't need to know what things are hyperlinks */
a { color:black; }

.hide-in-print { display:none; }
.show-in-print { display:block; }

thead td, tfoot td, tbody td, tbody th { padding:2px; }