﻿

/* print styles */
/*@media print  {*/
	
	 .topmenu,
	 .jai-breadcrumb-line,
	 .jai-lang-change,
	 .tools,
	 TD.leftCol,
	 TD.middleCol,
	 DIV.outer_footer ,
	 TD.content-cols-right,
	 TD.content-cols-gutter
	{
		display:none;
	}
	TD.content-cols-right,
	TD.content-cols-gutter
	{
		width: 0px;
	}

	body  {
		background-color: white;
	}
	TABLE.twocol,
	TD.rightCol,
	TABLE.content-cols,
	TD.content-cols-left,
	DIV.outer {
		width: 484px;
	}
	DIV.notfooter {
		border: none;
	}
	div.twocol_outer {
		margin: 0;
	}
	div.titlebar {
	width: 484px;
	}
	img.logoimg {
		margin-right: 0;
		margin-bottom: 20px;
	}
	div.jai-print-footer {
		display: block;
		font-size: 10px;
		color: #636742;
	}
	img#print-title-bg {
		display: block;
		top: 0;
		left: 0;
		position: absolute;
		z-index: 0;	
	}
	.titlebar {
		position:relative; 
	}
	.titlebar_inner {
		position:absolute;
		z-index: 2;	
	}

/*}*/
