$(document).ready(function(){
  $('#colLeft tbody tr:even').css('background-color','#dddddd');
});
