/*
  A red, white, and grey theme.
  
  AUTHOR: Geoffrey Grosenbach http://nubyonrails.com
  
  Edited by Sam Dekeyser to fit the VGK theme.
*/

.calendar {
  float: left;
  text-align: center;
  width: 220px;
}

.calendar td {
  width: 20px;
  height: 20px;
}

tr.day_names {
  background-color: #707070;
  color: #fff;
}

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

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

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

.otherMonth {
  color: #ccc;
}

.weekendDay, .weekend {
  background-color: #eeeeee;
}

.day, .specialDay {
  /* text-align: center; */
  /* border-bottom: 1px dotted #bbbbbb; */
  border: 1px solid #ccc;
}

.normalDay {
  /* text-align: center; */
}

.specialDay {
  background-color: #d10a21;
  color: white;
  font-weight: bold;
  /* text-decoration: underline; */
}
.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: #c94e13;
	color: white;
}
