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

.DynarchCalendar-topBar {
  background: #758f96;
}

.DynarchCalendar-bottomBar {
  background: #758f96;
}

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

.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%;*/
  background: #758f96;
  color: #fff;
}
.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%;*/
  background: #eef5f5;
  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: #8fadaf;
}


.DynarchCalendar {
  /*background: url("gold.jpg") no-repeat 50% 30px;*/
  background: #eef5f5;
}

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

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

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

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

.DynarchCalendar-day-today { color: #d61e1e; font-weight: bold; }

.DynarchCalendar-tooltipCont,
.DynarchCalendar-focused .DynarchCalendar-tooltipCont {
  /*background: #db2 url("brushed-steel.jpg") no-repeat 50% -100px;*/
  background: #eef5f5;
}

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

/*.DynarchCalendar-weekend { color: #758f96; font-weight: bold; }*/

.DynarchCalendar-focused .DynarchCalendar-topBar, .DynarchCalendar-focused .DynarchCalendar-bottomBar {
  background-color: #758f96;
  border-color: #758f96;
}

.DynarchCalendar {
	border-color: #758f96;
}

#cal_left, #cal_right {
	float: left;
	margin-top: 10px;
}

#cal_left {
	margin-right: 25px;
}

#cal_right {
	margin-right: 15px;
}
