/*****************************************************************************************************************/
/* PRINT STYLES
/*****************************************************************************************************************/
/*
The following are custom styles used for the print version.
Add new CSS classes/selectors here to control their output, for example: margin, padding, etc.
*/
#maincontent {
	width:100%;
	margin: 0px 0px 0px 0px;
	float:none;
}
#relatedcontent {
	width:100%;
	margin: 0px 0px 0px 0px;
	float:none;
}

#inside #maincontent table td, #inside #maincontent table th {
	background: none;
	color: #000000;
	border: 1px solid #000000;
	padding: 2px;	
}

#inside #relatedcontent table td, #inside #maincontent table th {
	background: none;
	color: #000000;
	border: 1px solid #000000;
	padding: 2px;	
}
#inside #relatedcontent form table td {
	border:none;
}
#maincontent.yir {
	padding: 0em 1em 0em 0em;
	width: 95%;
	
}
#content.yir {
	margin: 0em;
	padding: 0em 1em 0em 0em;
}
#maincontent.yir table td, #maincontent.yir table th {
	border: 0px solid #000000;
}

#relatedcontent.yir table td, #maincontent.yir table th {
	border: 0px solid #000000;
}
/*
The following styles are used to hide elements not required in the printed version.
Add CSS classes/selectors here to hide this element from print version.
*/
.navigation
{
	display: none;
}




