/*
  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 {
  width: 150px;
  margin: auto;
}

.monthName th {
  padding: 2px;
  font-weight: normal;
  text-align: right;
}

.dayName th {
  background-color: #c7d8ed;
  color: #999999;
}

.otherMonth, .day, .specialDay {
  padding: 2px;
  border-right: 1px solid white;
}

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

.day, .specialDay {
  text-align: center;
  border-bottom: 1px dotted #bbbbbb;
  background-color: #ffffff;
}
.specialDay {
  background-color: #ffcc99;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: white;
  text-decoration: none;
  padding: 1em;
}
.specialDay a:hover {
  color: white;
  background-color: black;
}
.weekendDay {
  background-color: #ffcc99;
}
.today{
	background-color: #ff0000;
}
