/*
  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;
  width: 100%;
}

.monthName th {
  font-weight: normal;
  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: #bbbbaa;
  color: white;
}

.otherMonth, .day, .specialDay {
  padding: 0 0 0.2em 0.2em;
  border-bottom: 1px dotted #bbbbbb;
  border-right: 1px dotted #bbbbbb;

}
.weekendDay.otherMonth {
  color: #000;
  background-color: white;
  text-align: left;
  vertical-align: top;
}

.otherMonth {
  color: #000;
  background-color: white;
  text-align: left;
  vertical-align: top;
}

.day, .specialDay {
  text-align: left;
  vertical-align: top;
  height: 115px;
  width: 60px;
  border-bottom: 1px dotted #bbbbbb;
  background-color: #eee;
}
.specialDay {
  background-color: #dff2fb;
  color: #000;
font-weight: 800;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: #000;
  text-decoration: none;
  /*padding: 1em;*/
}
.weekendDay.specialDay {
  background-color: #dff2fb;
}
.specialDay a:hover {
  color: white;
  background-color: black;
}
.weekendDay {
  background-color: #ddd;
}
.today{
        background-color: #bebbdc;
}
