/* Calendar CSS: Creative Common License http://www.digitalwaters.net */

.cal_table {
	background-color: #EBE1AB;
	border: 0px dotted #aaa;
}

.cal_header_table {
	border-bottom: 0px dotted #aaa; 
}

.cal_days_table {
	border: 1px dotted #aaa;
	background-color: #FFFFF9;
}

.cal_header, .cal_arrow {
	font: bold 10pt "Trebuchet MS", Arial, Impact;
    text-align: center;
}

.cal_arrow a { 
	font-weight: bolder;
	text-decoration: none; 
	color: #B30F0F; /*colore freccie*/
}

.cal_mese a { 
	font-weight: bolder;
	text-decoration: none; 
	color: #B30F0F; /*colore mese*/
}
.cal_header a { 
	font-weight: bolder;
	text-decoration: none; 
	color: #0C6Fa3; /*colore nome mese*/
}

.cal_arrow a:hover, .cal_arrow a:active,
.cal_header a:hover, .cal_header a:active {
	text-decoration: underline;
} 
	
.cal_day_header {
	text-align: center;
	color: #990000; /*colore lettere giorno settimana*/
	font-family: "Trebuchet MS", Arial, Impact;
	font-size: 9pt;
	font-weight: bold;
}

.cal_day {
	text-align: center;
	color: #009900; /* colore giorni*/
	font-family: "Trebuchet MS", Arial, Impact;
	font-size: 9pt;
}

.cal_this_day {
	font: 9pt "Trebuchet MS", Arial, Impact;
	text-align: center;
	color: #333333;
	border: 1px solid #8ad; /* colore sfondo giorno cerrente */
	background-color: #CCFFFF;
	font-weight: bolder;
}

.cal_day_highlight {
	text-align: center;
	color: #f00;
	border: 1px dotted #dde; /* colore sfondo giorni occupati*/
	font-family: "Trebuchet MS", Arial, Impact;
	font-size: 9pt;
	text-decoration: none; 	
	/*background-color: #FFFFFF;*/
	font-weight: bolder;	
}

.cal_day_highlight2 {
	text-align: center;
	color: #00FF00;
	border: 1px dotted #dde; /* colore sfondo giorni Liberi*/
	font-family: "Trebuchet MS", Arial, Impact;
	font-size: 9pt;
	/*background-color: #FFFFFF;*/
	text-decoration: none;
	font-weight: bolder;
}
.cal_day_highlight3 {
	text-align: center;
	color: #333333;
	border: 1px dotted #dde; /* colore sfondo giorni Last*/
	font-family: "Trebuchet MS", Arial, Impact;
	font-size: 9pt;
	text-decoration: none;
	background-color: #FFFF00;
	font-weight: bolder; 	
}
.cal_day_highlight4 {
	text-align: center;
	color: #333333;
	border: 1px dotted #dde; /* colore sfondo giorni Special*/
	font-family: "Trebuchet MS", Arial, Impact;
	font-size: 9pt;
	text-decoration: none;
	background-color: #FFCCFF;
	font-weight: bolder; 	
}

a.info{
    position:relative; 
    //z-index:25;
    color:#000;
    text-decoration:none}

a.info:hover{//z-index:24; }

a.info span{display: none}

a.info:hover span{
    display:block;
    position:absolute;
    top:1em; left:1em; width:10em;
    border:1px dotted #aaa;
    background-image: url( bg.png );
    padding: 3px 7px 4px 6px;
	text-align: center}
A:Visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;color:#333333; text-decoration:none
}
