/* display styles on printed page.*/

.button
{
	display: none;
}

.hiddenFooter
{
	display: none;
}

.hiddenPrintDisplayPanel
{
	display: none;
	width: 0;
}

.hiddenDisplayPanel
{
	display: inline;
	/* was:  overflow: hidden;  clipped in an IFrame? */
	overflow: visible;
	vertical-align: top;
}

.PrintDisplayPanel
{
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 10px;
	vertical-align: top;
	/* was Width: 100% causes iframe clipping. */
	/* was: nothing set for background-color:  setting to white fixes Chrome and IE, but not Firefox.  Set the print option in the browser. */
	background-color: white;
}

.headerlabel
{
	display: none;
}

.hiddenDivheader
{
	display: none;
	width: 0;
}

/* removed .printpanel  Should not set width here. Set in the browser's print setup. */

.gridHeaderStyle
{
	background-color: #003087;
	color: white;
	/* was: cursor: hand; which is ie5, ie8 specific */
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
	vertical-align: middle;
}

.ResultsHeader
{
	background-color: #003087;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

/* to stop IE clipping the copy when printing inside an IFrame */
#headertextArea {
	float: none;
}