body {
	font: 9pt sans-serif;	
	margin: 0px;
}

#content {
	margin: 0px;
}

#header {
	display: none;
}

#toolbar {
	display: none;
}

nav.picnic {
	display: none;
}

.noPrint {
	display: none;
}

#filtering {
	display: none;
}
#filtering-accordion {
	display: none;
}

#filtering-print {
	display: block;
}

thead {display: table-header-group;}
tfoot.totals {display: table-row-group;}
tbody {page-break-inside:avoid; page-break-after: auto;}

h1,h2,h3,h4 {
	text-align: center;
}

h2,h3,h4 {
	margin: 0px;
}

#report_table {
	width: 100%;
}
table.report_table {
	width: 100%;
}

table.smaller_font {
	font-size: 85%;
}


table,tr,td,th {
	border: none;
	padding: 0px;
	padding-right: 5px;
}
td {
	padding-right: 5px;
}

a {
 text-decoration: none;
  color: black;
}

div.div-box-toolbar {
	display: none;
}

.line-above {
  border-top: 1px solid black;
}

.line-below {
  text-decoration: underline;
}

tr.bottom-border {
	border-bottom: 1px solid black;
}