/* disabling opacity and text-shadow for disabled dates because
animation gets too slow.  Comment out the following block to
re-enable it. */
.DynarchCalendar-day-disabled {
  opacity: 1;
  text-shadow: none;
}

.CottagesInCanada-link, .CottagesInCanada-link:visited, .CottagesInCanada-link:link {
  color: #8B3E2F;
  text-decoration: none;
  padding: 1px 0;
  display: block;
}

.CottagesInCanada-link:hover {
  text-decoration: underline;
  color: #000000;
}

.booked {
  background-color: #f92;
  color: #000 !important;
  background-image: url("gold/coolbg.png");
  background-position: 0 50%;
  background-repeat: repeat-x;
}

.closed {
  background-color: #ccc;
  -moz-border-radius: 0;        /* disabling border radius because it slows down animation */
}