/*  This style sheet overrides/extends core module CSS  */

/* Update Status */
.update-status tr.error td {
	background: #FFCCCC none repeat scroll 0 0 !important;
	}
	
.update-status tr.ok td {
	background: #DDFFDD none repeat scroll 0 0 !important;
	}
	
.update-status tr.warning td {
	background: #FFFFDD none repeat scroll 0 0 !important;
	}