#calendar_zone table{
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
    width: 170px;
    margin:auto;
}

#calendar_zone th{
    color:#FFFFFF;
    background-position:left top;
    padding:1px;
    text-align:center;
    background-color:#AAAAAA;
    height:20px;
}

#calendar_zone td{
    padding:1px;
    text-align:center;
    height:20px;
    background-color:#ffffff;
    color:#444444;
}

#calendar_zone .calendar_title{
    font-weight:600;
    text-align:center;
    font-size:10pt;
    margin-bottom:10px;
}

#calendar_zone a{
    text-decoration:underline;
}

#calendar_zone a hover{
    color:#f00;
    text-decoration:none
}