div#little_cal{
	font-size: 8pt;
}
/* Calendario */
.ore_agenda{
	display:block;
	width:5%;
	margin:0px;
	padding:2px;
	float: left;
}
.ore_agenda_filler{
	border-bottom:1px solid black;
	display:block;
	width:90%;
	margin:0px;
	padding:2px;
	float:right;
	font-weight: bold;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}
.ore_agenda_cont{
	display:block;
	width:96%;
	height: auto;
	margin:0px;
	padding:0px;
	clear:both;

}
.intestazione {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: medium;
}
.cal_filler{
	display:block;
	width:100%;
	text-align: left;
}
.colored_day {
	background-color: red;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	float: left;
	text-align: center;
}
.no_day {
	font-weight:bolder;
	background-color: #FFFFFF;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: center;
	height:20px;
}
.blank_day {
	background-color: #FFFFFF;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: center;
}
.red_day {
	color: Red;
	border-right: 0px;
	cursor: pointer;
}
.nored_day{
	cursor: pointer;
}
.bottom_day {
	border-bottom:0px
}
.bottom_day_red{
	color: Red;
	border-bottom:0px
	border-right: 0px;
}
.calendario {
	border:1px solid black;
	height: auto;
	border: thin solid #DDD;
	border-bottom: 0px;
	padding: 0px;
	float: left;
	display: block;
}
.int_calendario {
	width: 188px;
	height:18px;
	margin: 0px;
	border: thin solid #DDD;
	text-align: center;
	display: block;
}
.int_giorno{
	display:block;
	width: 100%
	text-align:center;
	cursor:pointer;
}
.current_month {
	height:18px;
	width:143px;
	float:left;
	text-decoration: none;
	text-align: center;
}
.prev_month {
	height:18px;
	float:left;
	width: 18px;
	text-decoration: none;
	text-align: center;
	border-right: thin solid #DDD;
}
.next_month {
	height:18px;
	float:right;
	width: 18px;
	text-decoration: none;
	text-align: center;
	border-left: thin solid #DDD;
}
.ag_elenco_dip{
	display: block;
	height: 100%;
	margin-left:5px;
}
.ag_giornaliera_introw{
	display: inline-block;
	display: -moz-inline-stack;
	width: 90%;
	height: 15px;
	position: relative;
	cursor: pointer;
	top: -6px;
}
.ag_giornaliera_introw_ap{
	display: inline-block;
	display: -moz-inline-stack;
	width: 90%;
	height: 15px;
	cursor: pointer;
}
.fill_elenco_dip{
	display: inline-block;
	display: -moz-inline-stack;
	width: 10px;
	height: 10px;
}
.inline_att_cont{
	display: block;
	clear: both;
	width: 100%;
	height: auto;
}
.inline_att_cal{
	display: inline-block;
	display: -moz-inline-stack;
	overflow: hidden;
	float:left;
}
.inline_att_ass{
	display: inline-block;
	display: -moz-inline-stack;
	overflow: hidden;
	float:right;
}
/* Fine calendario */
.filter_input{
	display: inline;
}
.task {
	font-weight: bold;
	display: inline-block;
	display: -moz-inline-stack;
	width: 150px;
}
