/*
  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-family: Arial,sans-serif;
}

.calendarName {
  background-color: #ffffee;
  text-align: center;
  img-align: center;
}

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

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

.otherMonth, .day, .specialDay {
  text-align: center;
  padding: 0.8em 0.8em 
  border-right: 1px solid white;

}

.otherMonth {
  font-size: 0.75em;
  color: black;
  background-color: #fff0f0;
}

.day, .specialDay {
  font-size: 0.75em; 
  text-align: center;
  border-bottom: 1px dotted #bbbbbb; 
  padding: 0.8em 0.8em; 
  /* background-color: #bbccff; */
  /* background-color: #006699; */
  background-color: #DEF1FD; 
}

.specialDay {
  /* background-color: #bbff5f; */
  background-color: #C0E1F5; 
  color: red;
}

.specialDay a, .specialDay a:visited, .specialDay a:hover {
  /* color: white; */
  text-decoration: none;
  /* padding: 1em; */
}

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

.weekendDay {
  color: red;
  background-color: #ffffee; 
}

.specialWeekendDay {
  color: red;
  background-color: #F8F8CA;
}

.prevcal {
  color: #ffffee;
  background-color: #ffffee;
}
.thiscal {
  text-align: center;
  color: black;
  background-color: #ffffee;
}
.nextcal {
  color: #ffffee;
  background-color: #ffffee;
}
