$(document).ready(function(){
	
	/* custom */
	
	$("table.depth1").parent().css("background","#ebedfa");
	$("table.depth2").parent().css("background","#f4f5fd");
	
	/* end of custom */
    
     $(document).ready(function(){
          $('A[rel="open-in-new-window"]').each(function(){
               $(this).attr('target', '_blank');
          });
     });
	
});

