/* Specific overrides to handle how the page is displayed when being printed. The following settings "turn back on" things that are in the HTML source but hidden by the default "style.css" file.   --beporter@users.sourceforge.net  2008-05-22 */


#header {
	background-image: none; /* Make SURE the background image doesn't print. */
}
#header .print_img {
	display: block; /* Turn on the <img> that's normally display: none'd. */
}
#header h1, #header h2 {
	display: none; /* Forcefully hide the title and tag line. */
}

#tube {
	background-image: none; /* Make SURE the background image doesn't print. */
}
#tube .print_img {
	display: block; /* Turn on the <img> that's normally display: none'd. */
}
#tube span {
	display: none; /* Forcefully hide the text. */
}


