.time-sch-header-wrapper {
    margin-bottom: .5em;
    padding: .5em;
}

.time-sch-title {
    font-size: 1.25em;
    text-align: center;
}

.time-sch-item {
    background-color: #2299DD;
    border-radius: 2px;
    color: white;
    cursor: pointer;
}

.time-sch-item-content { padding: 4px 0 4px 6px; }

.time-sch-date-header { padding: 2px; }

.time-sch-times:first-child .time-sch-date-header {
    font-weight: bold;
    text-align: center;
}

.time-sch-current-time {
    border-left-color: #ff7f6e;
    border-left-style: dotted;
    border-left-width: 1px;
}

.time-sch-button {
    border: 1px solid #E1E1E1;
    color: #222222;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: .25em;
    padding-left: .5em;
    padding-right: .5em;
    text-decoration: none;
}

.time-sch-button.time-sch-selected-button {
    background-color: #EEEEEE;
    cursor: default;
}

.time-sch-button.time-sch-period-button:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.time-sch-button.time-sch-period-button:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.time-sch-button.time-sch-time-button {
    background-position: center center;
    background-repeat: no-repeat;
    min-width: 20px;
}

.time-sch-button.time-sch-time-button-next {
    background-image: url(images/arrow_right.png);
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.time-sch-button.time-sch-time-button-prev {
    background-image: url(images/arrow_left.png);
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.time-sch-button.time-sch-time-button-goto, .time-sch-button.time-sch-time-button-today { border-radius: 4px; }

/*# sourceMappingURL=timelineScheduler.styling.css.map */