@charset "UTF-8";
@media print { 
	*,a:visited {color:black;background:transparent;}
	.dontprint, .dontprint * { display:none; }
	thead { display:table-header-group; } 
	tr,img { page-break-inside:avoid; }
	a { text-decoration:none;color:black; }
	a.show {}
	p, h2, h3 { orphans:3;widows:3;}
	h2, h3 { page-break-after:avoid;color:#000000; }
	@page {size:letter;}
	td {border:1px solid black;}
	.borderless {border:none;}
	.wide { page: landscape;}
	table.printlim {max-width:7in;}
	#container,#foot,.foot {min-width:5in;}
	#head { margin:auto;}
	img { max-width:100% !important; }
	div.scrollable{        /* overrides some scrollable divs in PersonnelFile.php */
		overflow:visible;
		max-height:none;
}
@media print and ( width: 8.5in ) and ( height: 11in ) {
	margin: 1in;
}
@media print and ( width: 21cm ) and ( height: 29.7cm ) {
	margin: 2in;
}
/*  EXPERIMENTAL AREA   */
/* @page {
  size: 6.5in 9.0in;
  margin: 1in, 1in, 1in, 1in;
}
@page :left {
  @bottom-left {
    content:counter(page);
    padding-top:2em;
    vertical-align:top;
  }
}

@page :right {
  @bottom-right {
    content:counter(page);
    text-align:right;
    vertical-align:top;
    padding-top:2em;
  }
}
*/