﻿
body {
	background: none;
	color: black;
	font-family: Arial, "Segoe UI", Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
}

.noprint {
	display: none;
}

.pagebreak {
	page-break-before: always;
}

input[type="submit"],
input[type="button"],
input[type="reset"],
button {
	display: none;
}

a {
	display: none;
}

title{
	display: none;
}

.printnoborder input {
	border: none;
}

.printnoborder select {
	border: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
thead select {
	display: none;
}

.readonly {
	background-color: transparent;
	color: black;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.reportcriteria {
	text-align: center;
}