.calendar{
    float:left;
    background: url('../../include/files/system/images/site/calendar/calendar_border.png');
    padding: 1px;
}

.calendar .calendar_header{
    overflow:auto;
    height: 47px;
    background: url('../../include/files/system/images/site/calendar/calendar_header_repeat.png') repeat-x;
}

.calendar .calendar_header .calendar_left_arrow{
    float:left;
    margin-top: 13px;
    margin-left: 18px;
    background: url('../../include/files/system/images/site/calendar/calendar_header_left_arrow.png') no-repeat;
    width: 14px;
    height: 18px;
    cursor: pointer;
}
.calendar .calendar_header .calendar_date{
    float:left;
    margin-top: 13px;
    width: 250px;
    font-size: 17px;
    font-weight: bold;
    color: #3c454c;
    text-align: center;
    cursor: default;
}
.calendar .calendar_header .calendar_right_arrow{
    float:left;
    margin-top: 13px;
    margin-right: 18px;
    background: url('../../include/files/system/images/site/calendar/calendar_header_right_arrow.png') no-repeat;
    width: 14px;
    height: 18px;
    cursor: pointer;
}

.calendar .calendar_day_names{
    overflow:auto;
    background: url('../../include/files/system/images/site/calendar/calendar_days.png') repeat-x;
    height: 13px;
    border-bottom: 1px solid #acb3b9;
}

.calendar .calendar_day_names .a_day_name{
    float:left;
    width: 45px;
    font-size: 10px;
    color: #6d767b;
    font-weight: bold;
    text-align:center;
    cursor: default;
}
.calendar .calendar_cell_container{
    overflow:auto;
}

.calendar .calendar_cell_container table{
    border-collapse: collapse;
}

.calendar .calendar_cell_container .calendar_cell_border{
    border: 1px solid #c0c0c0;
}

.calendar .calendar_cell_container .calendar_cell{
    position:relative;
    background: url('../../include/files/system/images/site/calendar/calendar_cell.png') repeat-x;
    width: 44px;
    height: 43px;
    cursor: pointer;
}

.calendar .calendar_cell_container .calendar_cell:hover{
    position:relative;
    background: url('../../include/files/system/images/site/calendar/calendar_cell_over.png') repeat-x;
    width: 44px;
    height: 43px;
    cursor: pointer;
}

.calendar .calendar_cell_container .calendar_cell_hover{
    position:relative;
    background: url('../../include/files/system/images/site/calendar/calendar_cell_over.png') repeat-x;
    width: 44px;
    height: 43px;
    cursor: pointer;
}

.calendar .calendar_cell_container .calendar_cell_empty{
    position:relative;
    background:none;
    width: 44px;
    height: 43px;
    cursor: default;
}

.calendar .calendar_cell_container .calendar_cell_empty .calendar_number{
    color: #44515a;
    font-size: 16px;
    font-weight: bold;
    text-align:center;
    padding-top: 11px;
}

.calendar .calendar_cell_container .calendar_cell .calendar_number{
    color: #44515a;
    font-size: 16px;
    font-weight: bold;
    text-align:center;
    padding-top: 11px;
}

.calendar .calendar_cell_container .calendar_cell:hover .calendar_number{
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align:center;
    padding-top: 11px;
}

.calendar .calendar_cell_container .calendar_cell_hover .calendar_number{
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align:center;
    padding-top: 11px;
}

.calendar .calendar_cell_container .calendar_q, .calendar .calendar_cell_container .calendar_q:hover{
    display:block;
    position:absolute;
    top:0px;
    right:0px;
    width: 17px;
    height: 17px;
    background: url('../../include/files/system/images/site/calendar/calendaricon_q.png');
    text-decoration:none;
}

.calendar .calendar_cell_container .calendar_i, .calendar .calendar_cell_container .calendar_i:hover{
    display:block;
    position:absolute;
    bottom:0px;
    right:0px;
    width: 17px;
    height: 17px;
    background: url('../../include/files/system/images/site/calendar/calendaricon_i.png');
    text-decoration:none;
}

.calendar_hours{
    float:left;
    color:#47515a;
    margin-left: 1px;
    background: url('../../include/files/system/images/site/calendar/calendar_hours_table.png');
    width: 175px;
    height: 281px;
    margin-left: 2px;
    border: 1px solid #a2a6a8;
}

.calendar_hours label{
    cursor: pointer;
}

.hours{
    overflow:auto;
}

.hours div{
    width:49%;
    float:left;
    margin-top:2px;
    height:20px;
    overflow:hidden;
}
