/* hide screen only elements */

#page_header,
#page_footer,
#admin_menu,
.report_options {
	display: none;
}

#admin_content {
	width: 100%;
}

h2#report_ref {
	display: none;
}

.report_body {
	width: 95%;
	margin: 0 auto;
}

#report_meta {
	padding-top: 10px;
}

#report_meta li {
	display: block;
	text-align: right;
	line-height: 1.4em;
	margin: 0.4em;
}

dl#incident_report dt {
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px solid #000;
	padding: 2px 0;
	margin-bottom: 0.4em;
}

dl#incident_report dd {
	font-size: 1em;
	margin: 1em;
	line-height: 1.6em;
}

.report {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: #000 !important;
	background-color: #FFF !important;
}

.report ul,
.report form,
.report h3#contents {
	display: none;
}

.report .chart {
	width: 100% !important;
	margin: 2em auto !important;
}

.report a {
	color: #000 !important;
	text-decoration: none !important;
}

.report table {
	width: 95%;
	margin: 2em auto;
	border: 1px solid #CCC;
}

.report table th {
	background-color: #000;
	color: #fff;
	padding: 4px;
	text-align: center;
}

.report table td {
	padding: 4px;
	text-align: center;
	background-color: #fff;
	color: #444;
}

.report table tr.even td {
	background-color: #DDD;
	color: #000;
}

.report table tr.totals td {
	border-top: 1px solid #CCC;
	color: #000;
	font-weight: bold;
}