.femp-calendar .ui-datepicker {
    background: none;
    font-family: 'Droid Sans', "Lucida Grande", "Lucida Sans Unicode", Segoe UI, Helvetica, Arial, sans-serif;
    font-size: 14px;
    border: none;
    border-radius: 0px;
    border-bottom: 2px solid #00ccff;
}
.femp-calendar .ui-datepicker-calendar * {
    border: none;
    font-weight: normal !important;
}

.femp-calendar .ui-datepicker-calendar td {
    text-align: center;
}

.femp-calendar .ui-datepicker tbody td {
    border: 1px solid #ddd;
}

.femp-calendar .ui-datepicker tbody tr td:first-child, .femp-calendar .ui-datepicker tbody tr td:last-child {
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.femp-calendar .ui-datepicker tbody tr:first-child td {
    border-top: none;
}

.femp-calendar .ui-datepicker tbody tr:last-child td {
    border-bottom: none;
}

.femp-calendar .ui-datepicker-calendar tbody td a {
    color: #1c1c1c;
    height: 30px;
    display: block;
    background-color: transparent;
    background-image: none;
}

.femp-calendar .ui-datepicker .ui-state-highlight {
    background: transparent;
    color: #fff !important;
}

.femp-calendar .ui-datepicker .ui-datepicker-today {
    color: #fff !important;
    background-color: #00ccff;
}

.femp-calendar .ui-datepicker-header {
    position: relative;
    border: none;
}

.femp-calendar .ui-datepicker-calendar thead th {
    background-color: #f9f9f9;
    color: #1c1c1c;
    font-weight: normal;
}

.femp-calendar .ui-datepicker-header .ui-datepicker-title {
    height: 39px;
    border: none;
    border-radius: 0px;
    background: #1c1c1c url(../images/calendar.png) no-repeat 17px 8px;
    text-transform: capitalize;
}

.femp-calendar .ui-datepicker-header .ui-datepicker-prev span,
.femp-calendar .ui-datepicker-header .ui-datepicker-next span {
    font-size: 0;
}

.femp-calendar .ui-datepicker-header .ui-datepicker-prev {
    position: absolute;
    right: 45px;
    width: 30px;
    height: 30px;
    border: none;
    top: 5px;
    cursor: pointer;
    background: transparent url(../images/prev.png) no-repeat;
}

.femp-calendar .ui-datepicker-header .ui-datepicker-prev:hover {
    background: transparent url(../images/prev_hover.png) no-repeat;
}

.femp-calendar .ui-datepicker-header .ui-datepicker-next {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    border: none;
    top: 5px;
    cursor: pointer;
    background: transparent url(../images/next.png) no-repeat;
}

.femp-calendar .ui-datepicker-header .ui-datepicker-next:hover {
    background: transparent url(../images/next_hover.png) no-repeat;
}

.femp-calendar .ui-datepicker .ui-datepicker-month {
    position: absolute;
    top: 9px;
    left: 50px;
}

.femp-calendar .ui-datepicker .ui-datepicker-today {
    background-color: transparent;
}
.femp-calendar .ui-datepicker .ui-datepicker-today a {
    color: #00ccff !important;
}

.femp-calendar .ui-datepicker .ui-datepicker-year {
    display: none;
}

.femp-calendar .ui-datepicker .event-date {
    background: transparent url(../images/date_event.png) no-repeat center bottom 5px;
}

.femp-calendar .ui-datepicker .event-date.ui-datepicker-current-day {
    background: #00ccff url(../images/date_event_hover.png) no-repeat center bottom 5px;
}

.femp-calendar .ui-datepicker .event-date.ui-datepicker-current-day a {
    color: #fff;
}

.femp-calendar .ui-datepicker .event-date.ui-datepicker-current-day.ui-datepicker-today a {
    color: #fff !important;
}