table.settimanale {
	border-width: 1px;
	border-style: thin;
	border-color: blue;
	border-collapse: collapse;
}
table.settimanale th {
	border-width: 1px;
	border-style: inset;
	border-color: gray;
}
table.settimanale td {
	border-width: 1px;
	border-style: inset;
	border-color: gray;
}
table.report{
    width: 95%;
}
table.report td {
        width:15%;
        height: 50px;
        overflow: hidden;
   
}
.navGiorni{
	font-size:2em;
	cursor:pointer;
	color:red;
}
.Info{
	font-size:2.5em;
	cursor:pointer;
	color:blue;
	margin-right:0.5em;
	margin-top:-0.2em;
}
.DatiPren{
	font-size:2em;
	cursor:pointer;
	color:white;
	margin-right:0.5em;
}
.DatiPrenRev{
	font-size:1.5em;
	cursor:pointer;
	color:blue;
}

.tabepar th{
	float:left;
	text-align:right;
	width:40%;
}
.tabepar td{
	float:left;
}
.navigazioneGiorni {
	-moz-box-shadow: 0px 14px 14px -7px #91b8b3;
	-webkit-box-shadow: 0px 14px 14px -7px #91b8b3;
	box-shadow: 0px 14px 14px -7px #91b8b3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
	background:-moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c',GradientType=0);
	background-color:#768d87;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:2px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #2b665e;
}
.navigazioneGiorni:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87));
	background:-moz-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-webkit-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-o-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-ms-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87',GradientType=0);
	background-color:#6c7c7c;
}
.navigazioneGiorni:active {
	position:relative;
	top:1px;
}
.adminpreStyle .adminpre{
	height: 5px;
}
.adminpreStyle{
	background-color: White;
}
#selectable .ui-selecting { background: #FECA40; }
#selectable .ui-selected { background: #F39814; color: white; }

.TabellaFE td{
	border: thin dotted blue;
	padding: 3px;
}
#CartellePrenotazioni{
	/*height: 580px;*/
}
#CartellePrenotazioni #CartellaP1,#CartellePrenotazioni  #CartellaP2,#CartellePrenotazioni  #CartellaP3{
	/*height: 520px;*/
	overflow-y:hidden;
	overflow-x:hidden;
}

#CampiPrenotazioniSpazi{
	/*height: 500px;*/
}
#InizioPre{
	height: 320px;
	min-width: 230px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: thin solid Blue;
}	
#TabellaDatiPrenotazioni td{
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	vertical-align: top;
}
#loading {
	display: none;
	position: fixed;
	top:50%;
	left:50%;
	margin-left:-150px;
	margin-top: -75px;
	height: 150px;
	width: 300px;
	z-index: 101;
	overflow: hidden;
	outline: 0;
	opacity: 0.8;
	text-align: center;
	background: #F2F2F2 url(images/loading.gif) 50% 50% no-repeat;
}
.bottoneprenotazione,.bottoneprenotazione a:visited{
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	float: none;
	z-index: auto;
	width: auto;
	height: auto;
	position: static;
	cursor: pointer;
	opacity: 1;
	margin: 0;
	padding: 0 10px;
	overflow: visible;
	border: 1px solid #0f9b0f;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font: normal 18px/45px "Questrial", Helvetica, sans-serif;
	color: rgb(255, 255, 255);
	-o-text-overflow: clip;
	text-overflow: clip;
	background: rgba(105,130,206,1);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.11) ;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.11) ;
	text-shadow: 0 1px 2px rgb(50,114,40) ;
	-webkit-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1);
	-webkit-transform: none;
	transform: none;
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
}
