.menuConClass {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px #aaa;
    display: none;
    position: absolute;
    overflow: auto;
}

.menuConClass > .item {
    padding: 2px;
}

.menuConClass > .item:HOVER, .menuConClass > .item.selected {
    background-color: #888;
    color: #fff;
}

.dateTableCon {

}

.dateWeekTitle td {
    background-color: #bbb;
    color: #fff;
}

.dateTableCon select {
    width: 70px;
    min-width: 70px;
}

.dateTableCon td {
    border: 1px solid #CCCCCC;
    cursor: pointer;
    width: 32px;
    height: 26px;
    text-align: center;
}

.dateTableCon td.selectedDayTd {
    background-color: #f54f00;
    color: #fff;
}

.dateTableCon td.noThisMonthTd, .dateTableCon td.date_disabled {
    background-color: #eee;
    color: #aaa;
}

.dateDayTr td:HOVER {
    color: #F79857;
}

.menuTimeCon {
    width: 60px;
}

.menuTimeCon > .timeItem {
    padding: 6px;
}

.menuTimeCon > .timeItem:HOVER {
    background-color: #ad0035;
    color: #fff;
    cursor: pointer;
}
