 
		.ui-datepicker td span, .ui-datepicker td a {
			text-align: center;	
				font-family: 'OpenSansCondensedLight';
				font-size:12px;
				font-weight:normal !important;
		}
	
		.dp-highlight .ui-state-default {
			background: red;
			color: white !important;
		}
		
		   .ui-datepicker-unselectable .ui-state-default {
			background: aliceblue;
			color: black !important;
		}
		
		
		.ui-widget-header
		{
			background: #4E6883;
		}
		
		.ui-datepicker-month, .ui-datepicker-year {
			font-family: 'OpenSansCondensedBold';
			font-size:16px;
			color: white;
		}
 