@charset "utf-8";
/* CSS Document */
/*******************************
     CALENDARIO APERTO
*******************************/

#calendarlinebox{
	border-bottom:1px solid #ccc;
	background-color:#FFF;
}
#apri_calendario{
    background-position: -70px 9px;
    background-repeat: no-repeat;
    color: #666666;
    cursor: pointer;
    font-size: 12px;
    outline: medium none;
    padding: 13px 22px 2px 26px;
    text-decoration: underline;
}
.calendario_aperto{
	width:294px;
	margin:10px 0 0 0;
	padding:0;
}
.calendario_aperto .cal_linea{
	width:294px;
	height:42px;
	margin:0;
	padding:0;
	background-color:#fff;

}
.cal_data_giorno{
	width:42px;
	height:42px;
	float:left;
	text-align:center;
	position:relative;
	font-family:Times, serif;
	background-position:0 -364px;
	background-repeat:repeat-x;
	position:relative;
	display:block;
}
.cal_selected{
	margin:-8px;
	height:46px;
	width:56px;
	padding-top:8px;
	z-index:1100;
	float:left;
	text-align:center;
	position:relative;
	font-family:Times, serif;
	background-position:1px 1px;
	background-repeat:repeat-x;
	position:relative;
	display:block;
}
.cal_selected a{
	height:46px;
	width:56px;
	text-decoration:none;
	display:block;
	cursor:pointer;
	color:#666;
	position:relative;
	z-index:0;
}
.cal_data_giorno a{
	width:42px;
	height:42px;
	text-decoration:none;
	display:block;
	cursor:pointer;
	color:#666;
	position:relative;
	z-index:0;
}
.cal_linea{
	background-position:-319px -479px;
	background-repeat:no-repeat;
}
.cal_data_giorno a strong{
	color:#000;
}
/*.calendario_aperto */
.cal_data_giorno a:hover{
	position:absolute;
	z-index:1000;
	background-position:1px 1px;
	background-repeat:no-repeat;
	top:-8px;
	left:-8px;
	height:56px;
	width:56px;
	overflow:hidden;
	display:block;
	text-decoration:none;
	cursor:pointer;
}
/*.calendario_aperto */
.cal_data_giorno a:hover span{
	margin-top:8px;
}
.data_num{
	font-size:27px;
	line-height:19px;
	margin:0;
	padding:0;
	display:block;
	padding-top:5px;
}
.data_gio{
	font-size:11px;
}
.cl{
	clear:both;
}
/****************************************
       TITOLO CALENDARIO APERTO
****************************************/
#calendario_mese{
	width:257px;
	height:37px;
	padding-left:37px;
	background-position:-454px 0;
}
#calendario_mese a{
	background-repeat:no-repeat;
	width:30px;
	height:24px;
	float:left;
	margin-top:6px;
}
a.freccia_destra{
	background-position:-28px -136px;
}
a.freccia_sinistra{
	background-position:0px -136px;
	margin-left:-25px;
}
#calendario_mese span{
	color:#666666;
	float:left;
	font-family:Georgia;
	font-size:19px;
	font-style:italic;
	height:24px;
	margin:7px 0 0;
	text-align:center;
	width:215px;
}
/*******************************
     CALENDARIO RIDOTTO
*******************************/
#calendario_apri{
	display:none;
}
.cal_linea_ridotto{
	width:295px;
	height:42px;
	margin:0 0 0px 3px;
	padding:0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	display:block;
	background-color:#FFF;
	background-image:url(../images/calendario-ridotto.png);
	background-repeat:no-repeat;
    background-position: -13px -13px;
}
.select_giorno a{
	position:absolute;
	z-index:999;
	top:-8px;
	left:-8px;
	height:56px;
	width:56px;
	overflow:hidden;
	cursor:default;
	display:block;
	text-decoration:none;
	cursor:pointer;
}
.select_giorno a span{
	margin-top:8px;
}
#calendario_ridotto{
	width:275px;
	height:49px;
	font-size:18px;
	vertical-align:top;
	font-family:Georgia;
	font-style:italic;
}
#calendario_img{
	background-repeat:no-repeat;
	width:33px;
	height:30px;
	margin:5px 10px 0 5px;
	float:left;
	background-position:-81px -134px;
	vertical-align:top;
}
#calendario_titolo_evento{
	display:inline-block;
}
#calendario_titolo_data_oggi{
	display:block;
}
#calendario_ridotto span{
	font-family:Georgia;
	font-style:italic;
	font-size:15px;
	color:#666;
}
#calendario_data_unica{
	background-color:#FFF;
	width:294px;
}
.altro_mese, .altro_mese a, .altro_mese a span{
	color:#ccc;
}
.cal_linea *{
	outline:none;
}
