.DynarchCalendar-focused {
  background-color: #fff;
}

.DynarchCalendar-topBar {
  background: url("brushed-steel.jpg") no-repeat 50% 0;
}

.DynarchCalendar-bottomBar {
  background: url("brushed-steel.jpg") no-repeat 50% 50%;
}

.DynarchCalendar-hover-title,
.DynarchCalendar-hover-navBtn,
.DynarchCalendar-hover-bottomBar-today,
.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
  background: #dde url("coolbg.png") repeat-x 0 50%;
}
.DynarchCalendar-hover-title div,
.DynarchCalendar-hover-navBtn div { background-color: transparent; }

.DynarchCalendar-pressed-title,
.DynarchCalendar-pressed-navBtn,
.DynarchCalendar-pressed-bottomBar-today,
.DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn {
  background: #445 url("coolbg.png") repeat-x 0 50%;
}
.DynarchCalendar-pressed-title div,
.DynarchCalendar-pressed-navBtn div { background-color: transparent; }

.DynarchCalendar {
  background: url("steel.jpg") no-repeat 50% 30px;
}

/* Selected date */
.DynarchCalendar-day-selected {
  background-color: #1864fc;
  color: #fff !important;
}

.DynarchCalendar-day-today.DynarchCalendar-day-selected {
  background-color: #1864fc;
  color: #fff !important;
}

.DynarchCalendar-focused .DynarchCalendar-body {
  background-color:white;
}

.DynarchCalendar-day {
  text-align: right; color: #c22; font-weight:bold;
}

.DynarchCalendar-dayNames .DynarchCalendar-weekend { color: #c22; }
.DynarchCalendar-day-othermonth { display:none;}

.DynarchCalendar-day-disabled {
  color:gray;
}

.DynarchCalendar-navDisabled {
  display:none;
}  
  
.DynarchCalendar-hover-week { background-color: #ccc; }
.DynarchCalendar-focused .DynarchCalendar-hover-week {
  background-color: #ccc;
}

.DynarchCalendar-hover-date {
  padding: 2px 3px;
  background-color: #eef;
  border: 1px solid #88c;
  margin: 0 !important;
  color: #000;
}

