.MyZR {
	border: 2px solid #EAEAEA;
	-webkit-transition: background-color 0.8s , border 0.8s, color 0.8s; /* Altri Browser */
	transition: background-color 0.8s, border 0.8s, color 0.8s;
}
.MyZR:hover {
	border: 2px solid #2366b1;
	cursor: pointer;
}
.SelezionatoRettangolare {
	border: 2px #2366b1 solid;
}
.SelezionatoRettangolare:after {
	position: absolute;
	display: block;
	border-top: 14px solid #2366b1;
	border-left: 14px solid transparent;
	right: 0;
	top: 0;
	content: "";
	z-index: 101;
}

/* Data */
.dettaglio_data_dx {
	text-align:center;
	text-transform:uppercase;
	width:76px;
	height:88px;
	background:url(/CONFUNISCOIT_WEB/images/fondo_data_dx.png);
	float:right;
}
.dettaglio_data_dx .giornotxt{
	padding:7px 3px 0px 3px;
	font-size:12px;
	color:#FFF;
}
.dettaglio_data_dx .giornonum{
	padding:0px 5px 0px 5px;
	font-size:25px;
	line-height: 25px;
	color:#FFF;
}
.dettaglio_data_dx .meseanno{
	padding:3px;
	font-size:15px;
	color:#FFF;
}
.dettaglio_data {
 	text-align:center;
	text-transform:uppercase;
	width:100%;
}
.dettaglio_data .giornotxt{
	padding:3px 3px 0px 3px;
	font-size:12px;
	color:#414445;
}
.dettaglio_data .giornonum{
	padding:0px 5px 0px 5px;
	font-size:25px;
	line-height: 25px;
	color:#414445;
}
.dettaglio_data .meseanno{
	padding:3px;
	font-size:15px;
	color:#414445;
}
.ombracell {
	width: 220px;
	-moz-box-shadow: 0px 1px 4px #BBB;
	-webkit-box-shadow: 0px 1px 4px #BBB;
	box-shadow: 0px 1px 4px #BBB;
}