/*Primefaces default font size is too large  */
body {
	/*font-size: 60% !important;*/
}

.rowDeliquent {
	color: red;
}

.rowNormal {
	
}

.columnRight {
	float:right;
}

@media print {    
	.no-print, .no-print * {
		display: none !important;
	}
	.printOnly{
		display: block;
	}
}

@media screen{
	.printOnly, .printOnly *{
	display: none !important;
}
}

.hide-table-header thead {
    display: none;
}