
/* DatePicker Container */
.ui-datepicker {
	font-family: 'takeawayreg', Arial, Helvetica, sans-serif;
	font-size: 14pt;
	background: #333333;
	margin: 0 0 25px 0;
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 335px;
	border: 5px solid #333333;
	margin: 0 auto;
}
.ui-datepicker-header {
	width: 335px;
	font-size: 18pt;
	margin: 0 auto;
	background: #000000;
	color: #FFFFFF;
	line-height: 30px;
	border-top: 5px solid #333333;
	border-right: 5px solid #333333;
	border-left: 5px solid #333333;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('../images/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #000000;
}
.ui-datepicker th {
	text-align: center;
	text-transform: uppercase;
	font-size: 14pt;
	padding: 5px 0;
	color: #FFFFFF;
	width: 46px;
}
.ui-datepicker tbody td {
	padding: 0;
	align: center;
}
.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 {
	font-size: 14pt;
	text-align: center;
	color: #FFFFFF;
	width: 44px;
	height: 30px;
	line-height: 30px;
	display: block;
	border: 1px solid #222222;
}
.ui-datepicker td a {
	color: #FFFFFF;
}
.ui-datepicker-calendar .ui-state-default {
	background: #111111;  
	}
	
.ui-datepicker-calendar td .ui-state-hover {
	background: #990000;
	color: #FFFFFF;
}
.ui-datepicker-calendar .ui-state-active {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #990000;
	color: #FFFFFF;
	width: 44px;
	height: 30px;
	line-height: 30px;
	display: block;
	border: 1px solid #990000;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #333333;
	color: #666666;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 44px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 44px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 30px;
	margin-bottom: 0;
}
