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

.weekendDay {
  background-color: #fff;
}

.calendar {
	color: #999;
	font-size: 10px;
}
.calendar a {
	color: #999;
	text-decoration: none;
}
.calendar a:hover {
	color: white;
  background-color: #666;
}

th.monthName  {
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
	font-size: 1em;
	width: 80px;
}

.dayName th {
	width: 10px;	
  font-size: 1em;
  padding: 5px;
  background-color: #fff;
  color: #fff;
	display: none;
}

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



.day, .specialDay {
  text-align: center;
  border-bottom: 1px solid #ffffff;
  background-color: #fff;
}
.specialDay {
  background-color: #fff;
  color: 333;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: #333;
  text-decoration: none;
  padding: 3px 3px;
}
.specialDay a:hover {
  color: white;
  background-color: #666;
}


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

.today{
	background-color: #fff;
}
