/*
  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;
  font-size: 0.9em;
  text-align: center;
/*  padding-top: 1em;*/  
  padding-bottom: 0.7em;
}

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

.otherMonth, .day, .specialDay {
  padding: 0.2em .4em;
  border-right: 1px solid #bbccff;
  font-size: 1em;
  color: white;
}

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

.day, .specialDay {
  text-align: center;
  border-bottom: 1px dotted #bbbbbb;
  background-color: #999999;
}
.specialDay {
  background-color: #487858;
  color: white;
}
.day a:hover, .specialDay a:hover {
  color: white;
	text-decoration: none;
}
.weekendDay {
  background-color: #ffffdd;
}

