/*	Film NZ 2005
	Print Stylesheet
	Created 250705 by DS 
	Last Updated 09.02.2007 by DS (.top a)
*/

	body {
		padding: 0;
		margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		background: #fff;
		color: #000;
		font-size: 80%; /* medium */
		margin: 0;		
	}
	body table {
		width: 535px; /* e-govt max print width */
	}
	ul.nav {
		display: none;
	}
	#related .search, 
	.register, 
	.access, 
	hr, 
	#related,
	embed, 
	object, 
	.maphidden,
	.top a {
	/*	 last 3 added 141206 */
		display: none;
	}
	h3.printable {
		display: block; /* 141206 */
		text-transform: uppercase;
	}
	dl, dt, dd {
		padding: 0;
		margin: 0;
	}
	.search dt,
	.faqs dt {
		margin-top: 1em;	
		font-weight: bold;
	}	
	.content img {
		float: right;
		margin: 0.5em 0 0.5em 1em;
	}
	.content h2 img {		
		/* updated by DS 301105 */
		float: none;
		margin-left: 0;
	}		
	a img {
		border: 0;
	}
	
	/* updates 13.12.06 */
	
	.home h2 {
		background: transparent;
	}
	.home h2 .access {
		display: block;
	}
	
/*	DEFINTIION LISTS */	

	/* 	interactive map */

		.second .liner dl dt {
			border-bottom: 1px solid black;
			text-transform: uppercase;		
		}
		.second .liner dl dl,		
		.second .liner dl dt,
		.second .liner dl dd {
			display: block;
			float: none;
			padding: 0; 
			margin: 0;
		}			
	
/*	TABLES */

	body table table {
		width: 100%;
	}		
	table, th, td {
		padding: 0;
		border: 0;
		margin: 0;	
	}

	/* 	interactive map */	
	
		.second .liner table {
			margin-top: 1em;
		}	
		.second .liner table th {
			font-weight: normal;
		}	
		.second .liner table th, 		
		.second .liner table td {
		/*	TH | TD */
			padding: 4px 8px 4px 0;
			vertical-align: top;
			text-align: left;		
		}		