/*
  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_header td {
  font-size: 0.7em;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
}

.time_row td div {
  margin-top: 3px;
  margin-bottom: 3px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.big_cell {
  font-size: 9pt;
  font-weight: bold;
}

.full_width_cell {
  width: 35px;
}

.small_width_cell {
  width: 15px;
}

.clickable {
  cursor: pointer;
}

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

.day, .specialDay {
  text-align: center;
  border-bottom: 1px dotted #bbbbbb;
  background-color: #bbccff;
}
.specialDay {
  background-color: #003355;
  color: white;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: white;
  text-decoration: none;
  padding: 1em;
}
.specialDay a:hover {
  color: white;
  background-color: black;
}
.weekendDay {
  background-color: #ffffdd;
}
