
.textbox{
	background-color: #FFFFFF;
	border: 1px solid #2C3532;
	font-family: "Courier New", Courier, mono, monospace, Helvetica, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left: 2px;
}

.bottone{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	background-color: #2C3532;
	background-image: url(../../img/sf_verde.gif);
	background-repeat: repeat-x;
	border: 1px solid #E9F0FF;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}
.gw{
	background-color: #FFFFFF;
}

/*
----------------- STILI PER CALENDARIO
*/

.mese{
	font-family: Arial, Helvetica, sans-serif;
	font-size:  small;
	color: #333333;
	text-decoration: none;
	background-color: #E9BE47;
	
}
.tipogiorno{
	font-family: Arial, Helvetica, sans-serif;
	font-size:  small;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	background-color: White;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;

}
.giorno{
	font-family: Arial, Helvetica, sans-serif;
	font-size:   x-small;
	font-weight:  normal;
	color: #000000;
	background-color: white;
	text-decoration: none;
}
.giorno a{
	text-decoration: none;	
}
.giornoAltroMese{
	font-family: Arial, Helvetica, sans-serif;
	font-size:   x-small;
	font-weight:  normal;
	color: Blue;
	background-color:  #CCCCCC;
}
.giornoAltroMese a{
	text-decoration: none;
}
.giornoSelezionato{
	font-family: Arial, Helvetica, sans-serif;
	font-size:    x-small;
	font-weight:  bold;
	color: #FFFFFF;
}
.giornoSelezionato a{
	text-decoration: none;
}
.giornoFestivo{
	color: #FF3333;
	font-weight: bold;
}
.giornoFestivo a{
	color: #CC0000;
	
}

/*
----------------- STILI PER CALENDARIO
*/
