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

.DynarchCalendar-topBar {
  background-color: ##636365;
}

.DynarchCalendar-bottomBar {
  background-color: #E6E6E6;
}

.DynarchCalendar-focused .DynarchCalendar-topBar{
  background-color: ##636365;
  color: #ffffff;
}

.DynarchCalendar-focused .DynarchCalendar-bottomBar {
  background-color: #E6E6E6;
  color: #ffffff;
}

.DynarchCalendar-title div {
  color: #ffffff;
  text-shadow: 1px 1px 1px #fa0;
}
.DynarchCalendar-pressed-title div {
  text-shadow: 1px 1px 1px #000;
}

.DynarchCalendar-menu {
  background-color: #fed;
}

.DynarchCalendar-hover-title,
.DynarchCalendar-hover-navBtn,
.DynarchCalendar-hover-bottomBar-today,
.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
  background: transparent 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: #db2 url("coolbg.png") repeat-x 0 50%;
  color: #000 !important;
}
.DynarchCalendar-pressed-title div,
.DynarchCalendar-pressed-navBtn div { background-color: transparent; color: #000; }

.DynarchCalendar-hover-week,
.DynarchCalendar-focused .DynarchCalendar-hover-week {
  background: transparent url("coolbg.png") repeat-x 0 50%;
}

.DynarchCalendar {
	background-color: #FBF5EF;
}

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

.DynarchCalendar-hover-date {
  background-image: url("coolbg.png");
  background-position: 0 50%;
  background-repeat: repeat-x;
  border-color: #f92;
}

.DynarchCalendar-day-selected {
  background-color: #f92;
  color: #000 !important;
  background-image: url("coolbg.png");
  background-position: 0 50%;
  background-repeat: repeat-x;
}

.DynarchCalendar-day-today.DynarchCalendar-day-selected {
  background-color: #f92;
  color: #00f !important;
}

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

.DynarchCalendar-focused .DynarchCalendar-body {
  background: url("../shadow-b.png") repeat-x 0 0;
}
