/*
  A blue based theme, inspired by Blinksale and their ColorBurn widget. http://firewheeldesign.com
  
  AUTHOR: Geoffrey Grosenbach http://nubyonrails.com
  
  Colors: 
    Light Blue: bbccff 
    White: eeddee
    Turq: 003355
    Cream: ffffdd
*/

.calendar {
  margin: auto;
  font-size: small;
}

.monthName th {
  font-weight: bold;
  text-align: right;
  /* padding-top: 1em; */
  padding-bottom: 0.7em;
}

.dayName th {
  font-size: 0.7em;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  background-color: #303030;
  color: white;
  width: 7.0em;
}

.otherMonth, .day, .specialDay {
  padding: 0.7em 1em;
  border-right: 1px solid white;

}

.otherMonth {
  color: #eeeeee;
  background-color: white;
}

.day, .specialDay, .todayDay {
  font-size: 0.7em;
  text-align: center;
  border-bottom: 1px dotted #bbbbbb;
  background-color: #bbccff;
  width: 1.0em;
}
.specialDay {
  background-color: #003355;
  color: white;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: white;
  text-decoration: none;
}
.specialDay a:hover {
  color: white;
  background-color: black;
}
.weekendDay {
  font-size: 0.7em;
  width: 1.0em;
}
.todayDay {
  background-color: #ffff66;
}
