.DynarchCalendar, .DynarchCalendar-focused {
  background-color: #FFF;
}

.DynarchCalendar-topBar,
.DynarchCalendar-bottomBar,
.DynarchCalendar-focused .DynarchCalendar-topBar,
.DynarchCalendar-focused .DynarchCalendar-bottomBar {
  background: url(../img/bg_mese.gif) repeat-x;
  color: #fff;
}

.DynarchCalendar-title div {
 color: #fff;
 font-size:12px;
 font-weight:bold; 
 
 }

.DynarchCalendar-dayNames {
 background: url(../img/bg_giorni.gif) repeat-x;
}

.DynarchCalendar-hover-navBtn div,
.DynarchCalendar-hover-title div,
.DynarchCalendar-hover-bottomBar-today {
  border-color: #f4f0e8 #444038 #444038 #f4f0e8;
  background-color: #FFF;
  color: #000;
}
.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
  border-color: #f4f0e8 #444038 #444038 #f4f0e8;
  background-color: #CCC;
  color: #000;
}

.DynarchCalendar-pressed-navBtn div,
.DynarchCalendar-pressed-title div,
.DynarchCalendar-pressed-bottomBar-today,
.DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn {
  border-color: #444038 #f4f0e8 #f4f0e8 #444038;
  background-color: #646058;
  color: #fff;
}

.DynarchCalendar-hover-date {
  border-color: #f4f0e8 #444038 #444038 #f4f0e8;
  background-color: #CCC;
}
.DynarchCalendar-day {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color:#BBD0E3;
}

.DynarchCalendar-day-disabled {
  background: #CCC;
}

.DynarchCalendar-hover-week { background-color: #CCC !important; }

.DynarchCalendar-day-selected {
  background-color: #CCC;
  border: 1px solid;
  border-color: #444038 #f4f0e8 #f4f0e8 #444038;
  margin: 0;
}

.DynarchCalendar-day-today.DynarchCalendar-day-selected { background-color: #CCC; }

.DynarchCalendar-menu {
  background-color: #FFF;
}

