#calendar {
	position:absolute;
	z-index:30;
	width:300px;
}

#calendar_right {
	position:absolute;
	z-index:30;
	width:300px;
	po
	
}

#calendar_right a {
	text-decoration: none;
	cursor:pointer;
}

.cal_titolo {
background-color:#5C1F1F;
color: #FFFFFF;
}

.cal_giorni_nomi {
	background-color: #E3D5B7;
}

.cal_separatore_giorni{
	background-color: Black;
}

.cal_titoli {
	background-color: White;
	text-decoration: none;
}

.cal_corrente {
	background-color: #999999;
	color:  #FFFFFF;
}

.cal_giorno_corrente {
	color: #333333;
}

.cal_numero_giorni {
	color: #333333;
}

.cal_link_est {
text-decoration:none;
}
.cal_content{
	color:  #FFFFFF;
}

#calendar a {
	text-decoration: none;
	cursor:pointer;
}
td {
	line-height:20px;
}
