﻿.ui-datepicker { 
    width: 216px; 
    height: auto; 
    margin: 5px auto 0; 
    font: 9pt Arial, sans-serif; 
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5); 
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5); 
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5); 
} 
 
.ui-datepicker a { 
    text-decoration: none; 
} 
 
.ui-datepicker table { 
    width: 100%; 
} 
 
.ui-datepicker-header { 
    background-color: #8ebdb6; 
    color: #063940; 
    font-weight: bold; 
    line-height: 30px; 
} 
 
.ui-datepicker-title { 
    text-align: center; 
} 
 
.ui-datepicker-prev, .ui-datepicker-next { 
    display: inline-block; 
    width: 30px; 
    height: 30px; 
    text-align: center; 
    cursor: pointer; 
} 
 
.ui-datepicker-prev { 
    float: left; 
    background-position: center -30px; 
} 
.ui-datepicker-next { 
    float: right; 
    background-position: center 0px; 
} 
 
.ui-datepicker th { 
    text-transform: uppercase; 
    font-size: 10px; 
    padding: 5px 0; 
    color: #666666; 
    background-color: #fff; 
    border-bottom: 1px solid #ccc; 
} 
 
.ui-datepicker tbody td { 
    padding: 0; 
    border-right: 1px solid #bbb; 
} 
 
.ui-datepicker tbody td:last-child { 
    border-right: 0px; 
} 
 
.ui-datepicker tbody tr { 
    border-bottom: 1px solid #bbb; 
} 
.ui-datepicker tbody tr:last-child { 
    border-bottom: 0px; 
} 
 
.ui-datepicker td span, .ui-datepicker td a { 
    display: inline-block; 
    font-weight: bold; 
    text-align: center; 
    width: 30px; 
    height: 30px; 
    line-height: 30px; 
    color: #666666; 
} 
.ui-datepicker-calendar .ui-state-default { 
    background-color:#ece1c3; 
} 
.ui-datepicker-unselectable .ui-state-default { 
    background: #f4f4f4; 
    color: #b4b3b3; 
} 
 
.ui-datepicker-today .ui-state-default.ui-state-highlight { 
    background-color: #AD9656; 
    color: #fff; 
} 
 
.ui-datepicker-current-day .ui-state-default.ui-state-active { 
    background-color: #8ebdb6; 
    color: #063940; 
} 
 
.event-date .ui-state-default { 
	background-color: #063940; 
    color: #fff; 
} 
