initMultiHeader = function() { jQuery("td>span").css("background-color", "white"); jQuery("td:odd").css("background-color", "#ffbbff"); jQuery("td:even").css("background-color", "#bbffbb"); jQuery(".tobago-sheet-headerResize").css({ "background-color":"red", "opacity":0.3 } ); };