.DynarchCalendar-focused {
  /*background-color: #f00;*/
}

.DynarchCalendar-topBar {
  background: url("brushed-steel.png") repeat-x;
}

.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-hover-week,
.DynarchCalendar-focused .DynarchCalendar-hover-week {
  /*background: #ddd url("coolbg.png") repeat-x 0 50%;*/
}

.DynarchCalendar {
  background: #fafbfc;
  padding-bottom: 5px;
}
.DynarchCalendar-day{
	color: #5c679b;
}
.DynarchCalendar-day.DynarchCalendar-weekend{
	color: #ff5d00;
}
.DynarchCalendar-day.DynarchCalendar-weekend.DynarchCalendar-day-othermonth{
	color: #c2947b;
}
.DynarchCalendar-day.DynarchCalendar-day-othermonth{
	color: #b9c6d0;
}


.DynarchCalendar-day-selected {
  background-color: #d9e6f5;
}

.DynarchCalendar-day-today.DynarchCalendar-day-selected {
  background-color: #5c679b;
  color: #fff !important;
}

.DynarchCalendar-focused .DynarchCalendar-body {
  /*background: url("shadow-b.png") repeat-x 0 0;*/
}
