#topbar { display: none; }
#logobarmax { display: none; }
#locationbar { display: none; }
#sidebar { display: none; }
#sidebarcontrol { display: none; }
#copyright { display: none; }

.hideinprint { display: none; }

A.button, IMG.button { display: none; }

/* If we block printing of all images, it may confuse people...
If you uncomment, must uncomment resultsbar/invdot block below
IMG { display: none; }
*/

/* Without these, bar graphs centered at 0 in middle will not print right */
/* can comment these out as long as display: none commented out above
IMG.resultsbar { display: inline !important; }
IMG.invdot { display: inline !important; }
*/

TABLE, TD, TH {
	border: 0px !important;
	background-color: #FFFFFF !important;
}

TABLE.cssubwindow TD.titlebar {
	border: solid 1px #000000 !important;
}

TABLE.cssubwindowtable TD,
TABLE.cssubwindowtable TH {
}

TABLE.cssubwindowtable TH.firstcol {
	border: solid 1px #000000 !important;
}

TABLE.cssubwindowtable TH.middlecol,
TABLE.cssubwindowtable TH.lastcol {
	border: solid #000000 !important;
	border-width: 1px 1px 1px 0px !important;
}

TABLE.cssubwindowtable TD.firstcol,
TABLE.cssubwindowtable TD.fullcol {
	border: solid #000000 !important;
	border-width: 0px 1px 1px 1px !important;
}

TABLE.cssubwindowtable TD.middlecol,
TABLE.cssubwindowtable TD.lastcol {
	border: solid #000000 !important;
	border-width: 0px 1px 1px 0px !important;
}
