/*testo titolo inserito da utente */
#listino_testoSopra {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:underline;

}

/*colore griglia interna */
#contenitore_listino {
	background-color:#FFFFFF;
}

/*colore bordo tabella */
#listino_tabella {
	
	border: 1px #FFFFFF solid;	
}

/*stile angolo sinistro */
#listino_testoAngolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#333399;
	color:#ffffff;
}

/*stile celle date listino */
#listino_contenitore_date {
	background-color:#333399;
}

/* stile testo date listino */
#listino_data {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff}

/* stile nome camere */
#listino_camera {
	background-color:#333399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/*stile trattamento sigle */
#listino_trattamento {
	background-color:#333399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

/*stile PREZZI */
#listino_prezzo {
	background-color:#333399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/*stile TESTO LISTINO INSERITO DA UTENTE */
#listino_testoSotto{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
}

