/* marked table rows */
li.marked {
	opacity: .99;
    filter: alpha(opacity=99);
	color : red;
}




