/* Print-specific styles for State Library of Queensland's 
- Family History indexes (fhr.slq.qld.gov.au/contents.htm)
- e-services card registration form (srlopac.slq.qld.gov.au/webvoyage/servlet/PatronRegistrationForm) - styles at end of this file
Templates redesigned Aug 2012. Based on the Queensland Government's Consistent User Experience (CUE) standard. 
Last revised by Web team, 2 Aug 2012. */

@media print {
	 body, #content, #footer  {
		width: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		float: none !important;
		background: #fff;
		color: #000
	}	
	a { 
		text-decoration:none !important; 
		color: #000 !important; 		
	}
	#header	{
		border-top: 1px dashed #999;
		border-bottom: 1px dashed #999;
		padding-top: 5px;
		padding-bottom: 5px;
		float: none; 
	}
		#header img { 
			margin-left: 0px; 
			display: none; 
		}
		.print-display { 
			color: #000 !important; 
			display: block !important; 
			visibility: visible !important; 
			float: none !important; 
			font-size: 1.4em !important; 
		}
		#header_title {
			color: #000 !important; 
			margin-left: 0px !important; 
			width: auto !important; 
			float: none !important;  
		}		
	#content h1 { 
		color: #000 !important; 
		font-size: 1.4em !important; 
		font-weight: bold !important; 
	}	
	#content h2 { 
		color: #000 !important; 
		font-size: 1.2em !important; 
		font-weight: bold !important; 
	}	
	#content h3 { 
		color: #000 !important; 
		font-size: 1em !important; 
		font-weight: bold !important; 
	}
	#footer {
		margin-top: 15px;
		border-top: 1px dashed #999;
		border-bottom: 1px dashed #999; 
		font-size: 60% !important; 
		text-align: left !important; 
	}
		.mission { 
			color: #000 !important; 
		}
		.icons { 
			display: none; 
		}
		#lastupdate_mission { 	
			width: 100% !important; 
			clear: both !important; 
			color: #000 !important; 
		}
		#legals {
			display: none; 
		}
		#copyright {
			margin-top: 20px; 
			padding-top: 10px; 
		}
		.qglogo img { 
			height: 35px !important; 
			width: 100px !important; }
		#govlink {
			display: none; 
		}
	.hide_from_print { 
		display: none; 
	}
	
	/* e-services card registration form styles */	
	#content_eservices h1 { 
		color: #000 !important; 
		font-size: 1.4em !important; 
		font-weight: bold !important; 
	}	
	#content_eservices h2 { 
		color: #000 !important; 
		font-size: 1.2em !important; 
		font-weight: bold !important; 
	}	
	#content_eservices h3 { 
		color: #000 !important; 
		font-size: 1em !important; 
		font-weight: bold !important; 
	}
	#footer_eservices {
		margin-top: 15px;
		border-top: 1px dashed #999;
		border-bottom: 1px dashed #999; 
		font-size: 60% !important; 
		text-align: left !important; 
	}
}
