/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

html, body {
    margin:0px;
    font-family: Verdana;
    font-size: 14px;
    height:100%;
}

#avviso1{
	/*position:absolute;
	border-style: solid;*/
	color:#00498f;
    width: 500px;
    /*height: 200px;*/
    /*background: #25FF00;*/
	 margin: 0 auto;
	/*margin-left:500px;*/
}

#avviso2{
	/*border: solid red;*/
	color:#00498f;
    width: 500px;
    /*height: 200px;*/
    /*background: #25FF00;*/
	margin-left:45px;
}

#comunicato{
	 /*border: solid red;*/
	 position: absolute;
	 text-align: left;
	 left: 5%;
	 height: 130px;
	 width: 24%;
}

#bollettini{
	/* border: 1px solid #990099; */
	overflow: auto;
	font-family: Courier;
	font-size: 10px;
	position: absolute;
	text-align: center;
	right: 0px;
	height: 130px;
	width: 34%;
}

#header {
    padding:0px; 
    background-color:#e0eafd; 
    color:#00498f;
    /*position:fixed;*/
    top: 0px;
    left: 0px;
    height: 55px;
	margin: 0 auto;		/* centra il div orizzontalmente */
}

#wrapper {
    min-height:100%;
    position:relative;
	text-align: center;
	margin: 0 auto;		/* centra il div orizzontalmente */
	width: 100%;
	overflow:auto
}

#content {
	/*border-style: solid red;*/
	margin-top: 15px;
    padding-top: 0px;
    /*height: 400px;/*
    padding-bottom: 30px; /* Height of the footer element */
}



#footer {
	text-align: left;
	/*border-style: solid;*/
    width:99%;
    /*height:200px;*/
    position:relative;
    top: 5;
    bottom:0;
    left:50;
    font-size:11px;
    color:#333333;
    padding:10px;
}

.table_space td {
    padding:5px;
}

.validator {
    color: red;
}

#divLogin {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    width: 300px;
    background-color:#F7F6F3; 
    border-color:#E6E2D8; 
    border-spacing: 4px; 
    border-style: solid; 
    border-width:1px;
}

.datepicker {
    width:80px;
    text-align: center;
}

#tableCalendario th, #tableCalendario td {
    border: 1px solid #ffffff;
    padding: 0px;    
}     

#tableCalendario th {        
    background-color: #330099;
    color: #ffffff;
}

#tableCalendario td {        
    position: relative;
}

#tableCalendario tr:nth-child(odd) td, #legendaLibero1 {
    background-color: #e0eafd;    
}

#tableCalendario tr:nth-child(even) td, #legendaLibero2 {
    background-color: #a6c3ff;        
}


.fascialibera, #tableCalendario th, .nonattivo {
    width: 55px;
}

#tableCalendario tr td:nth-child(1), #tableCalendario tr th:nth-child(1) {
    padding: 3px;    
    background-color: #330099;
    color: #ffffff;
    font-weight: bold;
    width: 80px;
}

#tableCalendario tr:nth-child(1) th {
    padding: 3px;
}

.fascialibera:hover {
    background-color: #66ff00;
}

.prenotazione {
    /*border: 1px solid #990099;*/
    line-height: 1.1;
    width: 55px;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    cursor:pointer;
    overflow: hidden;
    text-overflow:ellipsis;
    font-size: 12px;
}

.prenotazionescuola {
    /*border: 1px solid #990099;*/
    line-height: 1.1;
    width: 55px;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    cursor:pointer;
    overflow: hidden;
    text-overflow:ellipsis;
    font-size: 12px;
}

.dataprenotazione {
    /*text-decoration:underline;*/
    font-size:18px;
	font-weight: bold;
}

.prenotazione, #legendaPrenotazione {
    background-color: #ff66cc;
	/*background-color: #006655;*/
}

.prenotazionescuola, #legendaPrenotazioneScuola {
    background-color: #ffcc00;
	/*background-color: #006655;*/
}

.legenda {
    width: 30px;
    height: 27px;
}

.prenotazione:hover {
    background-color: #990099;
    color: #ffffff;
}

.prenotazione span {
    padding:3px;
}

.prenotazionescuola span {
    padding:3px;
}

.fascialibera, .prenotazione, .prenotazionescuola, .nonattivo {
    height: 28px;
    margin: 0px;
}

.nonattivo {
	line-height: 1.1;
    background-color: #bbbb99;
    cursor: not-allowed;
    overflow: hidden;
    text-overflow:ellipsis;
    font-size: 12px;
}

#divCalendario, #legendaCalendario {
    padding:1px;
	overflow: auto;
}

#divGiorno {
	border: 1px solid #990099;
    padding:1px;
	overflow: auto;
}

#tablePrenotazione {
    border-collapse: collapse;
}

#tablePrenotazione td {
    padding:3px;
}

.tableConferma {
    border-collapse: collapse;
}

.tableConferma td {
    padding:5px;
}

.istruzioni {
    /*text-decoration:underline;*/
	text-align: center;
    font-size:14px;
	font-weight: bold;
}

.testopiccolo {
    /*text-decoration:underline;*/
    font-size:10px;
	font-weight: normal;
}

#legendaCalendario span {
    font-size:14px;
}

.ui-datepicker-trigger {
    position: relative;
    top: 8px;
    left: 2px;
    width: 30px;
}

#imgLogoNet {
    width: 130px;
}
.testoscorrevole {
    font-size: 18px;
}
.testoscorrevolebold {
    font-size: 18px;
	font-weight: bold;
}

#comunicato{
	position: absolute;
	text-align: left;
	left: 2px;
	height: 130px;
	width: 24%;
}


