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

.calendar {
	float:left;
  margin: auto;
  width: 450px;
  height: 250px;
}

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

.dayName th {
  font-size: 8pt;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  background: #642C2D url("/images/main_menu_bg.gif") repeat;
  color: white;
}

.otherMonth, .day, .specialDay {
  padding: 0.7em 1em;
  border-right: 1px solid white;

}

.otherMonth {
  color: #cccccc;
  text-align: center;
}
.weekendDay {
  background-color: #FCF3DB;
}

.day, .specialDay, .specialDay2 {
  text-align: center;
  border-bottom: 1px dotted #bbbbbb;
}
.specialDay2 {
  background-color:#CC0000;
  color: white;	
}
.specialDay {
  background-color:#5B8751;
  color: white;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover, .specialDay2 a, .specialDay2 a:visited, .specialDay2 a:hover {
  color: white;
  text-decoration: none;
}

.today {
	background:#FFFFFF url("/images/bg.gif") repeat;	
}