/*Today text colour*/
.DynarchCalendar-focused
{
  background-color: #fff;
}

/*Colour of the top bar when the calander closes*/
.DynarchCalendar-topBar {
  background-color: #CCCCCC;
}

/*Colour of the bottom bar when the calander closes*/
.DynarchCalendar-bottomBar {
  background-color: #CCCCCC;
}

/*When mouse hovers over Day, Date, etc..*/
.DynarchCalendar-hover-title,
.DynarchCalendar-hover-navBtn,
.DynarchCalendar-hover-bottomBar-today,
.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn 
{
	background-color: #DBDBDB;
}

/*Top bar background colour (overrides mouse over colour)*/
.DynarchCalendar-hover-title div,
.DynarchCalendar-hover-navBtn div
{
	background-color: Transparent;
}

/*Don't know what this does!*/
.DynarchCalendar-pressed-title,
.DynarchCalendar-pressed-navBtn,
.DynarchCalendar-pressed-bottomBar-today,
.DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn

{
	background-color: #DBDBDB;
}

/*Changes the background colour when you click to select a different month or use the scroll arrows*/
.DynarchCalendar-pressed-title div,
.DynarchCalendar-pressed-navBtn div
{
	background-color: #DBDBDB;
}

/* Changes the highlighted background of the main area*/
.DynarchCalendar-hover-week,
.DynarchCalendar-focused .DynarchCalendar-hover-week
{
background-color: #DBDBDB;
}

/*Main background color when closing*/
.DynarchCalendar
{
background-color: White;
}

/*Colour of the previously selected day*/
.DynarchCalendar-day-selected
{
  background-color: #CCCCCC;
}

/*Don't know what this does!*/
.DynarchCalendar-day-today .DynarchCalendar-day-selected
{
  background-color: Transparent;
}

/*Main background color*/
.DynarchCalendar-focused .DynarchCalendar-body
{
  background-color:White;
}
