html,body{margin: 0;padding:0; width:100%; height:100%;}
body{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,'Lucida Sans', Geneva, Arial, sans-serif;
	text-align:center;
 	line-height: 18px;
 	font-size:12px;
}

div#container{
	position:relative;   
	height: 100%;
	margin: 0 auto;
    text-align: left;  
}


.link_nav {
	font-size:11px;
	text-decoration:none;
	color:#747474;
}
.link_nav:hover {
	text-decoration:none;
	color:#000000;
}

.link_nav_red {
	font-size:11px;
	text-decoration:none;
	color:#ff0000;
}

 



.link_email {
	font-size:11px;
	text-decoration:none;
	color:#747474;
}
.link_email:hover {
	text-decoration:none;
	color:#FE0000;
	text-decoration:underline;

}

.link_portfolio {
cursor:pointer; text-decoration:none; color:#747474;
}
.link_portfolio:hover {
cursor:pointer; text-decoration:none; color:#000000;
}
 
 
.img_allegato {
background-image:url(media/allegatonew.gif);
background-repeat:no-repeat;
width:72px;
height:20px;
cursor:pointer; 
text-decoration:none;
}

.img_allegato:hover {
background-image:url(media/allegatonewred.gif);
background-repeat:no-repeat;
width:72px;
height:20px;
cursor:pointer; 
text-decoration:none;
}
 
.img_info {
background-image:url(media/info.gif);
background-repeat:no-repeat;
width:44px;
height:20px;
cursor:pointer; 
text-decoration:none;
}

.img_info:hover {
background-image:url(media/infonewred.gif);
background-repeat:no-repeat;
width:44px;
height:20px;
cursor:pointer; 
text-decoration:none;
}
 
.img_profilo {
background-image:url(media/icona_profilo.gif);
background-repeat:no-repeat;
width:18px;
height:22px;
cursor:pointer; 
text-decoration:none;
}

.img_profilo:hover {
background-image:url(media/icona_profilored.gif);
background-repeat:no-repeat;
width:18px;
height:22px;
cursor:pointer; 
text-decoration:none;
}
 
 
.img_lavori {
background-image:url(media/lavoricliente.gif);
background-repeat:no-repeat;
width:88px;
height:22px;
cursor:pointer; 
text-decoration:none;
}

.img_lavori:hover {
background-image:url(media/lavoriclientered.gif);
background-repeat:no-repeat;
width:88px;
height:22px;
cursor:pointer; 
text-decoration:none;
}
 



.link_scat {
	font-size:12px;
	text-decoration:none;
	color:#747474;
 }
.link_scat:hover {
	font-size:12px;
	text-decoration:none;
	color:#000000;
	
 }
.row_over {
	background-color:#ffffff;
 }
.row_over:hover {
	cursor:pointer;
	background-color:#EBEBEB;
	font-weight:normal;
}
 
 



