/*
   Autscape supplementary Cascading Style Sheet for printing
   By Martijn Dekker, loosely based on original by Peter Benie
   © 2008-2015 The Autscape Organisation
*/

.screenonly, .anchorpadding, p#accesslinks, div#left, div#leftbl, div#accesshelp, .nav, .prognav, div#logout, div#toc {
	display: none;
}

div#heading {
	font-size: 70%;
	text-align: center;
}

div#content {
	font-size: 75%;
}

ul.spaced li, ol.spaced li {
	margin: 1.5ex .5em;
	padding: 0;
}

/* override some stuff from the colour stylesheets (blue,green,red) to
   avoid wasting ink printing backgrounds */
html, body, div#gradient {
	background: none;
}
