aside .ui-datepicker {
	width: 100%;
	text-transform: uppercase;
	background-color: rgb(255,255,255);
	margin-left: 0;
	border:0;
	display: block;
}

.ui-datepicker {
	width: 260px;
	text-transform: uppercase;
	background-color: rgb(255,255,255);
	margin-left: -80px;
	border: 1px solid rgb(130,130,130);
	display: none;
}

.ui-datepicker a {
	text-decoration: none;
	border-collapse: collapse;
}

.ui-datepicker table {
	width: 100%;
	border-collapse: collapse;
}

.ui-datepicker-header {
	background-color: rgb(0,33,87);
	color: rgb(255,255,255);
	height: 30px;
}

.ui-datepicker-title {
	text-align: center;
	padding-top: 4px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	display: inline-block;
	color: rgb(255,255,255);
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	width: 28px;
	height: 26px;
	padding-top: 4px;
	vertical-align: middle;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
	background-color: rgb(20,57,119);
}

.ui-datepicker-prev {
	float: left;
	padding-right: 2px;
}

.ui-datepicker-next {
	float: right;
	padding-left: 2px;
}

.ui-datepicker thead th {
	font-weight: 400;
	color: rgb(150,150,150);
	cursor: default;
	padding: 5px 0;
}

.ui-datepicker tbody td {
	text-align: center;
	font-weight: 400;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	color: rgb(130,130,130);
	text-align: center;
	padding: 5px 0;
	text-decoration: none;
}

.ui-datepicker-calendar .ui-state-default {
	cursor: default;
}

.ui-datepicker-calendar .highlight-event a {
	background-image: url("../img/calendar-event.png");
	background-repeat: no-repeat;
	background-position: bottom right;}

.ui-datepicker-unselectable .ui-state-default {
	background: transparent;
	color: rgb(215,215,215);
}

.ui-datepicker-calendar .ui-state-hover {
	color: rgb(255,255,255);
	background-color: rgb(150,150,150);
	cursor: pointer;
}

.ui-datepicker-calendar .ui-state-active {
	color: rgb(255,255,255);
	background-color: rgb(150,150,150);
}