﻿
.ajax__calendar_container thead 
{
	background-color: White !important;
}

/*An element that displays the title of the current view (month name, year, decade). Child Css classes: none. */
.ajax__calendar_title{
	background-color: #b4d6e7;
	font-weight: bold;
}


/* An element that displays the short name of the day of the week. Child Css classes: none. */
.ajax__calendar_dayname{
background-color: #cccccc;
	font-weight: bold;
	color: Black;
	border: 1px solid #e0e0e0 !important;
}



/*This is applied to an element in the DOM above a day or year that is outside of the current view (day not in the visible month, year not in the visible decade). Child Css classes: .ajax__calendar_day, .ajax__calendar_year. */	
.ajax__calendar_other{
color: #ccc !important;
}

.ajax__calendar_active{
	border-color:#0066CC !important;
	color:#0066CC;
	font-weight: bold;
}

/*An element that displays the day of the month. Child Css classes: none */
.ajax__calendar_day{
	border: 1px solid #eee ;
}
