/*	-----------------------------------------------
PER NESSUN MOTIVO MODIFICARE QUESTO FILE A MANO
----------------------------------------------- */
.SFONDO{
	 text-align: center;
	 background: rgb(136,136,136);
	 color: rgb(0,0,0);
	 direction: ltr;
	 alink: rgb(0,0,99);
	 link: rgb(0,0,99);
	 vlink: rgb(0,0,99);
 }
 .c1{
	 position:absolute;
	 left:10px;
	 top:10px;
 }
.CAL_APP_ON{
	 text-align: center;
	 background: rgb(255,180,180);
	 color: rgb(0,0,0);
 }
.CAL_APP_OFF{
	 text-align: center;
	 background: rgb(170,170,170);
	 color: rgb(0,0,0);
 }
.CAL_APP_DAY_ON{
	 text-align: center;
	 background: rgb(255,0,0);
	 color: rgb(0,0,0);
 }
.CAL_APP_DAY_OFF{
	 text-align: center;
	 background: rgb(170,0,0);
	 color: rgb(0,0,0);
 }
.CAL_DEY_NULL{
	 text-align: center;
	 background: rgb(204,204,204);
	 color: rgb(0,0,0);
 }
.CAL_DOM{
	 text-align: center;
	 background: rgb(190,0,0);
	 color: rgb(255,180,180);
 }
.CAL_SAB{
	 text-align: center;
	 background: rgb(150,0,0);
	 color: rgb(255,180,180);
 }
.CAL_DAY{
	 text-align: center;
	 background: rgb(0,0,0);
	 color: rgb(255,180,180);
 }

