/* screen CSS for PLC website
 * Developed by Peter Riesz - 2006
 */

@media print{
	/* set all text to black */
	a:link, a:visited, a:hover, 
	h1#plcName
		{color: #000;}
	input, textArea{
		border: 1px solid black;
	}
	/* hide interfaces */
	p.topLink,
	ul#tabbedMenu, 
	ul#rescueNav,
	ul#adminMenu,
	a.edit, a.delete
		{display: none;}
	
	/* display text for print */
	span{display: inline;}
	
	
	#images a img{border: none;}
	/* Misc */
	h2{
		border-top: 1px solid black;
		margin: 15px 0 0 0;
		padding: 0;
		width: 100%;
		dsiplay: block;
	}
	*html #rflLogo {margin-top: 15px;}
	
	
	#pageContent{padding: 10px 0 30px;}
	p#disclaimer{
		border-top: 1px solid black;
		text-align: left;
		margin-left: 0px;
	}
	img#plcLogo{
		top: 0;
		left: 0;
	}
	h1#plcName{
		text-align: left;
		width: auto;
		top: 5px;
		left: 100px;
		color: black;
	}
	#pageHeader{
		height: 60px;
	}
	
}





