@media print {
	* { font: normal 12px arial, sans-serif; }
	
	H1.csc-firstHeader {
		/*
		background: url("../../templates/images/limiter.gif") no-repeat;
		background-position: bottom left;
		*/
		background: 0;
		height: 29px;
		vertical-align: top;
		margin-bottom: 3px;
		padding-left: 1px;
	}
	
	div.csc-textpic-text p.bodytext {
		text-align: left;
	}
	
	table#nxs-print-table-1 {
	width: 695px;  /* 2479px */
	_width: 635px;
	height: 1024px; /* 3508px */
	height: 984px;
	*height: 1004px;
	_height: 964px;
	/*order: solid 1px black;*/
	}
	
	td#nxs-print-header {
		height: 40mm;
		*height: 20mm;
		_height: 40mm;
		padding: 0;
		/*border: dotted 1px blue;*/
		vertical-align: top;
	}

	td#nxs-print-content {
		padding-left: 10mm;
		/*padding-right: 10mm;*/
		_padding-left: 20mm;
		_height: 200mm;
	}
			
	td#nxs-print-footer {
		height: 20px;
		padding:0;
		padding-left: 10mm;
		/*border: dotted 1px blue;*/
		bottom: 0;
	}
	
	div#nxs-print-column-1 { margin-bottom: 20px; width: 500px; }
	div#nxs-print-column-2 { margin-bottom: 20px; padding-top: 20px; width: 500px; }
	div#nxs-print-column-3-header { padding-top: 20px; width: 500px; }
			
	#tb-joblist-table { position:relative;  top: 0px;}
	.nxs-sub-print-column-1 { margin-bottom: 20px; }
	.tb-listjobrow-odd { background-color: #F0F0F0;}
	td#tb-job-greenbar { background-color: #F0F0F0; }
	td#tb-job-greenbar div { color: black; }
	
	
}

@media screen {
	* { font: normal 12px arial, sans-serif; }
	
	H1.csc-firstHeader {
		/*
		background: url("../../templates/images/limiter.gif") no-repeat;
		background-position: bottom left;
		*/
		background: 0;
		height: 29px;
		vertical-align: top;
		margin-bottom: 3px;
		padding-left: 1px;
	}
	
	div.csc-textpic-text p.bodytext {
		text-align: left;
	}
	
	table#nxs-print-table-1 {
		width: 595px;
		height: 842px;
		/*border: solid 1px black;*/
	}
		
	td#nxs-print-header {
		height: 40mm;
		*height: 20mm;
		_height: 40mm;
		vertical-align: top;
				
	}		
		
	td#nxs-print-content {
		padding-left: 20mm;
		_height: 200mm;
	}		
			
	td#nxs-print-footer {
		height: 20px;
		padding:0;
		padding-left: 20mm;
		bottom: 0;
	}
	
	div#nxs-print-column-1 { margin-bottom: 20px; }
	div#nxs-print-column-2 { margin-bottom: 20px; padding-top: 20px; }
	div#nxs-print-column-3-header { padding-top: 20px; }
	
	#tb-joblist-table { position:relative;  top: 0px;}
	.nxs-sub-print-column-1 { margin-bottom: 20px; }
	.tb-listjobrow-odd { background-color: #F0F0F0;}
	td#tb-job-greenbar { background-color: #F0F0F0; }
	td#tb-job-greenbar div { color: black; }
}