.DynarchCalendar-focused {
  background-color: #FFF;
}

.DynarchCalendar-topBar {
	 background: #D6E0E7;
/*  background: url("brushed-steel.jpg") no-repeat 50% -50px; */
}

.DynarchCalendar-bottomBar {
	 background: #D6E0E7;
/*  background: url("brushed-steel.jpg") no-repeat 50% -80px;*/
}

.DynarchCalendar-menu {
  background-color: #fed;
}

.DynarchCalendar-hover-title,
.DynarchCalendar-hover-navBtn,
.DynarchCalendar-hover-bottomBar-today,
.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
		 background: #D6E0E7;
 /* 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%; */
	background: #FFF;
}

.DynarchCalendar {
  background: url("gold.jpg") no-repeat 50% 30px;
}

.DynarchCalendar-weekNumber {
  border-right: 1px solid #E56506;
}



.DynarchCalendar-hover-date {
  background-image: url("coolbg.png");
  background-position: 0 50%;
  background-repeat: repeat-x;
 /* border-color: #f92;*/
}

.DynarchCalendar-day-selected {
  background-color: #D6E0E7;
  font-weight: bold;
 /* color: #000 !important;
  background-image: url("coolbg.png");
  background-position: 0 50%;
  background-repeat: repeat-x;*/
}

.DynarchCalendar-day-today.DynarchCalendar-day-selected {
  background-color: #D6E0E7;
  color: #00f !important;
}

.DynarchCalendar-tooltipCont,
.DynarchCalendar-focused .DynarchCalendar-tooltipCont {
	background: #FFF;
  /*background: #db2 url("brushed-steel.jpg") no-repeat 50% -100px;*/
}

.DynarchCalendar-focused .DynarchCalendar-body {
  	background: #FFF;
  /*background: url("../shadow-b.png") repeat-x 0 0;*/
}
.DynarchCalendar-weekend { color: #E56506; }

.DynarchCalendar-dayNames .DynarchCalendar-weekend { color: #E56506; }
.DynarchCalendar-day-othermonth.DynarchCalendar-weekend { color: #E56506; }


.DynarchCalendar-dayNames div { font-weight: bold; color: #444; text-shadow: 0px 0px 0px #777; }

.DynarchCalendar-title div {
  padding: 5px 17px;
  text-shadow: 0px 0px 0px #777;
}
