
/* DCSS STUFF */


.ui-table tr.not_seen {
	background: #eaffea;
}
.ui-table tr.grey.not_seen {
	background: #eaffea;
}
.ui-table tr.changed_last_seen {
	background: #ffeaea;
}
.ui-table tr.grey.changed_last_seen {
	background: #ffeaea;
}


.ui-table tr.ui-selected {
	background: #adc8e8 !important;
}



.event.private {
	background: #000000 !important;
}
