/*tabella elenco immobili*/

table{
	width:730px;
	margin:0px;
	padding:0px;
	display: table;
	border-collapse:collapse;

}

thead tr{
background-color:#fff;
color:#000033;

padding:5px;
}

th{
padding:5px;

border-bottom:dashed 1px #000033;
text-align:center;
font-size:11px;

}
th.last, td.last{border-right:none;}

td form{
width:25px !important;
	height:24px !important;
margin:0px auto !important; padding:0px !important;
}

td form button{
	
	display:block;
	width:16px !important;
	height:19px !important;
	background-color:transparent !important;
	background-image: url(/images/elementi/ico_lente.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-9000px;
	border:none !important;
	cursor:pointer;
}
tbody tr{
background-color:#fff;
/*COLORE TESTI INTERNO TABELLA*/
color:#000033;
font-size:10px;
padding:5px;
text-align:center;

}
td.sinistra{
text-align:left;
height:45px;
vertical-align:middle;
border-bottom:dotted 1px #000033;
}

td{
height:45px;
vertical-align:middle;
border-bottom:dotted 1px #000033;}
tbody tr:hover{background:#EEF5FC;}
td a{color:#341b18; text-decoration:none;}
td a:hover{color:red;}  

.vis {
	background-color:#FFF;
}