.ui-datepicker {	width: 220px;	height: auto;	/*margin: 5px auto 0;*/	-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);  background: #fff;}.ui-datepicker a {	text-decoration: none;}.ui-datepicker table {	width: 100%;}.ui-datepicker-header {	background: url('../img/dark_leather.png') repeat 0 0 #e30613;	color: #fff;	font-weight: 500;	line-height: 40px;	border-width: 1px 0 0 0;	border-style: solid;	border-color: #e30613;}.ui-datepicker-title {	text-align: center;}.ui-datepicker-prev, .ui-datepicker-next {	display: inline-block;	width: 30px;	height: 40px;	text-align: center;	cursor: pointer;	background-image: url('img/arrow.png');	background-repeat: no-repeat;	line-height: 600%;	overflow: hidden;}.ui-datepicker-prev {	float: left;	background-position: center -26px;}.ui-datepicker-next {	float: right;	background-position: center 4px;}.ui-datepicker thead {	background-color: #fff;	border-bottom: 0px solid #DBDBDB;}.ui-datepicker th {	text-transform: uppercase;	font-size: 0.7rem;	padding: 5px 0 5px 5px;	color: #222;	text-shadow: 1px 0px 0px #fff;	filter: dropshadow(color=#fff, offx=1, offy=0);}.ui-datepicker tbody td {	padding: 0;	border-right: 1px solid #fff;}.ui-datepicker tbody td:last-child {	border-right: 0px;}.ui-datepicker tbody tr {	border-bottom: 1px solid #fff;}.ui-datepicker tbody tr:last-child {	border-bottom: 0px;}.ui-datepicker td span, .ui-datepicker td a {	display: inline-block;	font-weight: 500;	text-align: center;	width: 30px;	height: 30px;	line-height: 30px;	color: #222;	text-shadow: 1px 1px 0px #fff;}.ui-datepicker-calendar .ui-state-default {	background: #fff;	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);}.ui-datepicker-calendar .ui-state-hover {	background: #e30613;  color:#fff;  text-shadow: none;}.ui-datepicker-calendar .ui-state-active {	background: #e30613;	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);	color: #fff;	text-shadow: 0px 1px 0px #4d7a85;	border: 1px solid #fff;	position: relative;	margin: -1px;}.ui-datepicker-unselectable .ui-state-default {	background: #f4f4f4;	color: #b4b3b3;}.ui-datepicker-calendar td:first-child .ui-state-active {	width: 29px;	margin-left: 0;}.ui-datepicker-calendar td:last-child .ui-state-active {	width: 29px;	margin-right: 0;}.ui-datepicker-calendar tr:last-child .ui-state-active {	height: 29px;	margin-bottom: 0;}