#calendar,#ui-datepicker-div {
	background-color: #fdeecf !important;
}
#calendar *,#ui-datepicker-div *{
	font-family: Arial !important;
}
.ui-datepicker-inline {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}
.ui-corner-all {
	border-radius: 0;
}

.ui-widget-header {
	background: none;
	border: 0;
}
.ui-widget-header a span {color: White !important; font-size: 1px; color: rgba(0,0,0,0);}
.ui-widget-content {
	background: none;
}
.ui-datepicker-month, .ui-datepicker-year {
	font-size: 85%; font-weight: bold;color: rgb(30,32,100);
}
.ui-datepicker-calendar th * {
	font-size: 85%; font-weight: bold; color: rgb(30,32,100);
}
.ui-state-default {
	background: none !important;
	border: 0;
	font-size: 85%;
	color: rgb(30,32,100);
}

#calendar td a{
	text-align: center;
}
.ui-datepicker-today {
	border: 1px solid  rgb(30,32,100);
}
.ui-state-hover {
	background: none;
	border: 0;
}
.Highlighted {
	background-color: rgb(248,157,0);
}
.ui-state-highlight {
	border-color: rgb(248,157,0) !important;
}