.clsCalendarCombosContainer {
    text-align: right;
    margin: 0 10px 10px 0;
}

    .clsCalendarCombosContainer select {
        vertical-align: middle;
    }

.clsThisMonthTitle {
    text-align: center;
    padding-bottom: 10px;
}

    .clsThisMonthTitle h2 {
        display: inline;
        margin: 0;
    }

    .clsThisMonthTitle img {
        vertical-align: middle;
        margin: 0 13px 0 12px;
    }

.clsMassehetResults {
    float: left;
    width: 200px !important;
    width: 190px;
    font-size: 14px;
    line-height: 22px;
    margin: 35px 0 0 10px;
}

.clsCalendarTableBox {
    width: 531px;
    border: 1px solid #000000;
}

.clsCalendarTable {
    width: 531px;
}

    .clsCalendarTable th {
        text-align: center;
        border-bottom: 1px solid #000000;
        background-color: #f1e9c9;
    }

    .clsCalendarTable td {
        height: 52px;
        text-align: center;
        padding: 3px;
        cursor: pointer;
        cursor: hand;
        border-left: 1px solid #ebdeb0;
        border-top: 1px solid #ebdeb0;
        background-color: #ffffff;
    }

        .clsCalendarTable td.clsSat {
            border-left: 0 none;
            background-color: #fdfbf4;
        }

        .clsCalendarTable td.selectedDay {
            background-color: #fff3c5;
        }

        .clsCalendarTable td.clsEmptyDay {
            cursor: default;
        }

.clsHebDate {
    float: right;
    color: #6d6e71;
    font-size: 11px;
}

.clsEngDate {
    float: left;
    color: #6d6e71;
    font-size: 11px;
}

.clsPageTitle {
    color: #761c21;
    font-weight: bold;
    clear: both;
    font-size: 12px;
    margin-top: 2px;
}
