html, body{
height:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding:0;

}

#container{
margin:0;
height:100%;

}

#header{
background-color:#069;
height:35px;
}

#tableHead{
margin-left:180px;
padding-top:10px;
}

#tableHead a{
color:#CCCCCC;
}

#middle{
height:95%;
background-color:#eee;
}

#left{
width:180px;
float:left;
background-color:#eee;
padding-top:10px;
font-size:12px;

}

#content{
margin-left:195px;
background-color:#fff;
/*height:100%
width:500px;*/
}

#centroDestro{
border-left:1px solid #ccc;
padding:10px 20px 0 20px;
}

.tblCalendar{
border-collapse:collapse;
height:100%;
font-size:10px;
}

td {
vertical-align:top;
}

#giorni{
line-height:20px;
}

#cellaGiorno{
border:1px #ccc solid;
width:14%;
height:18%;
}

.data{
width:100%;
text-align:right;
}

.evento{
margin:5 10 5 5;
overflow:hidden;
text-align:left;
}


a {
text-decoration:none;
color:#006699;
}

a:hover{
color:#CC6600
}

div.lined{
margin:0 10px 15px 10px;
padding:0 5px;
line-height:22px;
border-width:1px 0;
border-color:#ccc;
border-style:solid;
color:#069;
font-weight:bold;
text-transform: uppercase;
}

#footer{
clear:left;
}
