div#calendar {
    position:relative;
    width:266px;
    font-family:verdana;
    font-size:10px;
    min-height:280px;
}
div#calendar div.month {
    width:100%;
    background-color:#fff;
}
div#calendar div.month img {
    margin-bottom:-5px;
}
div#calendar div.dow {
    background:#fafafa;
    color:#bbb;
    width:38px;
    height:25px;
    font-size:18px;
}
div#calendar .date {
    font-size:18px;
    color:#333;
    margin:0 20px;
}
div#calendar div {
    float:left;
    text-align:center;
    height:35px;
}
div#calendar div img {
    left:0;
}
div#calendar div img.active {
    cursor:pointer;
}

div#calendar div#cal_box {
    position:absolute;
    top:115px;
    left:-8px;
    display:none;
    z-index:99;
}
div#calendar div#cal_infos {
    width:260px;
    height:113px;
    text-align:left;
    padding-left:20px;
    margin-left:9px;
    cursor:pointer;
    /*background:url(../img/calendar/caltop.png);*/
}
div#calendar div#cal_infos h3 {
    padding-top:3px;
}
div#calendar td#cal_content {
    padding:3px 3px 8px 0;
}
div#calendar div#cal_bottom {
    width:45px;
    height:32px;
    background:url(../img/calendar/onglet.png);
}
div#calendar div#cal_wait {
    display:none;
    position:absolute;
    top:50px;
    right:30px;
}
div#calendar div#cal-footer {
    font-family:Georgia, Time New Roman, Verdana;
    font-size:14px;
    position:absolute;
    top:250px;
    right:-23px;
    padding:8px 11px 0 0;
    background:url(../img/template/shadow_tr.gif) top right no-repeat #fff;
    height:22px;
}