@media only print {

.noprint {
	display: none;
}

HTML {
	background-image: none;
	background-color: white;
}

BODY { 
	background-color: white;
}

DIV.portal-top {
	display: none;
}

DIV.portal-bottom {
	position: inherit;
	height: 100%;
}

DIV.portal-bottom > DIV.portal-bottom-nav {
	display: none;
}

DIV.portal-bottom > DIV.portal-bottom-content {
	left: 0;
	width: 100%;
	background-image: none;
}

DIV#phContent_phContent_ChildContent_ChildContent_pnlView {
	width: 100% !important;
}

INPUT[type=submit], INPUT#phContent_phContent_ChildContent_btnExport { 
	display: none;
}

INPUT[type=text] {
	border: none;
}

DIV.portal-bottom-content > TABLE > TBODY > TR:nth-child(4) > TD:first-child {
	text-align: center !important;
}

DIV.portal-bottom-content > TABLE > TBODY > TR:nth-child(4) > TD + TD {
	display: none;
}

DIV.dataTables_paginate {
	display: none;
}

dl {
    page-break-inside: avoid;
}

}