/* 
-----------------------------------------------------------------
	NZNT
	print.css
	
	Print styles
	Created 28.06.2007 by DS
	Last Updated: See SVN
-----------------------------------------------------------------
*/


/*
-----------------------------------------------------------------
	Hidden
-----------------------------------------------------------------	
*/

	.nav,
	.screen,
	hr,
	#tools,
	embed,
	object,
	p.top {
		display: none;
	}

/*
-----------------------------------------------------------------
	Text
-----------------------------------------------------------------	
*/
	
	body {
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	h1 {
		padding-bottom: 1em;
		border-bottom: 1px solid #333;
	}
	#toolbox {
		padding-top: 1em;
		border-top: 1px solid #333;
		font-size: 10pt;
	}
	.col-1-4-wrap #toolbox {
	/*	800x600 */
		padding-bottom: 1em;
		border-bottom: 1px solid #333;	
	}
	a { 
		text-decoration: underline; 
	}
	blockquote {
		margin-left: 0;
	}
	
/*
-----------------------------------------------------------------
	Tables
-----------------------------------------------------------------	
*/	

	#content table {
		margin-bottom: 2.5em;
		width: 308px; /* note that this matches .hr */
	}	
	#content table caption {
		text-align: left;
		padding-bottom: 0.8em;		
	}
	#content table,	
	#content table th,
	#content table td {
		border: 0;
	}
	#content table th,
	#content table td {
		text-align: left;
		vertical-align: top;
		line-height: 1.6em;
	
		padding: 0.85em 17px 0.7em 0;	
	}		

/*
-----------------------------------------------------------------
	Images
-----------------------------------------------------------------	
*/

	a img {
		border: 0;
	}
	h1 img {
		margin: 0;	
	}

/*
-----------------------------------------------------------------
	Colour
-----------------------------------------------------------------	
*/

	body {
		background: #fff;
	}
	body,
	a {
		color: #000;
	}