#iCalendar {
    width: 100%;
    text-align: center;
    /*height: 300px;*/
    padding: 0 15px 0 5px;
    font-family: Arial;
    font-size: 0;
    line-height: 0;
    text-align: left;
}

.calendar-main {
    display: inline-block;
}

.calendarBox .calendarTitle {
    display: inline-block;
    /*cursor: pointer;*/
    /*margin: 15px 10px 15px 0;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    color: #1c7fe5;
    padding: 0 15px;
    text-align: left;
    border-left: 6px solid #1c7fe5;*/
}

.dateBox {
    display: inline-block;
}
#iCalendar .day {
    cursor:default !important;
}
#iCalendar b, #iCalendar .day, #iCalendar .dayon, #iCalendar .space {
    text-align: center;
    display: block;
    float: left;
    _zoom: 1;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 3px 14px 3px 14px;
    padding: 0px;
    font-size: 13px;
    text-align: center;
    color: #333333;
    font-family: Arial;
    text-decoration: none;
    border-radius: 50%;
}

#iCalendar .gray {
    /*background-color: #cccccc !important;*/
    color: #c3c3c3 !important;
}

.date-header > div > b {
    margin: 0 0 0 0;
}

#iCalendar a.today {
    font-weight: bold;
}

#iCalendar .date-header {
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.date-header > div {
    display: inline-block;
}

#iCalendar #date-cap {
    margin: 0 0 0 0;
    width: 165px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    /*margin: 6px 0 10px;
    font-weight: 600;*/
}

#iCalendar .left-btn,
#iCalendar .right-btn {
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #333;
    background: url(../images/images-public/leftArrow.png) no-repeat center center;
    margin: 0 0 0 0;
}

#iCalendar .right-btn {
    background: url(../images/images-public/rightArrow.png)no-repeat center center;
    margin: 0 0 0 0;
}

.calendar {
    position: relative;
    text-align: center;
}

.day-info {
    position: fixed;
    width: 250px;
    padding: 4px 6px;
    background-color: #f9f9f9;
    font: normal 12px/18px simsun;
    display: none;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box !important;
    z-index: 99999;
}

    .day-info a {
        text-decoration: none;
        display: inline;
    }
        .day-info a:after{
            display:block;
            clear:both;
            content:"";
        }
        .day-info a > .calenderLeft{
            float:left;
        }
        .day-info a > .calenderRight {
            float: right;
            width:155px;
            text-align:left;
        }
        .day-info a:hover {
            text-decoration: underline;
        }
