/****************************************************************************************************************
 print stylesheet for the Eden site. The navigation, search box, accessibility links, left column and footer are
 disabled and the backgrounds are turnded off 
*****************************************************************************************************************/
 
 * {
 	float:none !important;
	width:auto;
 }  
 
/* force background off and set it to white */
#body, #wrapper, #content, .contentPanel, .contentPanelHalfSize, .infoBox {
	background:none;
	background-image:none;
	background-color:#FFFFFF;
	color:#000000;
}

/* for IR we also turn off the filter by setting it to white */
#wrapper {
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffffffff);*/
}

#content {
	border: 0px;
	margin: 0px;
	padding:0px;
	width:90%;
	clear:both;
	float:none !important;
}

.contentPanel, .contentPanelHalfSize, .infoBox {
	display:block;
	border: 0px;
	margin: 0px;
	padding:0px;
	clear:both;
	float:none !important;	
	width:auto;
}

#accessibilityLinks, #search, #globalNav, #leftColumn, #footer, #rightColumn, .flash, hr {
	visibility:hidden;
	display:none;
}

#content .contentPanel {
	background:none;
	background-color:#FFFFFF;
	color:#000000;
}
