.dateRangePicker,
.dateRangePickerHeader {
    font-size: 10px;
    color: black;
    height: 1em;
    font-family: Open Sans, Arial;
}

.dateRangePickerHeader div {
    width: 1.5em;
    min-width: 16px;
    height: 1.3em;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #906800;
}

.dateRangePicker {
    height: 92%;
    overflow: auto;
}

.dateRangePicker div {
    width: 1.5em;
    min-width: 16px;
    float: left;
    text-align: center;
    opacity: 0.3;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    font-size: 10px;
    height: 1.3em;
}

.dateRangePicker div.leftCol,
.dateRangePickerHeader div.leftCol {
    width: 2.5em;
    margin: 0 2px 0 -14px;
    font-weight: normal;
    opacity: 1;
    text-align: left;
    background: #666666;
    color: white;
}

.dateRangePickerHeader div.dayMonth {
    background: #666666;
    color: white;
    box-shadow: 0 0 3px white;
}

.dateRangePicker div.dayMonth {
    background: #65CCFF;
    cursor: pointer;
    color: white;
    box-shadow: 0 0 3px white;
}

.clearSelection {
    padding-left: 2px;
    cursor: pointer;
    float: right;
}

.dateselectLineSeparator {
    height: 3px;
    width: 100%;
    float: right;
}

.emptyHeader {
    height: 4px;
    background: #999999;
    margin: 0;
    width: 100%;
    float: left;
}

td.yearCalendar {
    width: 25px;
    height: 180px;
    font-weight: bold;
    font-size: 18px;
    padding: 5px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

div.dayMonth.selectedDayMonthOpacity {
    opacity: 1;
    color: white;
}

div.dayMonth.normalDayMonthOpacity {
    opacity: 0.3;
    color: black;
}

div.dayMonth.futureDayMonthOpacity {
    opacity: 0.1;
    cursor: default;
}

div.dayMonth.weekendDayColor {
    background: #009CDE;
}

div.dayMonth.weekendDayHeaderColor {
    background: #333333;
}

.boldDate {
    font-size: 1.3em;
    line-height: 1em;
}

.calendar_table_layout {
    margin-left: -15px;
    overflow: hidden;
}

div.cornerSpace {
    width: 37px;
}
