
@media print {
    #stampa_iframe {
        display: block;
        width: 890px;
    }
    #prev_iframe {
        display: none;
    }
table.fruits {
	/* bordo azzurrino #1E7EBE */
	text-align: center;
	border-left: solid 1px #104264;
	border-top: solid 1px  #104264;
	border-bottom: solid 1px  #104264;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border-collapse: collapse;
	width: auto;
	margin-left: 1em; /* Background righe dispari della tabella*/
	/* foreground righe dispari della tabella*/
    color: #000000;
	/*box-shadow: 8px 8px 5px #888888; */
}
/* Background intestazione tabella*/
table.fruits th {
     /* bordo azzurrino #1E7EBE */
	border-right: solid 1px #104264;
	border-bottom: solid 1px #104264;
	background: #104264;
	padding: 2px;
	color: white;
	padding-left: 1em;
	padding-right: 1em;
}
 /* foreground intestazione tabella*/
table.fruits th a {
	color: white;
	text-decoration: none;
}

 /* mouse hover sulle intestazioni di colonna*/ 
table.fruits th a:hover {
	color: darkorange;
	background-color: #104264;
}



/* parametri generali della tabella*/     
table.fruits td {
	/* bordo azzurrino #1E7EBE */
	text-align: center;
	border-right: solid 1px #104264;
	padding: 2px;
}

table.fruits td a {
	color: black;
	text-decoration: none;
}

table.fruits td ul {
	color: black;
	text-align: justify;
	text-decoration: none;
}

 /* righe pari della tabella*/  
table.fruits tr.odd {

    /* foreground righe pari della tabella*/
    color: White;
    background: #336699;
}
#tbl_scelta_preventivo {
	width: 896px;
	margin: 0;
}
}
