@media screen, print {
	*.evidenzia {
		background-color:#FDB813;	
		font-weight: bold;		
	}
	
	H2.evidenzia {
		height: 30px;
		padding: 8px;
		color:black;
		text-align: center;
	}
	
}
	
@media screen {
	/*------- TABELLA PER GLI ELENCHI 	*/
	TABLE.elenco {
		border: 0px;
		border-left: solid 1px #FDB813;
		border-right: solid 1px #FDB813;
	}
		
	TABLE.elenco TH {
		border: 0px;		
		background-color:#FDB813;
	}
	
	TABLE.elenco TD {
		border: 0px;		
		border-bottom: solid 1px #FDB813;
	}	
	/*------- FINE TABELLA PER GLI ELENCHI 	*/
		
	/*------- TABELLA PER LE SCHEDE 	*/
	TABLE.dettaglio {
		empty-cells: show;
		border: 0px;
		border: solid 1px #FDB813;
	
	}
	
	TABLE.dettaglio  TH {
		border: 0px;	
		background-color:#FDB813;
	}
	
	TABLE.dettaglio TBODY TH {
		border-top: solid 1px white;	
	}
	
	TABLE.dettaglio TD {
		background-color:white;	
		border: 0px;	
		border-top: solid 1px #FDB813;	
	}
	
	TABLE.dettaglio TBODY  TR:first-child TH {
		border-top: solid 1px white !important;	
	}
	
	TABLE.dettaglio TBODY  TR:first-child TD {
		border-top: solid 1px white !important;	
	}
	/*------- FINE TABELLA PER LE SCHEDE 	*/
}

@media print {
	/*------- STAMPA TABELLE 	*/
	TABLE.dettaglio, TABLE.elenco {
		border-left: solid 1px black;
		border-top: solid 1px black;
		border-bottom: solid 0px black;
		border-right: solid 0px black;
	}
	
	TABLE.dettaglio TH, TABLE.dettaglio TD, TABLE.elenco TH, TABLE.elenco TD {
		border-bottom: solid 1px black;
		border-right: solid 1px black;		
	}
	
	TABLE.dettaglio TH, TABLE.elenco TH {
		background-color: gray;	
	}	
	/*------- FINE STAMPA TABELLE 	*/

}
