
/* DatePicker Container */
.ui-datepicker {
	width: 222px;
	height: auto;
	margin: 0;
	margin-top:5px;
	font: 9pt Arial, sans-serif;
	background-color:#000000;

}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background-color:#000;
	background-repeat:no-repeat;
	color: #FFF;
	line-height: 30px;
	
}
.ui-datepicker-title {
	text-align: center;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('../images/calendarArrowLeft.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center;
}
.ui-datepicker-next {
	float: right;
	background-image: url('../images/calendarArrowRight.png');
	background-position: center;
}
.ui-datepicker thead {
}
.ui-datepicker th {
	text-align:center;
	  font-family: "Myriad Pro", arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 0;
	color: #fff;
}
.ui-datepicker tbody td {
	padding: 0;
	border-right: 2px solid #000;
}
.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;
	font-weight: normal;
	text-align: center;
	width: 29px;
	  font-family: "Myriad Pro", arial, helvetica, sans-serif;
	  font-size:12px;
	height: 20px;
	line-height: 22px;
	margin-top:4px;
	color: #FFF;
	border-bottom:4px solid #E8B414;
}
.ui-datepicker-calendar .ui-state-default {

}
.ui-datepicker-calendar .ui-state-hover {
	background: #E8B414;
	color:#000;
}
.ui-datepicker-calendar .ui-state-active {
color:#FF0000;
}
.ui-datepicker-unselectable .ui-state-default {
	height:24px;
	border:none;	
	color: #191919;
}
.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 {

}