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

