th {
	height: 20px;
}

.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}
.testobianco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
}
.testorosso {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
.prezzo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: right;
}
.sfondo2 {
	background-color: #FF9966;
}
body {
	background-color: #FFCC99;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tabella_generale {
	height: 98%;
	width: 100%;
}
.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

.tabella_principale {
	width: 1024px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FF9966;
}
.sfondo1 {
	background-color: #CCCC66;
}
.bottone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #CCCC66;
}
.bottone2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FF9966;
}
.sfondo3 {
	background-color: #336600;
}
.sfondo4 {
	background-color: #CCCC99;
}

img {
	border: none;
}

.sfondo_bianco {
	background-color: #fff;
}


.rule {
	border-bottom: solid 2px #CCCC66;
}

.mesecorrente {
	color: #f00;
}

.mesecorrente_oggi{
	border: solid 2px #f00;
}

.mesepassato {
	color: #6F6F6F;
}

.meseprossimo {
	color: #000;
}

.testo th {
	text-align: center;
}

th.nomeappartamento {
	text-align: right;
}

/*
CLASSI DELLE CELLETTINE DEI GIORNI PER IL CALENDARIO
*/

.calendario td {
	height: 15px;
	text-align: center;
}

.calendario td a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}


.cal_libero {
	background-color: #fff;
	border: solid 1px #777;
}

.cal_sabato {
	background-color: #FF9966;
	border: solid 1px #DF6529;
}

.cal_opzionato {
	background-color: #FFFF00;
	border: solid 1px #FF9900;

}

.cal_prenotato {
	background-color: #f00;
	border: solid 1px #700;
}






.cal_oggi {
	border-width: 2px;
}

.cal_mesescorso {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.cal_meseprossimo {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}



.evidenza {
	font-weight: bold;
	font-size: 14px;
	color: #f00;
}


