.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: #f0dacf 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: #8f2b11 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: #ffffff url("coolbg.png") repeat-x 0 50%;
}

.DynarchCalendar {
  background: url("steel.jpg") no-repeat 50% 30px;
}




.DynarchCalendar-td-selected,
.DynarchCalendar-day-selected {
	color: #ffffff;}

.DynarchCalendar-day-selected {
  background-color: #a74329;
  color: #fff;
  background-image: url("coolbg.png");
  background-position: 0 50%;
  background-repeat: repeat-x;
}
.DynarchCalendar-day-today {
color: #a74329;
	}
.DynarchCalendar-day-today.DynarchCalendar-day-selected {
  background-color: #a74329;
  color: #fff ;
}

.DynarchCalendar-focused .DynarchCalendar-body {
  background: url("../shadow-b.png") repeat-x 0 0;
}
.DynarchCalendar-hover-date {
	border: 1px solid #d8745a;
	background:#ffebe6;}
.DynarchCalendar-focused .DynarchCalendar-topBar, .DynarchCalendar-focused .DynarchCalendar-bottomBar {
  background-color: #ecc1b5;
  border-color: #5a1402;
}
