#reportheadline {
	position: relative;
	color: #000;
	border-bottom: 1px solid #000;
	margin: 0 0 2em 0;
}
.reportheadline {
	position: relative;
	color: #000;
	border-bottom: 1px solid #000;
	margin: 0 0 2em 0;
}
h1 {
	color: #000;
	font-size: 1.5em;
	margin: 0 0 .3em 0;
	float: left;
}
table.reportdata {
	font-size: 11px;
	border: 2px solid #ccc;
	border-left: 0;
	border-right: 0;
}
table.reportdata {
	background-color: #fff;
	border-collapse: collapse;
	width: 700px;
}
table.reportdata tr.headrow th {
	background-color: #fff;
	border-bottom: 2px solid #ccc;
	text-align: left;
	padding: 4px 8px;
	font-size: 10.5px;
}
table.reportdata tr.odd {
}
table.reportdata tr td {
	padding: 4px 8px;
	font-size: .95em;
	vertical-align: top;
	font-size: 10.5px;
}
table.reportdata tr.even td {
	background-color: #efefef;
}
table.reportdata tr.inforow {
}
table.reportdata tr.functionrow {
	color: #000;
}
table.reportdata tr.functionrow a {
	font-size: .9em;
	color: #bbb;
	border-bottom: 1px dotted #bbb;
}
table.reportdata tr.functionrow span.emptyfunction {
	color: #bbb;
	font-size: .9em;
}
table.reportdata tr th.sortcolumn {
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
}
table.reportdata tr td.sortcolumn {
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
}
table.reportdata tr.lastrow td.sortcolumn {
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 2px solid #ccc;
}
table.reportdata tr.headrow th.sortnext {
	border-right: 2px solid #ccc;
}
table.reportdata tr .sortnext {
	border-right: 2px solid #ccc;
}
table.reportdata td.negative {
	color: #000;
}
table.reportdata tr.shipmentaddressrow {
	color: #ccc;
}
table.reportdata caption {
	background-color: #fff;
	border: 2px solid #ccc;
	border-bottom: 0;
	color: #000;
	font-family: "trebuchet ms";
	font-size: 1.2em;
	font-weight: bold;
	padding: 1em;
}
table.reportdata tfoot {
	border-top: 2px solid #ccc;
	color: #000;
}
table.reportdata tfoot a {
	color: #000;
}
table.reportdata tfoot a.currentpage {
	text-decoration: underline;
}
table.reportdata td.active {
	color: #000;
}
table.reportdata td.inactive {
	color: #000;
}
.extradetail { }
.hiddendetail {
	display: none;
}
.showndetail {
	display: block;
}
#start_date_button {
	display: none;
}
#end_date_button {
	display: none;
}
textarea.displayonly {
	border: 0;
	color: #000;
	background-color: #fff;
}
div.actionwrap {
	display: none;
}

