/*
  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;
}

.monthName th {
  font-weight: normal;
  text-align: left;
  padding-top: 1em;
  padding-bottom: 0.7em;
}

.dayName th {
  text-align: center;
  font-size: 0.8em;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  background-color: #303030;
  color: white;
}

.otherMonth, .day, .specialDay {
  border-right: 1px solid white;
}

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

.day, .specialDay {
  text-align: center;
  border-bottom: 1px dotted #bbbbbb;
  background-color: #bbccff;
}

.day td, .specialDay td {
  padding: 0;
  margin:0;
  height: 100%;
  width: 100%;
}

.specialDay {
  background-color: #003355;
  color: white;
}

.specialDay a {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.specialDay a:hover {
  color: white;
  background-color: black;
}

.weekendDay {
  background-color: #ffffdd;
}

.today{
  background-color: #4682b4;
}

.weekendDay.specialDay {
  background-color: #225577;
}