@charset "UTF-8";
/**
 * Print Layout CSS properties
 *
 */ 
@media print 
{

	body *
	{
		font-family: "Times New Roman", Times, serif;
	}
	code, pre 
	{
		font-family: "Courier New", Courier, mono;
	}
	body 
	{
		font-size: 12pt;
		line-height: 125%;
	}
	h1, h2, h3, h4, h5, h6 
	{
		page-break-after: avoid;
	}
	p
	{
		line-height: 125%;
	}
	.headerBoxLeftSide, .footerBoxLeftSide, .m95, .p78
	{
		float: none;
		clear: none;
		width: auto;
		margin: 0px;
		padding: 0px;
		
	}
	#topLinks, #mainMenuBox, div.leftContainerBox, div.footerValidator, #last_prj, div.empty, .footerBoxRightSide, .headerBoxRightSide{
		display: none;
	}
	div.rightContainerBox {
		width:auto;
	}
	div.footer {
		margin:0;
	}
	div.wrapper {
		height: auto;
	}
/* Format acronyms and abbreviations for print*/
	abbr[title]:after, acronym[title]:after
	{
		content: '(' attr(title) ')'
	}
	#app_container a[href^="http:"], #app_container a[href^="https:"]
	{
		padding-left: 0;
		background-image: none;
	}
	a[href]:after
	{
		content:" <URL: "attr(href)">";
		color:#444;
		background:inherit;
		font-style:italic;
	}
	div.rightContentHeader *
	{
		padding-left: 0px;
	}
}
