




.gwt-DatePicker {
    border: none;
    cursor: default;
}

table.datePickerDays {
    border-right: 1px solid #BDBDBD;
}

.datePickerDays {
    width: 100%;
    color: #000000;
    background-color: #FFFFFF;
    font-weight: normal;
}

.datePickerMonthSelector td:focus {
    outline: none;
}

.dateTextLabel {
    font-size: 13px;
    padding-bottom: 3px;
}

.small_calendar .dateTextLabel {
    font-size: 11px;
    padding-bottom: 2px;
}

.dateTextInput {
    width: 260px;
    padding: 0;
    margin-bottom: 10px;
}

.small_calendar .dateTextInput {
    width: 127px;
    font: normal normal normal 10px Verdana, Arial, Helvetica, sans-serif; 
    padding: 0;
    margin-bottom: 2px;
}

.datePickerMonthSelector {
    width: 100%;
    border: 1px solid #BDBDBD;
    background-color: #FFFFFF;
    border-bottom: none;
}

.datePickerPreviousButton,
.datePickerNextButton {
    color: #4764AE;
    font-size: 120%;
    font-weight: bold;
    line-height: 120%;
    padding: 0px 4px;
    cursor: hand;
    cursor: pointer;
}

.small_calendar .datePickerPreviousButton,
.small_calendar .datePickerNextButton {
    line-height: 100%;
}

td.datePickerMonth {
    color: #000000;
    font: normal normal bold 10px Verdana, Arial, Helvetica, sans-serif;
    line-height: 150%;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
}

.small_calendar td.datePickerMonth {
    font-size: 10px;
}

td.datePickerWeekdayLabel,
td.datePickerWeekendLabel {
    width: 30px;
    height: 20px;
    border-left: 1px solid #BDBDBD;
    font: normal normal bold 12px Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    text-align: center;
    background-color: #8B8B8B;
    color: #FFFFFF;
    padding: 3px;
    outline: none;
    cursor: default;
}

.small_calendar td.datePickerWeekdayLabel,
.small_calendar td.datePickerWeekendLabel {
    width: 14px !important;
    height: 14px !important;
    font-size: 11px;
    padding: 1px 2px 1px 2px !important;
}

td.calendarCell {
    width: 30px;
    height: 35px;
    border: 1px solid #BDBDBD;
    border-right: none;
    border-top: none;
    font: normal normal normal 9px Verdana, Arial, Helvetica, sans-serif; 
    line-height: 1.3em;
    text-align: center;
    vertical-align: top;
    padding: 2px;
    outline: none;
    cursor: hand;
    cursor: pointer;
}

.small_calendar td.calendarCell {
    width: 14px !important;
    height: 14px !important;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 9px !important;
    padding: 1px 2px 1px 2px !important;
}

div.calendarCell-Date {
    height: 17px;
    font-style: italic;
    text-align: right;
}

.calendarCell-LowPrice {
    font-weight: bold;
}



/* On mouse over calendar cell (can be used with !important to override other styles above) */

td.calendarCell:hover, td.calendarCell:hover .calendarCell-LowPrice {
}



/* Main calendar cell styles */

.calendarCell-Weekend, .calendarCell-Weekend .calendarCell-LowPrice {
    background-color: #F5F5F5;
    color: #000000;
}

.calendarCell-OutsideOfMonth, .calendarCell-OutsideOfMonth .calendarCell-LowPrice {
    background-color: #FFFFFF !important;
    color: #C0C0C0 !important;
}

.calendarCell-HasFlights, .calendarCell-HasFlights .calendarCell-LowPrice {
    background-color: #009933;
    color: #FFFFFF;
    font-weight: bold !important;
}

.calendarCell-SoldOut {
    background-color: red;
    color: #FFFFFF;
    font-weight: bold !important;
}

.calendarCell-Value, .calendarCell-Value .calendarCell-LowPrice {
    background-color: #000066 !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
}



/* Different combinations of calendar cell styles in case we will have to change them (mainly colors) */

.calendarCell-Weekend-OutsideOfMonth, .calendarCell-Weekend-OutsideOfMonth .calendarCell-LowPrice {
}

.calendarCell-Weekend-HasFlights, .calendarCell-Weekend-HasFlights .calendarCell-LowPrice {
}

.calendarCell-OutsideOfMonth-HasFlights, .calendarCell-OutsideOfMonth-HasFlights .calendarCell-LowPrice {
}

.calendarCell-Weekend-OutsideOfMonth-HasFlights, .calendarCell-Weekend-OutsideOfMonth-HasFlights .calendarCell-LowPrice {
}

.calendarCell-Weekend-Value, .calendarCell-Weekend-Value .calendarCell-LowPrice {
}

.calendarCell-OutsideOfMonth-Value, .calendarCell-OutsideOfMonth-Value .calendarCell-LowPrice {
}

.calendarCell-Weekend-OutsideOfMonth-Value, .calendarCell-Weekend-OutsideOfMonth-Value .calendarCell-LowPrice {
}

.calendarCell-HasFlights-Value, .calendarCell-HasFlights-Value .calendarCell-LowPrice {
}

.calendarCell-Weekend-HasFlights-Value, .calendarCell-Weekend-HasFlights-Value .calendarCell-LowPrice {
}

.calendarCell-OutsideOfMonth-HasFlights-Value, .calendarCell-OutsideOfMonth-HasFlights-Value .calendarCell-LowPrice {
}

.calendarCell-Weekend-OutsideOfMonth-HasFlights-Value, .calendarCell-Weekend-OutsideOfMonth-HasFlights-Value .calendarCell-LowPrice {
}
