/* CSS Document */
BODY
{
background-color: #CCCCFF;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;

scrollbar-face-color: #1E146D;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #2352C1;
scrollbar-3dlight-color: #2352C1;
scrollbar-darkshadow-color: #2352C1;
scrollbar-track-color: #2352C1;
scrollbar-arrow-color: #FFD117;
}

/* Contenitori homepage / colonna sinistra    */
	.contenitore_home{
		margin: 10%; 
		background-color: ffffff;
		border: 1px dashed #0000FF;
	}
	.contenitore_home_colsx{
		margin: 10%; 
		background-color: E5E5E5;
	}

	.testo_col_sx{
		margin-left: 10%;
		margin-right: 10%;
		border: 1px dashed #0000FF; 
		text-align:center; 
		font-family: "Trebuchet MS", Arial;
		font-size: 11px;
		color: #999999;
	}
/* ------------------------------------------ */

/* LINKS */
	/* SEMPLICI */
	.linksemplice:visited {
		font-family: "Trebuchet MS", Arial;
		font-size: 12px;
		font-weight: bold;
		color: #1E146D;
		text-decoration: none;
		line-height: 12px;
	}
	.linksemplice:link {
		font-family: "Trebuchet MS", Arial;
		font-size: 12px;
		font-weight: bold;
		color: #1E146D;
		text-decoration: none;
		line-height: 12px;
	}
	.linksemplice:hover {
		font-family: "Trebuchet MS", Arial;
		font-size: 12px;
		font-weight: bold;
		color: #2352C1;
		text-decoration: none;
		line-height: 12px;
	}

	.linkpaginazione:visited {
		font-family: "Trebuchet MS", Arial;
		font-size: 14px;
		font-weight: bold;
		color: #1E146D;
		text-decoration: none;
		line-height: 14px;
	}
	.linkpaginazione:link {
		font-family: "Trebuchet MS", Arial;
		font-size: 16px;
		font-weight: bold;
		color: #1E146D;
		text-decoration: none;
		line-height: 16px;
	}
	.linkpaginazione:hover {
		font-family: "Trebuchet MS", Arial;
		font-size: 18px;
		font-weight: bold;
		color: #2352C1;
		text-decoration: none;
		line-height: 18px;
	}

/* TESTI ------------------------------------------------------- */
	.testonormale {
		font-family: "Trebuchet MS", Arial;
		font-size: 12px;
		color: #333333;
		text-decoration: none;
	}
	
	.testoerrore {
		font-family: "Trebuchet MS", Arial;
		font-size: 12px;
		color: #FF0000;
		font-weight: bold;
		text-decoration: none;
	}

	/* TITOLI */
	.titoloTabella {
		font-family: "Trebuchet MS", Arial;
		font-size: 12px;
		font-weight: bold;
		color: #333333;
		text-decoration: none;
	}
	
	.TitoloBox {
		font-family: "Trebuchet MS", Arial;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
	}
/* ------------------------------------------------------------- */

/* MODULI */
.bottone01 {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: bold;
	color: #1E146D;
	background-color: #CCCCCC;
	border: 1px solid #1E146D;
}

.input1 {
	background-color: #FFFFCC;
	border: 1px solid #58A6E5;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #333333;
}

.combobox {
	background-color: #FFFFCC;
	border: 1px solid #58A6E5;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #333333;
}
/* ------------------------------------------------------------- */


.copyright {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}

.titolo_azienda {
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/* --- TESTO DELLE OFFERTE IN ELENCO ------------------------------ */

	.offerta_contenitore {
		font-family: "Trebuchet MS", Arial;
		/*border: dashed 1px #0000FF;*/
        margin: 0px;
        padding: 5px;
		/*background: #EFEFEC*/
	}
	.offerta_contenitore_col {
		font-family: "Trebuchet MS", Arial;
        margin: 10px;
        padding: 5px;
		background: #FFFFCC
	}

	.offerta_riferimento {
		font-family: "Trebuchet MS", Arial;
		font-size: 10px;
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
	}
	.offerta_titolo {
		font-family: "Trebuchet MS", Arial;
		font-size: 13px;
		color: #0000FF;
		font-weight: bold;
		text-decoration: none;
	}

	.offerta_speciale {
		font-family: "Trebuchet MS", Arial;
		font-size: 15px;
		color: #0000FF;
		font-weight: bold;
		border: dashed 1px #0000FF;
        margin: 0px;
        padding: 5px;
		background: #FFFFCC
	}
	.offerta_speciale_col {
		font-family: "Trebuchet MS", Arial;
		font-size: 10px;
		color: #0000FF;
		font-weight: bold;
		border: dashed 1px #0000FF;
        margin: 0px;
        padding: 5px;
		background: #FFFFBB
	}
	
	.offerta_info {
		font-family: "Trebuchet MS", Arial;
		font-size: 11px;
		color: #333333;
		text-decoration: none;
	}
	.offerta_prezzo {
		font-family: "Trebuchet MS", Arial;
		font-size: 12px;
		color: #333333;
		font-weight: bold;
		text-decoration: none;
	}
	.offerta_testopiccolo {
	font-family: "Trebuchet MS", Arial;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	}
	.offerta_testospeciale {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	}
/* ---------------------------------------------------------------- */

.opentable {
	border: 3px solid #1E146D;
	padding: 5px;
}

/* ---STAMPA DELL'OFFERTA ------------------------------------------ */
	.stampa_testo {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	color: #000000;
	}


/* ---MENU SFUMATO ------------------------------------------ */
	ul.menu3 { 
	width:150px;
	list-style:none; /* elimino i punti elenco */
	margin:0; padding:0; /* elimino i rientri delle liste */
	}
	ul.menu3 li a { 
	display:block; /* il link occupa tutto lo spazio orizzontale */
	text-decoration:none; /* elimino la sottolineatura, che si tratta di un link si capisce dalla struttura */
	padding:0 1em; /* lascia spazio far il bordo del menu e il testo del link */
	height:2em;line-height:2em; /* altezza del link: height e line-height devono avere il medesimo valore */ 
	}
	ul.menu3 li { 
	display:inline;
	background:url(sfumato.png); /*pre-load immagine*/ 
	}
	ul.menu3 li a:link, ul.menu3 li a:visited { 
	background:#ccc;
	color: #009;
	} /* colori per il link */
	ul.menu3 li a:hover, ul.menu3 li a:active { 
	background:#eee url(sfumato.png) 100% 0 repeat-y;
	color:#c00;
	} /* colori per l'effetto roll-over */



