<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Календарь */

#calendar{
    display: block;
}

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

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

#calendar .forward{
    height: 41px;
    width: 43px;
    background: url(/images/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: relative;     
}

#calendar .week li {
    position: relative; 
}

#calendar .week a {
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 10px;
    position: absolute; 
    top:7px;
    left:5px;
    
}

#calendar .week a div{
    width: 14px;
    font-weight: normal;
    font-size: 24px;
    left:15px;
    top:0;
    position: absolute; 
}


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



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

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

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

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

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

}

</pre></body></html>