.table_registro
{
    width:100%;

}

.table_registro th
{
    height: 10px;
    border: 1px solid #424c42;
    text-align: center;
}

.table_registro td{
    border: 1px solid #424c42;
}

.table_registro tr:hover{
    background-color: #F7F7F7!important;
}
.sfondo_2{
    background-color: #F0F6C6!important;
    text-align: center!important;
}

.no_sfondo{
	text-align: center!important;
}
.entrata{
    border-right: 2px solid #424c42!important;
}
.pm{
    border-bottom: 2px solid #424c42!important;
}

.sfondo{
    background-color: #EDFA9E!important;
}

.table_registro tr{
    border: 1px solid #424c42;
}


.anagrafica_tabella{
	border-collapse:collapse;
	width:100%;
        background-color:#424c42;

}

.anagrafica_tabella td{
	border-right: 1px solid #E4E9EC;
        color:#4e4e4e;
	
        

}



.anagrafica_tabella tr{
	border:1px solid #e6e6e6;
	background-color:#f7f7f7;
	color:#4e4e4e;
       
        
}



.contatti_tabella{
	border-collapse:collapse;
	width:98%;
        background-color:#424c42;

}

.contatti th{
	background-color:#e6e6e6;
	font-size:12px;
	color:#4e4e4e;
	text-align:left;
	padding-left:10px;
       
}

table{
	border-collapse:collapse;
	width:100%;
        background-color:#424c42;

}

#table_registro{
	width:100%;
        background-color:#424c42;
        border-collapse:separate;
}

#table_registro td{
	border-right: 1px solid #E4E9EC;
        color:#4e4e4e;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;

}

tr{
	border:1px solid #e6e6e6;
	background-color:#f7f7f7;
	color:#4e4e4e;
}
th{
	background-color:#e6e6e6;
	font-size:12px;
	color:#4e4e4e;

}
th{
	text-align:left;
	padding-left:10px;
}
th.url{
	padding-left:40px;
}
td{
	border-right: 1px solid #E4E9EC;
        color:#4e4e4e;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;

}
.odd
{
    background-color: #ddd;
}
tr:hover
{
    background-color: #B0C4DE;
}
td a{

	color:#4e4e4e;
	text-decoration:underline;
}
td a:hover{
	text-decoration:none;
}

td.denominazione{
	background-image:url(img/pallino.png);
	background-repeat:no-repeat;
	padding-left:20px;
	background-position:10px 12px;
}

td a.modifica{
	padding-left:20px;
	background-image:url(img/modifica.png);
	background-repeat:no-repeat;
}
a.add{
	padding-left:25px;
	background-image:url(img/add.png);
	background-repeat:no-repeat;
	background-position:10px 0px;
}
a.del{
	padding-left:25px;
	background-image:url(img/del.png);
	background-repeat:no-repeat;
	background-position:10px 0px;
}
.ricerca{
	width:110px;
	margin-right:15px;
}
