.DynarchCalendar-focused {
  background-color: #fff;
}

.DynarchCalendar-topBar {
  background: url("body.png")repeat-x 50% 0;
}

.DynarchCalendar-bottomBar {
  background: url("body.png") repeat-x 50% 50%;
}

.DynarchCalendar-hover-title,
.DynarchCalendar-hover-navBtn,
.DynarchCalendar-hover-bottomBar-today,
.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
  background: #dde url("body.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("body.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("body.png") repeat-x 0 50%;
}

.DynarchCalendar {
  background:url("body.png") repeat-x 0 50%;
}




.DynarchCalendar-day {
  text-align: center;
   color: #444444;
   line-height:40px;
  height:40px;
  width:41px;
  vertical-align:middle;
  background:transparent url(cells.png) repeat scroll 0 0;
}


.DynarchCalendar-day-selected {
 /* background-color: #1864fc;
  color: #fff !important;
  background-image: url(cells.png);
  background-position: 82px 0;
  background-repeat: repeat-x;
  */
}

.highlight{
 background-color: #1864fc;
  color: #fff !important;
  background-image: url(cells.png);
  background-position: 82px 0;
  background-repeat: repeat-x;
}

.DynarchCalendar-hover-date {
 /*background:transparent url(cells.png) repeat scroll 0 -41px;
  color: #000;*/
}

.DynarchCalendar-day-today.DynarchCalendar-day-selected {
  background-color: #1864fc;
  color: #fff !important;
}


