.calendarBox {
    background: #fff;
    border: 1px solid #d1d2d4;
    border-bottom-color: #bdc1c9;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .08);
    overflow: hidden
}

.calendarBoxHeaderRoot {
    text-align: center;
    margin: 10px;
    padding: 10px;
    background-color: #666;
    color: #fff;
}
#maincontainer .calendarBoxHeaderRoot a {
    color: #fff;
}
#maincontainer .calendarBoxHeaderRoot a:hover {
    color: #aaa;
}
.calendarHeaderButtonsLeft {
    float: left;
}
.calendarLeftArrowLink {
    display: inline-block;
    width: 33px;
    font-size: 18px;
}
.calendarLeftArrowLink:hover {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 -50px
}
.calendarHeaderText {
    
}
.calendarBoxHeader {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.calendarHeaderButtonsRight {
    float: right;
}
.calendarRightArrowLink {
    display: inline-block;
    width: 33px;
    font-size: 18px;
}
.calendarRightArrowLink:hover {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 0
}
.calendarSpacer {
    border-left: 1px solid #caccd3;
    display: inline-block;
    height: 16px;
    vertical-align: super;
}

.calendarBoxContentRoot {
    padding: 12px 10px 12px 10px;
}
.calendarGrid {
    border: none;
    width: 100%;
    table-layout: fixed;
    margin: 0px;
}
.calendarGridRow {
}
.calendarGridRow:nth-child(2n) {
    background: none;
}
.calendarGridCell, .calendarGridCellEmpty {
    padding: 0 3px;
    position: relative;
    vertical-align: top
}
.calendarGridDayHeader {
    background-color: #0064a3;
    color: #fff;
    font-size: 16px;
    margin-bottom: 3px;
    padding: 4px 6px;
}
.calendarDayItem {
    border-top: 1px solid #dbdfe6;
    height: auto;
    min-height: 120px;
    overflow: hidden;
    padding: 28px 0 4px;
    position: relative;
    -moz-transition: background .3s;
    margin-bottom: 3px;
}
.calendarItemDayNumber {
    font-size: 14px;
    font-weight: bold;
    left: 1px;
    position: absolute;
    top: 3px;
}
.calendarDayItem:hover {
    background-color: #f5f5f5;
    border-top-color: #0064a3;
}
.calendarDayItem:hover .calendarItemDayNumber {
    color: #0064a3;
}
.calendarGridCellEmpty .calendarDayItem:hover {
    background-color: #fff;
    border-top-color: #dbdfe6;
}
.calendarGridCellEmpty .calendarDayItem .calendarItemDayNumber {
    color: #d3d6db;
}
.calendarGridCellEmpty .calendarDayItem:hover .calendarItemDayNumber {
    color: #d3d6db;
}
.uiLoadingIndicatorAsync {
    display: none;
}
.calendarEventList {
    bottom: 8px;
    position: absolute;
    z-index: 1;
    left: 1px;
}
.calendarEventList ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}
#page .post-content .calendarEventList li {
    font-size: 10px;
    height: 20px;
    line-height: 21px;
    /*width: 20px;*/
    border-width: 0 0 0 1px;
    display: inline-block;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}
.calendarEventList img {
    height: 20px;
    width: auto;
    max-width: inherit;
    border: 1px solid #EBEBEB;
}
#page .post-content .calendarBoxContentRoot #listnews ul li {
    border-bottom: 1px solid #d6d6d6;
    padding: 0px;
}
#page .post-content .calendarBoxContentRoot #listnews ul li:last-child {
    border-bottom: none;
}
#page .post-content .calendarBoxContentRoot p {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 0px;
}