/*
  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 {
  margin: auto;
	font-size: 0.8em;
}

table.calendar {
	border: 0px;
}

.calendar thead th {
	border-right: 0px solid #ccc;
}

.calendar tbody td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.monthName th {
  font-weight: bold;
  text-align: right;
  padding: 0 5px;
  background-color: #157c00;
	font-size: 1.0em;
	height: 25px;
}

.dayName th {
  background-color: #333333;
  font-size: 0.8em;
	height: 25px;
}

.otherMonth, .day, .specialDay {
  border-right: 1px solid #ccc;
  font-size: 0.8em;
}

.otherMonth {
  background-color: #f0f0f0;
  text-align: center;

}
.day, .specialDay {
  text-align: center;
  border-bottom: 1px dotted #ccc;
  background-color: #76aee5;
}

.weekendDay {
  background-color: #f0f0f0;
}
.specialDay {
  background-color: #bbccff;
}
.completeDay {
  background-color: #57c748;
}
.partialDay {
  background-color: #ff9e00;
}

.inView {
	background: transparent url("/images/today.gif")  center center no-repeat;
}

.calendar a:link, .calendar a:visited, .calendar a:hover, .calendar a:active {
	color: #333;
  text-decoration: none;	
	border-bottom: none;
}
.day_link {
  padding: 5px;
}

