/*****************************************************************************************************************/
/* 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: 63%;
	margin: 0px 0px 0px 0px;
}
#relatedcontent {
	width: 33%;
	margin: 0px 0px 0px 0px;
}

#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;
}
/*
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.
*/


