table.report {
	font-size:.7em;
}

div.picker {
	margin:.8em 0 .8em 0;
	background:#eee;
	padding:4px;
	font-size:12px;
	border:1px outset #eee;
}

div.picker select {
	font-size:12px;
}

table.report thead tr td {
	font-weight:bold;
	border-bottom:1px solid #000;
	padding:2px;
}

table.report tbody tr.r1 td {
	background:#eee;
	padding:2px;
	color:#000;
}
table.report tbody tr.r2 td {
	background:#fff;
	padding:2px;
	color:#000;
}
