/*
''<summary>
		<page>print.css</page>
		<description>Print output stylesheet</description>
		<notes>
			.printonly: Overides the style found in the 01content.css file, and enables some elements to only show on paper
			.noprint:		Allows elements such as close and print buttons to be specifically hidden on paper
		</notes>
		<version>2006/07/05: Greg Brine	Initial creation of file</version>
''</summary>
*/

.printonly {  display: block; visibility: visible;  }
.noprint { display: none; visibility: hidden; position: absolute; top: -1000; left: -1000;  }