/*html body {
    margin:0;
    padding:0;
    text-align: center;
    font-style: italic;
    font-family: "Trebuchet MS";
    font-size: 14px;
}*/
div#container {
    width: 90%;
    margin:auto;
}
div#navigazione {
    padding-top: 0px;
    text-align: right;
}
span#titolo {
    font-size: 30px;
    float: left;
}
div#calendario {
    padding:10px 0px;
}
div#infoweek {
    text-align: right;
    padding:0 0 5px 0;
    margin:0;
    font-size: 18px;
}
table.weektable {
    border-collapse: collapse;
    border:1px solid #A8A8A8;
    color: #333333;
    width: 100%;
    font-size: 14px;
}
input[type="button"] {
    padding: 6px 20px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #bbb;
    text-decoration: none;
    background: #c5c5c5;
    background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c5c5c5));
    background: -moz-linear-gradient(-90deg, #eaeaea, #c5c5c5);
    transition: background-color .2s ease-out;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
        0 1px 1px -1px rgba(0, 0, 0, .5),
        0 1px 0 rgba(255, 255, 255, .3) inset;
    text-shadow: 0 1px 0 rgba(255,255,255, .9);
}
input[type="button"]:focus {outline:0;}
input[type="button"]:active{
    background: #e9e9e9;
    position: relative;
    top: 1px;
    text-shadow: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}
table.weektable th  {
    border:1px solid #999;
    padding: 8px 12px;
    font-weight: normal;
    background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c5c5c5));
    background: -moz-linear-gradient(-90deg, #eaeaea, #c5c5c5);
    cursor:pointer;
}
table.weektable th.current {
    background-image: none;
    background-color: #fff;
    box-shadow: inset 0px 0px 1px #000;
}
table.weektable td {
    padding:8px;background-color: #ffffff;
    border-color: #e3e3e3;
    border-style: solid;
    border-width: 1px;
    vertical-align:  top;
    width: 14.28%;
    cursor:pointer;
}
table.weektable td.current {
    background-color: #eee;
}
span#loading {
    float:left;
    margin-left: 100px;
}
div#comment {
    display: none;
    position:absolute; 
    top:50px;
    left:50%;
    margin-left:-160px;   
    background-color: #FFF;
}
div#comment fieldset {
    border-radius: 3px;
}
textarea {
    border:1px solid #A8A8A8;
    border-radius: 3px;
    margin:14px;
}
p.separa {
    height: 1px;
    width: 97%;
    margin:auto;
    border-bottom:1px solid #A8A8A8;
    margin:5px 0;
}