/*------------------------------------
 TABELLE 
------------------------------------*/
table.generica {
	border-collapse: collapse; 
	border: solid 1px black;
	border-spacing: 0;
	background-color:white;		
	width:100%;
}

table.generica TD {
	border: solid 1px black;
	padding: 5px;	
	width: auto !important;	
	background-color: #F7F7F7;	
}

table.generica TH {	
	background-color: #E7E7E7;
	border: solid 1px black;
	padding: 5px;		
	text-align:left !important;
}

/*------------------------------------
 TABELLE ELENCO
------------------------------------*/
table.dati_elenco {

	border-collapse: collapse; 
	border-spacing: 0;
	background-color:white;		
	width:100%;
}

table.dati_elenco TD {
	border: solid 1px black;
	padding: 5px;	
		background-color: #F7F7F7;	
}

table.dati_elenco TH {	
	background-color: #E7E7E7;
	border: solid 1px black;
	padding: 5px;		

}

table.dati_elenco TD.col_cmd, table.dati_elenco TH.col_cmd {
	white-space:nowrap ! important;
}

/*------------------------------------
 TABELLE DETTAGLIO
------------------------------------*/
table.dati_dettaglio {
	border-collapse: collapse; 
	border-spacing: 0;
	background-color:white;	
	width:100%;	
}

table.dati_dettaglio TD {
	border: solid 1px black;
	padding: 5px;	
	width:100%;
	background-color: #F7F7F7;	
}

table.dati_dettaglio TD.dati {
	width:100%;
}

table.dati_dettaglio TH {	
	border: solid 1px black;
	padding: 5px;	
	background-color: #E7E7E7;
	text-align:right;
}


