/* Календарь */

#calendar{
    display: block;
}

#calendar li, #calendar div{
    display: block;
    float: left;
}

#calendar .back{
    height: 41px;
    width: 40px;
    background: url(cal_bg.gif) no-repeat left top;
    cursor: pointer;
}

#calendar .forward{
    height: 41px;
    width: 43px;
    background: url(cal_bg.gif) no-repeat -148px 0;
    cursor: pointer;
}

#calendar .week {
    position: relative; 
    overflow: hidden;
    width: 350px !important;
    height: 41px;
}

#calendar .week ul {
    height: 41px;
    width: 20000em; 
    position: absolute; 
}

#calendar .week a {
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 14px;
}

#calendar .calendar-to-day {
    font-weight: bold !important;
    font-size: 12px !important;
}

#calendar .week a div{
    width: 30px;
    font-weight: normal;
    font-size: 10px;
}


#calendar li{
    padding: 5 0 0 10;
    line-height: 1.1;
    height: 41px;
    width: 40px;
    background: url(cal_bg.gif) no-repeat -40px 0;
}

#calendar .selected {
    background: url(cal_bg.gif) no-repeat -94px 0;
}

#calendar .selected a {
    color: #fff;
}

#calendar li.disabled a {
    color: #eee;
}

#calendar .nextweek{
    height: 41px;
    background: url(cal_bg.gif) no-repeat right top;
    padding: 5 20 0 10;
    text-align: center;
    font: italic 18px Georgia; color: #000; 

}

