.calendar
{
	position : absolute;
	left:100px;
	top:100px;
	width:241px;
	height:201px;
	z-index:200;
	background-color:#ffffff;
	background-image:url('../images/sfondo.jpg');
	visibility:hidden;
	overflow:hidden;
	font-family:verdana;
}

.calMainTable
{
	font-size :11px;
	color:#000000;
	text-decoration : none;
	font-weight:bold;
	height:200px;
	width:240px;
}  
.calTop 
{
	color :#ffffff;
	background-image:url('../images/sfondoTop.jpg');
	width:100%;
}
.calCorpo
{
	color : #ffffff;
	width:100%;
}
.calMese
{
	text-align:center;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}
.calAnno
{
	text-align:center;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}

/*nome dei giorni della settimana in alto*/
.calNomeGiorni
{
	font-size : 11px;
	color :#000000;
	font-weight:bold;
	background-color:#bbbbbb;
	background-image:url('../images/sfondoGiorni.jpg');
	background-repeat:repeat-x;
	height:22px;
}

/*giorni festivi*/
.calWeekend 
{
	font-size : 11px;
	height:20px;
	color :#ffffff;
}
.calWeekend a
{
	font-size :11px;
	color:#999999;
	text-decoration : none;
	font-weight:bold;
}  
/*giorni feriali*/
.calGiorno
{
	font-size : 11px;
	color :#ffffff;
	height:20px;
}
.calGiorno a
{
	font-size :11px;
	color:#000000;
	text-decoration : none;
	font-weight:bold;
}  
/*giorno prescelto*/
.calOggi 
{
	font-size : 11px;
	height:20px;
	color :#ffffff;
}
.calOggi a
{
	font-size :11px;
	color:#FF9231;
	text-decoration : none;
	font-weight:bold;
}  

/*giorni della settimana in alto*/
.calBottom
{
	font-size : 11px;
	color :#000000;
	font-weight:bold;
	background-color:#bbbbbb;
	background-image:url('../images/sfondoGiorni.jpg');
	background-repeat:repeat-x;
	height:22px;
	width:100%;
}
.calBottom a
{
	font-size : 11px;
	color :#000000;
	text-decoration:none;
	
}










