/* $Id$ */
tr.unapproved {
	background-color:#FFFFE0 !important;

}
tr.white {
	background-color:white !important;

}
tr.alerted {
	background-color:#ffb1b1 !important;

}
.unapprove {
	color:#D98500 !important;
}
.approve {
	color:#006505 !important;
}
.delete {
	color:red !important;
}
.smaller {
	font-size:0.9em;
}