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

}

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

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

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

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

/* 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:#FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

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

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

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

