.component_calendar {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.component_calendar .calendar_subject {
    font-weight: bold;
}
.component_calendar table {
    width: 100%;
}
.component_calendar table th, .component_calendar table td {
    border: 1px solid #cccccc;
}
.component_calendar table th {
    background-color: #FAFAFA;
    padding: 1px 0;
    width: 14.3%;
    text-align: center;
}
.component_calendar table td {
    height: 100px;
    text-align: right;
    background: #ffffff;
    vertical-align: top;
    padding: 2px;
}
.component_calendar td.calendar_cols_outside {
    background: #eeeeee;
}
.component_calendar .calendar_cols_w0 {
    background: #FFCCCC;
}
.component_calendar .calendar_cols_w6 {
    background: #CDE9FF;
}
.component_calendar .calendar_cols_holiday {
    background: #FFCCCC;
}
.component_calendar td.request {
    background: #F6FCD0;
}
.component_calendar td.touched {
    background: #F6FCD0;
}
.component_calendar td.current {
    background: #D8FDCF;
}
.component_calendar_window {
    position: relative;
    height: 100%;
}
.calendar_stage {
    position: absolute;
    top: 0;
    height: 100%;
}
.schedule_line {
    position: absolute;
}
.component_calendar_buttons {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    z-index: 10;
}