/******************************************************************************
	DO NOT PRINT THESE SECTIONS 
******************************************************************************/
div#topNavigation, div#appNavigation, div#appTaskbar, div#appFooter, 
div.toggle_editor, div#file_block, p.Instructions, table caption span, table tr td input, 
table tr td img, p#position_description span, p#template_description span, 
div#report_menu { 
	visibility: hidden;
	display: none;
}

/******************************************************************************
	Standard HTML Elements 
******************************************************************************/
body { background-color:  RGB(255,255,255); }
a {
	color: RGB(118,152,165);
	font-weight: bold;
	text-decoration: none;
}

/******************************************************************************
	Application MAIN CONTENT block 
******************************************************************************/

/* Application Main Container Block */
div#appContainer {
	border-left: none;
	border-right: none;
	width: 700px;
}

/******************************************************************************
	CONTENT block 
******************************************************************************/
div#appContent {
	float: none;
	margin-top: 0px;
	width: 665px;
}

/******************************************************************************
	VIEWER & EDITOR blocks 
******************************************************************************/
div.block_viewer {
	background-color: RGB(255,255,255);
	border: none;
	color: RGB(0,0,0);
}

/******************************************************************************
	SETTINGS block for reports
******************************************************************************/
div#settings {
  display: none;
}
