IE: table and jquery-ui

IE: table and jquery-ui

Hi,

Working with jquery-ui, i tried a lot in firefox and chrome and after some time i found some IE issues.
The last one which I couldn't get solved so far, is the TR rows' background-color. It's set by a css-class and the class is added by 

$("#... tr:even").addClass("etable-tr-even");
$("#... tr:odd").addClass("etable-tr-odd");

to make it look like a zebra table...

However, even trying display:block and other tricks failed, so I post here...

The HTML with the table without bg-color can be seen at: http://tiny.cc/ietable

Looking forward to response.
Thanks for advice.
Kind regards