jQuery(document).ready(function($){$("table.tec-calendar tbody tr").each(function(index){$(this).find("td:gt(3)").addClass("tec-right");});$("table.tec-calendar .tec-event a").hover(function(){if($.browser.msie&&$.browser.version==6.0){var bottomPad=$(this).parents("td").outerHeight()+5;}
else{var bottomPad=$(this).outerHeight()+18;}
$(this).next(".tec-tooltip").css('bottom',bottomPad).fadeIn(300);},function(){$(this).next(".tec-tooltip").fadeOut(100);});});
