removes a css class from the cell of datatable
| id | string | the row id |
| name | string | the column name |
| css_name | string | the name of a css class to remove |
| silent | boolean | if true there is no rerendering after a method call |
$$("mytable").removeCellCss(152, "year", "some_style");