@page { 
	size: letter;
	margin: .4in;
}

body {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #444444;
	direction: ltr;
	font-family: verdana,arial,sans-serif;
	font-size: 12pt;
	margin: 0;
	padding: 0;
	text-align: left;
	unicode-bidi: embed;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
	max-width: 7.9in !important;
	min-width: 7.9in !important;
}

a, a:visited {
	color: #444444;
	text-decoration: none;
}

.noPrint {
	display: none;
}

.printOnly {
	display: inline;
}

tr.printOnly {
	display: table-row;
}

.hsTblCols {
	font-size: .85em !important;
}

.break-after {
	display: block;
	page-break-after: always;
	page-break-inside: avoid;
	position: relative;
}

.break-before {
	/*display: block;*/
	page-break-before: always;
	page-break-inside: avoid;
	position: relative;
}

.ui-dialog-content.ui-widget-content {
	border: none;	
}

td.dig, td.cdig {
	background-color: transparent;
}

table.tablesorter thead tr.tablesorter-headerRow .tablesorter-headerUnSorted:not(.sorter-false) {
	background-image: none;
}