/*
  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 {
	border-bottom: 1px solid black;
}

#calendar td {
  text-align: center;
  vertical-align: middle;
}

#calendar .monthName th {
  font-weight: bold;
  color: #303030;
  padding-top: 0em;
	font-size: 13px;
}

#calendar .dayName th {
  font-size: 9px;
  color: black;
  text-align: center;
}

#calendar .saturday {
	border-right: 1px solid black;
}

#calendar .otherMonth, #calendar .day, #calendar .specialDay {
	font-weight: bold;
	font-size: 12px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	width: 28px;
	height: 28px;
	color: black;
}

#calendar .today {
	background-color: #eeb211;
}

#calendar .otherMonth {
	color: #ccc;
}