#calendar td {
    font-family: "Trebuchet MS", Arial, sans-serif;
}

#calback {
    margin-top:-15px;
    clear: both;
    width: 100%;
    height: 100%;
    background: url('images/calWaiting.gif') no-repeat center;
}

#calendar {
    width: 100%;
    height: 100%;
}

.cal {
    width: 230px;
    border: 1px solid #CCC;
    margin: 0 auto;
}

.cal a {
    color: #000;
}

.cal a:hover {
    color: #0E0;
}

.calhead {
    width: 100%;
    font-weight: bold;
    color: #FFF;
    font-size: 18px;
    background: url('images/header.jpg') repeat center left;
    padding: 5px;
}

.calhead img {
    border: none;
}

.calhead table {
    width: 100%;
}

.calhead a {
    text-decoration: none;
    border: none;
}

/* cella con i giorni della settimana */
.dayhead {
    height: 25px;
    background: #EEE;
}

.dayhead td {
    text-align: center;
    color: #000;
}

.dayrow {
    background: #FFF;
    height: 25px;
}

.dayrow td {
    width: 14.2%;
    height:25px;
    font-size: 9px;
    color: #656551;
    border: 1px solid #DDD;
    /*padding-top:5px;*/
}

.day {
    text-align:center;
    font-size:11px;
}

.dayover {
    background: #F4F4F4;
}

.dayout {
    background: #FFF;
}

/* evento interno */
#event {
    width: 100%;
    height: 100%;
    border-top: 1px solid #727260;
    border-bottom: 1px solid #727260;
    background-color:#F9FAF5;
}

#event .heading {
    padding: 10px;
    position: relative;
    background: url('images/calEvent.gif') repeat-x top left;
    text-align:center;
}

.day a{
    display:block;
    background: url('images/event.png') no-repeat right top;
}

#event .title {
    color: #656551;
    font-size: 14px;
    font-weight: bold;
}

#event .posted {
    color: #8C8C73;
    font-size: 10px;
}

#event .back {
    position: absolute;
    top: 10px;
    right: 10px;
}

#event .back a {
    color: #0C0;
    text-decoration: underline;
    border: none;
    font-size: 10px;
}

#event .back a:hover {
    color: #0E0;
}

#event .line {
    padding: 10px;
    overflow: auto;
}

.error {
    color: #C00;
    font-size: 14px;
    font-weight: bold;
}

#jump {
    z-index: 100;
    line-height: 30px;
    padding: 5px;
    background: #F6F6F6;
    border: 1px solid #888;
}

#jump a {
    text-decoration: none;
    border: none;
}

#jump img {
    border: none;
}