.ui-datepicker {
    padding: 0.1em 0.5em 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 1px solid #f5d4d6;
}

.ui-datepicker-title, .ui-datepicker tbody tr td {
    font-family: Georgia, "Times New Roman", serif; margin-bottom: 0.4em;
}

.ui-datepicker-header {
    background: #fff;
    color: #000;
    border: 0px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 1.2em;
    font-weight: normal;
}

.ui-datepicker th {
    padding: 0.3em 0 0.1em;
    font-weight: normal;
    font-size: 0.8em;
    color: #999;
}

.ui-datepicker td {
    text-align: center !important;
}

.ui-datepicker td a {
    border: 0px !important;
    background: #f5f5f5 !important;
    text-align: center !important;
    color: #000 !important;
    font-weight: normal !important;
    margin-bottom: 0px !important;
    padding: 6px 3px 8px !important;
}

.ui-datepicker-other-month {
    background: #f5f5f5 !important;
}

.ui-datepicker td a:hover {
    background: #c50e1d !important;
    color: #fff !important;
}

.ui-datepicker-prev, .ui-datepicker-next {
    border: 0px !important;
    cursor: pointer;
}
.ui-datepicker-prev {
    background: transparent url('../images/larrow.png') no-repeat center !important;
    left: 2px !important;
    top: 2px !important;
}
.ui-datepicker-next {
    background: transparent url('../images/rarrow.png') no-repeat center !important;
    right: 2px !important;  /* for some reason, hover makes it twitch to 1px */
    top: 2px !important;
}
.ui-datepicker-next span, .ui-datepicker-prev span { display: none !important; }
