/* This is for Gecko-based browsers */

.DynarchCalendar {
  border: 1px solid #79BFF1;
}

.DynarchCalendar:hover {
  outline: none;
  border-color: #339ce9;
 	-webkit-box-shadow: 0 0 10px #79BFF1;
 	-moz-box-shadow: 0 0 10px #79BFF1;
  box-shadow: 0 0 10px #79BFF1;
}

.DynarchCalendar-topBar {
  background: #f0f0f0;
  border-color: #aaa;
}

.DynarchCalendar-focused {
  background: #f7f7f7;
}

.DynarchCalendar-bottomBar {
  background: #f0f0f0;
}

.DynarchCalendar-hover-week {
  background: #eee;
}

.DynarchCalendar-hover-date {
  border: 1px solid #79BFF1;
}

.DynarchCalendar-day-today {
  color: #41a3eb;
}

.DynarchCalendar-day-selected {
  background: #ddd;
}

.DynarchCalendar-day-today.DynarchCalendar-day-selected {
  background: #ddd;
  color: #41a3eb;
}

.DynarchCalendar-hover-title div {
  background-color: #e0e0e0;
  border: 1px solid #339ce9;
}
.DynarchCalendar-pressed-title div {
  background-color: #bbb;
  border: 1px solid #339ce9;
}

.DynarchCalendar-hover-navBtn div {
  background-color: #e0e0e0;
  border: 1px solid #339ce9;
}
.DynarchCalendar-pressed-navBtn div {
  background-color: #bbb;
  border: 1px solid #339ce9;
}

