#report_table, #aging {
	margin-top: 10px;
	border-collapse: collapse;
	width: 100%;
}

#report_table thead td, #aging thead td, #report_table thead th, #aging thead th {
	background-color: #ccc;
	color: #666;
	font-weight: bold;
}

#report_table td, #aging td, #report_table th, #aging th {
	padding: 5px;
	white-space: nowrap;
	font-size: 10px;
}

#report_table tr.foot td, #aging tr.foot td {
	border-top: 1px solid #c1c1c1;
	font-weight: bold;
}

#report_table th, #aging th {
	cursor: hand;
	cursor: pointer;
}

th {
	text-align: left;
}

td.right, th.right {
	text-align: right;
}
td.center, th.center {
	text-align: center;
}

.errorinput {
	border: 1px solid red;
}
