.datePicker {
    /*border: 1px solid #A29572;*/
    /*width: 210px;*/
    /*direction: rtl;*/
    /*font-family: Tahoma;*/
    /*font-size: 12px;*/
    /*background-color: #ded3c0;*/
    /*border-radius: 2px;*/
    /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);*/
    /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
    /*color: #375170;*/
    /*padding: 5px*/
    border: 1px solid #0080ae;
    width: 210px;
    direction: rtl;
    font-family: Tahoma;
    font-size: 12px;
    background-color: #0080ae;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(179, 10, 10, 0.3);
    text-shadow: 0 1px 1px rgba(38, 38, 38, 0.1);
    color: #fff;
    padding: 5px;
}

.datePickerRow {
    background-color: #FFF;
    color: #003264;
}

.datePickerFriDay {
    background-color: #63747D;
    color: white;
}

.datePickerDay {
    width: 25px;
    height: 16px;
    text-align: center;
    cursor: pointer
}

.datePickerDay:hover {
    background-color: #ffdb00;
    color: #0D0D0D;
}

.datePickerDaySelect {
    text-align: center;
    cursor: pointer;
    background-color: #EC630E;
    color: #FFF;
    border-radius: 2px
}

.datePickerToday {
    text-align: center;
    cursor: pointer;
    background-color: #1CAE15;
    color: #FFF;
    border-radius: 2px
}

.datePickerHeader td {
    padding-bottom: 7px
}

.datePickerFooter td {
    padding-top: 5px
}

.datePickerHeader button, .datePickerFooter button {
    /*border-radius: 2px;*/
    /*height: 20px;*/
    /*border: 1px solid #b29484;*/
    /*font-family: Tahoma;*/
    /*font-size: 11px;*/
    /*background: linear-gradient(#f1daa8, #c8b3a4);*/
    /*cursor: pointer;*/
    /*padding: 0 8px 2px*/
    border-radius: 3px;
    height: 20px;
    border: 1px solid transparent;
    font-family: Tahoma;
    font-size: 11px;
    background: linear-gradient(#0f788e, #002c31);
    cursor: pointer;
    padding: 0 8px 2px;
    color: #fff;
}

.datePickerHeader button {
    padding: 0 0 2px
}

.datePickerFooter button {
    padding: 0 8px 2px
}

.datePickerHeader button:hover, .datePickerFooter button:hover {
    border: 1px solid #FC6;
    background: linear-gradient(#FFee88, #eFde78)
}

.datePickerYear, .datePickerMonth {
    background-color: #FFF;
    text-align: center;
    display: inline-block;
    color: #2756ef;
    height: 17px
}

.datePickerMonth {
    width: 53px
}

.datePickerYear {
    width: 33px
}