/*
  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 th{
	background-color:#8D391D;
}

.calendar a,
.calendar a:link, 
.calendar a:visited{
	color:white;
}

.calendar th.next_month {
	text-align:right;
}

.calendar th.monthName {
	text-align:center;
}

.calendar {
  margin: auto auto 1em;
}

.monthName th {
  font-weight: normal;
  text-align: right;
  padding-top: 1em;
  padding-bottom: 0.7em;
}

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

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

}

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

.day, .specialDay {
  text-align: center;
  border-bottom: 1px dotted #bbbbbb;
  background-color: #8D391D;
}
.specialDay {
  background-color: #6E1517;
  color: white;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: white;
  text-decoration: none;
  padding: 0.1em;
}
.specialDay a:hover {
  color: white;
}
.weekendDay {
  background-color: #ffffdd;
}
.today{
  background-color: #6E1517;
}