.DynarchCalendar, .DynarchCalendar-focused {
 	background-color: #f5f5f5;;
}

.DynarchCalendar-day-selected{
	background-color: #89beb4;
}
.DynarchCalendar-day-today.DynarchCalendar-day-selected {
	background-color: #89beb4;
}
.DynarchCalendar-day-today{
	font-weight: normal;
}

.DynarchCalendar-menu {
  background-color: #d4d0c8;
  padding-top: 10px;
}

.DynarchCalendar-prevYear, .DynarchCalendar-nextYear{
	display: none;
}
.DynarchCalendar-prevMonth, .DynarchCalendar-nextMonth{
	top: 3px;
}

.DynarchCalendar-topBar,
.DynarchCalendar-bottomBar,
.DynarchCalendar-focused .DynarchCalendar-topBar,
.DynarchCalendar-focused .DynarchCalendar-bottomBar {
  background-color: #c0c0c0;
  color: #fff;
  font-size: 10px !important;
}

.DynarchCalendar-title div { color: #fff; }

.DynarchCalendar-dayNames { background-color: #eaebe5; }

.DynarchCalendar-hover-navBtn div,
.DynarchCalendar-hover-title div,
.DynarchCalendar-hover-bottomBar-today {
  border-color: #f4f0e8 #444038 #444038 #f4f0e8;
  background-color: #c0c0c0;
  color: #fff;
}
.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
  border-color: #f4f0e8 #444038 #444038 #f4f0e8;
  background-color: #e4e0d8;
  color: #fff;
}

.DynarchCalendar-pressed-navBtn div,
.DynarchCalendar-pressed-title div,
.DynarchCalendar-pressed-bottomBar-today,
.DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn {
  border-color: #444038 #f4f0e8 #f4f0e8 #444038;
  background-color: #646058;
  color: #fff;
}

.DynarchCalendar-hover-week { background-color: #e4e0d8 !important; }



.DynarchCalendar-weekNumber {
  border-right: 1px solid #f92;
}



.DynarchCalendar-hover-date {
  border-color: #f4f0e8 #444038 #444038 #f4f0e8;
  background-color: #e4e0d8;
}

.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
  width: 1em;
}