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