*, html {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
body {
   background: none;
	margin-top: 0;
  -webkit-print-color-adjust:exact;
  color: #000000;
}
div.menu,
ol.tree,
#help {
	display: none;
}
div.header,
div.breadcrumbs {
	padding-top: 0;
	margin: 0;
	background: none;
	background-image: none;
}
a {
	text-decoration: none;
	color: black;
}
div.view {
	border: solid 1px #666666;
	padding: 0;
}
table.data,
table.data th,
table.data td {
	border: solid 1px;
}
tr.alternate_row td,
tr.alternate_row th {
   background-color: #eaeaea;
}
.border,
.borders,
table.borders th,
table.borders td {
	border: solid 1px #000;
}
table.borders {
	padding: 0;
	border-collapse: unset;
}
.border_top,
.border_top td,
.border_top th {
	border-top: solid 1px;
}
.border_bottom,
.border_bottom td,
.border_bottom th {
	border-bottom: solid 1px;
}
input,
textarea {
	border: inset 1px;
	font-size: 1em;
	padding: 2px;
}
select {
	border: inset 1px;
	font-size: inherit;
   min-width: 10em;
}

.button,
.hide_from_print {
	height: 0;
	width: 0;
	visibility: hidden;
	display: none;
}
.footer {
	/*position: fixed;
	bottom: 0;*/
	left: 8px;
   margin-top: 0.5em;
	width: 100%;
}
.break_before {
	page-break-before: always;
	border: 1px solid #fff;
}
.break_after {
	page-break-after: always;
	border: 1px solid #fff;
}
.no_break,
table.no_break,
table.no_break tr,
tr.no_break {
	page-break-inside: avoid;
}
.report_container {
	min-height: 260mm;
	width: 180mm;
	page-break-inside: avoid;
/*	page-break-after:always;*/
	border: solid #fff 1px;
	position: relative;
}
.report_container_landscape {
	min-height: 173mm;
	width: 267mm;
	page-break-inside: avoid;
/*	page-break-after:always;*/
	border: solid #fff 1px;
	position: relative;
}
.report_body {
	min-height: 240mm;
	width: 100%;
	border: solid #fff 1px;
	page-break-inside: avoid;
}
.report_body_landscape {
	min-height: 153mm;
	width: 100%;
	border: solid #fff 1px;
	page-break-inside: avoid;
}
.report_footer {
	min-height: 20mm;
	width: 100%;
	border: solid #fff 1px;
	page-break-inside: avoid;
	position: relative;
	bottom: 0;
}
