.ui-datepicker {
	width: auto !important;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	background:#fff;
	border:3px solid #00355f;
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
	border-collapse:collapse;
}
.ui-datepicker-header {
	background:#fff;
	color: #1f1f1f;
	font-weight: bold;
	line-height: 30px;
	padding:10px;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 36px;
	height: 37px;
	text-align: center;
	cursor: pointer;
	background-image: url('/Content/images/cal-ar.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center 0px;
}
.ui-datepicker-next {
	float: right;
	background-position: center -37px;
	
}

.ui-datepicker-prev span, .ui-datepicker-next span {
	display:none;
	}

.ui-datepicker thead {
	
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px 0;
	color: #a5a5a5;
	
}
.ui-datepicker tbody td {
	padding: 0;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #0065b8;
}
.ui-datepicker-calendar .ui-state-default {
	
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #00355f;
	
	color: #fff;
	
	position: relative;
	
}
.ui-datepicker-unselectable .ui-state-default {
	color: #cacaca;
}
.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;
}
.ui-datepicker-group {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	}
.ui-datepicker-group-first {
	border-bottom:3px solid #00355f;
	}
	
.ui-datepicker:after, .ui-datepicker:before {
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.ui-datepicker:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}
.ui-datepicker:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #00355f;
	border-width: 19px;
	margin-left: -19px;
}

.ui-datepicker-prev.ui-state-disabled { visibility:hidden;}