tr.INCOMPLETE {
        color: red;
}
tr.COMPLETE {
        color: green;
}
tr.PHANTOM {
        color: red;
        font-weight: bold;
}
tr.invalid {
        background-color: gray;
}

table.list tr.alert_even {
	background-color: #d9dee6;
    color: red;
}

table.list tr.total {
	background-color: lightgreen;
}

table.list tr.grandTotal {
	background-color: lightgreen;
	border-top-width: 1px;
	border-top-style: dotted;
}

table.list tr.alert_odd {
    color: red;
}