body {
}
/* DatePicker Container */
.ui-datepicker {
	width: 298px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt 'Typewriter W01 Regular', sans-serif;
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background-color: #d6d6d6;
	color: #5a5a5a;
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #d6d6d6;
}
.ui-datepicker-year {
	display: none;
}
.ui-datepicker-month {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
}
th {
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 3px;
}
td {
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 3px;
}
.ui-datepicker-title {
	text-align: left;
	padding-left: 10px;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: right;
	position: relative;
	left: -25px;
	background-position: center 2px;
	background-image: url('../../../uploads/2013/02/arrow-left.png');
}
.ui-datepicker-next {
	float: right;
	position: relative;
	left: 30px;
	background-position: center 2px;
	background-image: url('../../../uploads/2013/02/arrow-right.png');
}
.ui-datepicker thead {
	background-color: #959595;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 9pt;
	padding: 10px 0;
	color: #666666;
}
.ui-datepicker tbody td {
	padding: 0;
	border-right: 3px solid #959595;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 3px solid #959595;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	text-align: center;
	width: 40px;
	height: 27.5px;
	line-height: 27.5px;
	color: #ffffff;
}
.ui-datepicker-calendar .ui-state-default {
	background: #a5a5a5;
}
.ui-datepicker-calendar .ui-state-hover {
	background: #959595;
}
.ui-datepicker-calendar .ui-state-active {
	background: #959595;
	color: #ffffff;
	position: relative;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #a5a5a5;
	color: #a5a5a5;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 40px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 40px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 27.5px;
	margin-bottom: 0;
}