/*
  A grey based theme, inspired by Blinksale and their ColorBurn widget. http://firewheeldesign.com
  
  AUTHOR: Geoffrey Grosenbach http://nubyonrails.com
  
  Colors: 
    dk: 787888
    lt: 4f4f5b
    lter: a8a8a8
    white: ffffff
    bgred: #750202
*/

.calendar {
  margin: auto;
  color: 787888;
  text-align: center;
}

.monthName th {
  font-weight: normal;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 0.7em;
  color: black;
}

.dayName th {
  font-size: 0.7em;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  background-color: #750202;
  color: white;
  border-bottom: 1px solid white;
}

.otherMonth, .day, .specialDay {
  padding: 0.7em 1em;
  border-right: 1px solid #111111;
}

.day, .specialDay {
  border-bottom: 1px solid #111111;
  background-color: white;
}
.specialDay {
  background-color: #eee;
  color: #750202;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: #750202;
  text-decoration: none;
  padding: 0;
}
.specialDay a:hover {
  color: #013460;
  text-decoration: underline;
}
.weekendDay {
  color: #ccc;
  background-color: #013460;
}

.weekendDay a { color: #FFF; }

.otherMonth {
  color: #333;
  background-color: #ccc;
}