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

.monthName {
  font-weight: normal;
  margin: 0;
  padding: 4px;
}

.dayName th {
  padding: 4px;
  width: 88px;
  color: white;
  background-color: #CAC094;
  text-align: left;
}

.otherMonth, .day, .specialDay, th {
  padding: 4px;
  border-right: 1px solid white;
  width: 25px;
}
th {
  border-bottom: 1px solid white;
}

.otherMonth {
  color: #CAC094;
  background-color: white;
  border-bottom: 1px solid white;
}

.day, .specialDay {
  border-bottom: 1px solid white;
  background-color: #F6F5F1;
}
.week {
  font-size: 75%;
}
.weekendDay {
  background-color: #F6F2DD;
}
.specialDay {
  background-color: #89D948;
  color: white;
  cursor: pointer;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
	color: white;
}
.specialDay a:hover {
}

.today {
  background: #F7D74D;
}

.calendar-event {
  border: 1px solid #99C;
  background: white;
  font-size: 75%;
  margin: 2px 0;
}
.calendar-event-time {
  padding: 2px;
  background: #E0E0F0;
}
.calendar-event-text {
  padding: 2px;
}
