/* imports automatically by *.css in App_Themes/Style
@import url(base/base.css);


@import url(nav/nav_shinybuttons.css);
@import url(screen/basemod.css);
@import url(screen/content.css);
*/
@media print
{

	body, #page_margins, #page, #main
	{
		margin: 0;
		padding: 0;
		border: 0;
	}
	#page_margins, #page
	{
		width: 100% !important;
	}
	#header
	{
		height: auto;
	}
	#footer
	{
		display: none;
	}
	#nav_main
	{
		display: none;
	}

	#topnav
	{
		display: none;
	}
	#nav
	{
		display: none;
	}
	#search
	{
		display: none;
	}


	body *
	{
		/*font-family: "Times New Roman" , Times, serif;*/
		font-family: "Arial, Sans-Serif";
	}
	code, pre
	{
		font-family: "Courier New" , Courier, mono;
	}
	body
	{
		font-size: 12pt;
	}

	h1, h2, h3, h4, h5, h6
	{
		page-break-after: avoid;
	}
	abbr[title]:after, acronym[title]:after
	{
		content: '(' attr(title) ')';
	}


	#page a[href^="http:"], #page a[href^="https:"]
	{
		padding-left: 0;
		background-image: none;
	}



	#col1_content:before, #col2_content:before, #col3_content:before
	{
		content: "";
		color: #888;
		background: inherit;
		display: block;
		font-weight: bold;
		font-size: 1.5em;
	}

	.floatbox, .subcolumns, .subcolums_oldgecko
	{
		overflow: visible;
		display: table;
	}

	#col2
	{
		display: none;
		float: none;
		width: 0%;
		margin: 0px;
		padding: 0px;
		border: 0px;
	}

	#col3, #col3_content, #col1, #col1_content
	{
		float: none;
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		border: 0px;
		margin-left: 0px;
		left: 0px;
	}
	#scrollauto
	{
		width: auto;
		overflow: visible;
	}
	.Help
	{
		display: none;
	}
	.HelpFixedPosition
	{
		display: none;
	}
	#FooterBar
	{
		display: none;
	}
	.HeaderImage
	{
		padding-top: 0px;
		padding-left: 0px;
		float: inherit;
		width: 120px;
		height: 47px;
		margin-top: 0px;
		margin-left: -22px;
	}
	.dontprint
	{
		display: none;
	}

	.clipboard_InvisibleContent
	{
		display: none;
	}
}
