$(document).ready(function(){
$(".table1 tr").mouseover(function() {$(this).addClass("over");}).mouseout(function() {$(this).removeClass("over");});
$(".table1 tr:even").addClass("alt");
});



$(document).ready(function() {
		$('.profile_table tr td:nth-child(1)').addClass('first_coll');
		$('.more_descr_user tr td:nth-child(1)').addClass('first_coll2');
});