/* event styles */
.invoice_overdue td {
	color: #ff0000 !important;
}
.invoice_due td {
	//color: #680000 !important;
}
.invoice_paid {
	text-decoration:line-through;
	opacity:0.6; filter:alpha(opacity=60);
}
