/* ------------------------------------------------------------------------------------------------------------------
	print.css - Stylesheet for Print media for Glenfern Associates Ltd.
	
	Copyright (c) 2008 Glenfern Associates Ltd. All rights reserved.
	Written by: John A Cooke
	Date of first release: 4 February 2008
	Modification history:
	30 Mar 2008 -Added border: none to #content dt img
	
    ------------------------------------------------------------------------------------------------------------------*/

body {
	margin: 1cm;
	color: black;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	background: none;
	}

h1, h2, h3 {
	font-family: Verdana, sans-serif;
	}

#content h1 {
	font-size: 14pt;
	}
	
#content h2 {
	font-size: 12pt;
	}
	
#content h3 {
	font-size: 11pt;
	font-weight: bold;
	}
	
#content address {
	margin: 0.2cm 1cm;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	color: black;
	}
	
#nav, #foot-nav, #sidebar, #breadcrumb, hr {
	display: none;
	}
	
a:link, a:visited {
	color: #505050;	/* fairly, dark grey */
	text-decoration: none;
	}	
	
#logo img {
	border: none;
	}
	
#content dl {
	margin: 20px 20px;
	padding: 0;
	}

#content dt {
	margin: 20px 0px;
	padding: 0;
	}
	
#content dd.figure {
	margin: 0px 0 20px 0;
	padding: 0;
	font-size: 8pt;
	}
	
#content dt img {
	margin: 0;
	padding: 0;
	border: none;
	}
	
#content p.doc {
/*	margin: 0cm 0.25cm 0.4cm 0.5cm; */
	display: none;
	}

#content table {
	margin-left: 20%;
	color: black;
	font-family: Verdana, sans-serif;
	border-style: none;
	border-collapse: collapse;
	caption-side: bottom;
	}

#content th, td {
	font-size: 85%;
	padding: 5px;
	border-style: none;
	text-align: center;
	}

#content thead {
	display: table-header-group;
	}

#content tbody {
	display: table-row-group;
	}

#content table caption {	
	display: none;	/* make sure a caption does not display when printing, since rows tend to get lost! */
	}

.dontprint {
	display: none;	/* inhibit printing of certain parts of the text */
	}