removes a css class from the row
$$("mytable").removeRowCss(152, "some_style");
Works as a short alias for the removeMark method.