/* $Id: dlese_styles_print.css,v 1.6 2006/06/08 21:23:04 ryandear Exp $ */ 

/* 
	This is an alternate version of CSS styles used for pages when they are printed
	(see "Print preview" in your browser).  It mostly turns off display of banner/search
	(display: none), but also adjusts the location of page content, moving it up to 
	where the banner was. Note that this same method of overriding CSS globals is also
	used to create alternate variations of DLESE pages (with/without the search box,
	for example).  
*/
BODY {
	padding-top: 30px;
}
/* Div surrounding entire banner */
.dlese_bannerDiv, .dlese_bannerDiv TD, .dlese_bannerTableSpacer, .dlese_bannerDivBackground {
	display: none;
	z-index: 0;
}
/* Table holding banner buttons: */
.dlese_bannerButtonsTable {
	display: none;
	z-index: 0;
}
/* DIV surrounding page/menu content: */
.dlese_treeMenuPageContentDiv {
	position: relative; 
	z-index: 0;
}
/* Page content TABLE menu TD: */
.dlese_treeMenuTableCellMenu {
	padding-top: 25px;
	z-index: 0;
}
/* Page content TABLE body text TD: */
.dlese_treeMenuTableCellText {
	padding-top: 0px;
	top: -35px;
	z-index: 0;
}
/* Section title just underneath earth graphic logo: */
.dlese_sectionTitle {
	position: absolute;
	top: 0px;
	left: 4px;
	z-index: 0;
}
/* Each nav button is declared as this: */
.dlese_bannerNavButtons {
	display: none;
	z-index: 0;
}
/* Keyword input and search button: */
.dlese_bannerSearchTable {
	display: none;
	z-index: 0;
}
/* Gray line at the bottom edge of the banner: */
.dlese_bannerBottomEdge { 
	display: none;
	z-index: 0;
}
/* Up arrow anchor links to #top: */
.dlese_topLink {
	display: none;
	z-index: 0;
}
.dlese_surveyToggle {
	display: none;
	z-index: 0;
}
