body {
	margin: 0px;
}
tbody {
	display: table-row-group;
}
thead {
	display: table-header-group;
}
tfoot {
	display: table-footer-group;
}
.cPrintOnly {
	display: initial;
}
.cDoNotPrint, .cNotifyBox, .cHelpIcon, #iActiveTabBar {
	display: none !important;
}
a.cHideLink {
	color: black;
	text-decoration: none;
}
.cNils {
	width: auto;
	text-align: left;
	white-space: nowrap;
}
.cPageBreak {
	break-before: always;
}
.cPageBreak td {
	font-size: 1px !important;
	margin: 0px !important;
	border: 0px !important;
	padding: 0px !important;
	background-color: #E0E0E0 !important;
}
input:read-only, textarea:read-only {
	background-color: white;
}
table.cHelpBox {
	width: 95%;
	border-collapse: collapse;
}
.cHelpBox tr {
	display: inline !important;
}
.cHelpBox tr.cDoNotPrint {
	display: none !important;
}
.cHelpBox td {
	font-size: 16px;
	width: 100%;
	padding: 5px;
	border-spacing: 5px;
	background-color: white;
	border-color: black;
	border-style: solid;
	border-width: 1px 0px 0px 0;
}
