@charset "UTF-8";
/**
 * Print Layout CSS properties
 *
 * @copyright Copyright (c) 2008, Semantica-IT Ltd.
 * @link http://www.semantica.ch
 * @package Core
 * @version $Revision: $
 */ 
@media print 
{
	/* new design */
	div.leftContainer, div#top-bar, div.footerContainer, div.footerSpacer, div.banner, div#dbg_div, div.spacer, .non_printable, div.search_nav {
		display: none;
	}
	div.mainContainer, div.rightContainer, div.mainContent {
		width: auto;
		height: auto;
		margin: 0px;
		padding: 0px;
		float: none;
		border: 0;
		overflow: visible;
	}
	html > body #mainouter {
		margin: 0px;
		padding: 0px;
		border: 0;
	}
	div.mainContainer {
		float: left;
	}
	/**/
	body 
	{
		margin:0;
		padding: 0;
	}
	h1,h2,h3,h4,h5,h6 
	{
		page-break-after:avoid;
	}
/* 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;
	}
	table, p
	{
/*		page-break-inside:avoid;*/
	}
}
