@import url(../../base/css/calendar.css);

.sys_cal_cell
 {
    background-color:#e3e4e8;
    text-align:center;
    border:1px solid #bfbfc0;
    height:71px;
    width:14.285%;
}

.sys_cal_table th {
    background-color:transparent;
}

.sys_cal_cell_blank {
    background-color:#e3e4e8;
    border:1px solid #fff;
}

.sys_cal_cell {
    background-color:#e3e4e8;
    border:1px solid #b8b8b8;
}

