.calendarTop{margin-bottom: 0px}
.calendarTop .editionType{
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
}
.calendarTop .editionType span{
    float: right; font-size: 16px;
    padding: 5px 10px; text-align: center;
    width: 45%; cursor: pointer;
}
.calendarTop .editionType span.print_edition{
    float: left;
}
.calendarTop .editionType span.active{
    background: #666; color: #fff
}
.calendarTop .datePicker{
    overflow: hidden;
    padding: 5px;
    background: #ddd;
}
.calendarTop .datePicker select{
    float: left;
    padding: 2px 10px;
    font-size: 14px;
}
.calendarTop .datePicker select.yearSelector{
    float: right
}
.calendarWraper dl {
    margin: 0;
}
.calendarWraper .dayZone, .calendarWraper .dateZone {
    /* width: 217px; */
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    overflow: hidden;
    display: block;
}
.calendarWraper .dateZone {
    margin-bottom: 5px;
    background: #efefef;
}

.calendarWraper .dayZone dt, .calendarWraper  .dayZone dd, .calendarWraper  .dateZone dd, .calendarWraper .dateZone dt{
    float: left;
    text-align: center;
    /* line-height: 28px; */
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    padding: 1px;
    margin: 0;
}
.dn{display: none;}
.calendarWraper .dayZone dt, .calendarWraper .dateZone dt {
    font-size: 13px;
    overflow: hidden;
}

.calendarWraper .dateZone a {
    text-decoration: none;
    display: block;
    color: #000; background: #f7f7f7;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-radius: 0 10px;;
}
.calendarWraper .dateZone a.active, .calendarWraper .dateZone a:hover {
    background: #F90909;
    color: #fff;
}
.calendarWraper .dateZone a.disabled.blank_day{
    display: none;
}
.calendarWraper .dateZone a.disabled, .calendarWraper .dateZone a.disabled:hover {
    color: #ccc;
    background: inherit;
    cursor: default;
}
