/*
  A blue based theme, inspired by Blinksale and their ColorBurn widget. http://firewheeldesign.com
  
  AUTHOR: Geoffrey Grosenbach http://nubyonrails.com
  

	Colors used:
		Brown: 5B450E
		dark brown: 423008
		Blue: 7eabcb
		Yellow: FFCC00
		Red: 993300

*/

#camps .calender {
	position: absolute;
	margin-top: 2px;
	margin-left: 435px;
	width: 150px;
  color: #666;
	font-family: Arial, Verdana, sans-serif;
}

.reg_camps li .calender {
	position: absolute;
	margin-top: -24px;
	margin-left: 266px;
}
.monthName {
	color: #fff;
  font-weight: normal;
  text-align: center;
	background: #7eabcb;
}

.calender tbody td {
	font-size: 12px;
	text-align: center;
	padding: 5px;
}

.dayName th {
  font-size: 0.7em;
  padding: 5px;
  background-color: #993300;
  color: white;
}

.calender .dayName {
	display: none;
}

.otherMonth, .day, .specialDay {
  border-right: 1px solid white;
}

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

.day, .specialDay {
  text-align: center;
  background-color: #bbccff;
}

.weekendDay {
  background-color: #eee;
}

.specialDay {
  background-color: #FFCC00;
  color: black;
}

.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: white;
  text-decoration: none;
}

.specialDay a:hover {
  color: white;
  background-color: black;
}

.today {
	background-color: #4682b4;
}