/*--------------------------------------------------------------------------*
  
  zebraTable.js Version1.1 update( 2009 07 03 )
  
  MIT-style license.

  Copyright (c) 2009 Minoru Hayakawa E-riverstyle Design

  For details, see the web site:
  http://blog.e-riverstyle.com/
  
--------------------------------------------------------------------------*/
$(function(){
	$("tr:odd").css("backgroundColor","#f5f6f7"); 
});

$(function(){
	$("tr:first").css("backgroundColor","#fff"); 
});

