.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;
}

/* 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;
}
.linkgrassetto {font-weight: bold !important; font-size: 20px !important;}
.linknormale {font-weight: normal !important;}
.linkgrassetto a {color: #3A9D4D !important;}
.linknormale a {color: #3A9D4D !important;}
.linkgrassetto a:link {color: #3A9D4D !important;}
.linknormale a:link {color: #3A9D4D !important;}

.linkpiede a:visited {color: #444444 !important}

@media screen and (min-width:320px) and (max-width:767px){
	.FormattaElementiMobile table, .FormattaElementiMobile thead, .FormattaElementiMobile tbody, .FormattaElementiMobile th, .FormattaElementiMobile td, .FormattaElementiMobile tr {
		display: block !important;
		width: 100% !important;
	}
	.FormattaElementiMobile table .FormattaElementiMobile tr .FormattaElementiMobile td{
		border:0 !important;
	}
	.FormattaElementiMobile thead .FormattaElementiMobile tr {
		position: absolute !important;    /* Nascondiamo la testata */
		top: -9999px !important;
		left: -9999px !important;
	}

	.FormattaElementiMobile td:before { 	
		position: absolute !important;			/* Creiamo le altre celle per la descrizione */
		top: 0px !important;
		left: 0px !important;
		width: 100% !important;  
		font-weight:bold !important;
		line-height:0px !important;
		top:5px !important;
	}
}
