@charset "utf-8";
/* CSS Document */

.noBorder{
	border:0px;
}

.lin{
	list-style:decimal;
}

.tableWidth100{
	width:100%;
}

.tableWidth50{
	width:50%;
}

.generico{
	display:block;
	float:left;
}

.foto{
	display:block;
	float:left;
	width:100px;
	text-align:left;
}

.hover div{
	display:block;
	float:left;
	width:663px;
	/*cursor:pointer;
	background-color:hidden;*/
}

.hover:hover div{
	/*cursor:pointer;
	background-color:#cdd6d8;*/
}

.formLeftSpace{
	margin-left:15px;
}

td.tdHover{
	cursor:pointer;
}

td.tdHover:hover{
	cursor:pointer;
	background-color:#cdd6d8;
}

td.tdHoverBio{
	cursor:pointer;
}

td.tdHoverBio:hover{
	cursor:pointer;
	background-color:#c4ced1;
}

td.altezza001{padding-top:5px; padding-bottom:5px;}

.form{
	width:693px;
	text-align:left;
	background-image:url(../img/bg_form.gif);
}

.nounderline{
	text-decoration:none;
}