Skin Builder

I built a new skin for grid using Skin Builder. It is working fine. However, I want the row color (the zebra pattern) to be a different color than the header color. I tried replacing all colors in the css, but none changed the row colors. Can you please point me to the element in css that I should change? Thanks.

Please, try to use:

div.gridbox_dhx_skyblue.gridbox table.obj{ background:red; }

or the second attribute of the setStyle() method:
docs.dhtmlx.com/api__dhtmlxgrid_setstyle.html