.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%;
	color:#000;
	cursor:pointer;
}

.DynarchCalendar-hover-title div,
.DynarchCalendar-hover-navBtn div { 
	background-color: transparent; 
	color:#000;
	cursor:pointer;
}

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

.DynarchCalendar-pressed-title div,
.DynarchCalendar-pressed-navBtn div { 
	background-color: transparent; 
	color:#fff;
	cursor:pointer;
}

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

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



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

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

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