/*
  A red, white, and grey theme.
  
  AUTHOR: Geoffrey Grosenbach http://nubyonrails.com
*/

.calendar {
	border-bottom: 5px solid #5496E7; 
	width:220px;
	font-size:10px;
	margin-left:7px;
}

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

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

.otherMonth, .day, .specialDay {
	border-right: 1px solid white;
	padding: 0.2em;
	font-size: 10px;
}

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

.day, .specialDay {
  text-align: center;
  border-bottom: 1px dotted #bbbbbb;
}
.day a{
	text-decoration: underline;
	font-weight: bold;
}
.specialDay {
  background-color: #d10a21;
  color: white;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: white;
  text-decoration: none;
  padding: 1em;
}
.specialDay a:hover {
  color: white;
  background-color: black;
}
.today {
	background-color: #FEB929;
	color: white;
}
