$( document ).ready(
	function(){
		
		// format specs

		//$( "tr:even" ).css( "background-color", "#dfdfdf" );
		
	}
	
);