


/*
This CSS file exists solely because Microsoft's cruddy Internet Explorer did not
respect the "@media print" media query.
 */

/*************************************************************************************************/
/* these next four stills, ui-datatable and the ui-datatable tr/td/th styles, help normalize     */
/* the borders around grid elements on multiple print pages.  Previously, while the first page   */
/* had not borders on grid elements, every subsequent page had vertical bars between rows. Now   */
/* every element has a border on print.  Not optimal but, at least, consistent                   */
/*************************************************************************************************/
.ui-datatable {
	/*border: thin solid #0064b4 !important;*/
	border: none !important;
}

.ui-datatable tr,
.ui-datatable td {
	border: 1px solid #0064b4 !important;
}

.ui-datatable th {
	font-weight: bold;
	background: none !important;
	color: black !important;
	border: 1px solid #0064b4 !important;
}

.box {
	display: none;
}

/* hide the datatable paginator on print */
.ui-paginator {
	display: none;
}

.pcl-show-for-print {
	display: inline !important;
}

.pcl-suppress-for-print {
	display: none !important;
}

.psc-header {
	display: none !important;
}

.psc-breadcrumb {
	display: none !important;
}

.psc-footer {
	display: none !important;
}

.psc-footer-admin-notice {
	display: none !important;
}

.psc-command-link {
	color: black !important;
	text-decoration: none !important;
}

.psc-command-link:visited {
	color: black !important;
	text-decoration: none !important;
}

.psc-command-link-light {
	color: black !important;
	text-decoration: none !important;
}

.psc-command-link-light:visited {
	color: black !important;
	text-decoration: none !important;
}

.pcl-search-results-truncate {
	text-overflow: unset !important;
	white-space: normal !important;
}

