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

/* TODO */

.calendar {
  color: Black;
  text-align: center;
  font-size: .8em;
}

caption.monthName {
  color: black; 
}
.monthName th {
  font-weight: normal;
  text-align: right;
  padding: .3em;
  color: black;
}

.dayName th {
  text-align: center;
  padding: .3em;
  background-color: #DDD;
  color: black;
  border-bottom: 1px solid white;
}

.otherMonth, .day, .specialDay {
  color: white;
  width: 25px;
  padding: .1em .3em .1em .1em;
  border-right: 1px solid white;
  text-align: center;
}

.otherMonth {
  color: #EEE;
  background-color: #EEE;
}

.day, .specialDay {
  border-bottom: 3px solid white;
  background-color: green;
}
.specialDay {
  background-color: red;
  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 {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}
.today {
	color: yellow;
  font-weight: bold;
  font-size: 1.2em;
}


