 $(document).ready(function()
  {
	  //for table row
	  $("tr:even").css("background-color", "#F4F4F8");
	  $("tr:odd").css("background-color", "#EFF1F1");
  });