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

.calendar {
  margin: auto;
}

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

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

.otherMonth, .weekday, .weekend, .stat, .requestDay, .myDay {
  padding: 0.5em;
  border-right: 1px solid white;
  text-align: center;
  border-bottom: 1px dotted #bbbbbb;
  font-size: 93%;
}

.otherMonth {
  color: #cccccc;
}

.weekend {
  background-color: #eeeeee;
}
.stat {
  background-color: #dddddd;
}

.myDay {
    background-color: yellow;
}

.requestDay {
  background-color: #d10a21;
  color: white;
}
.requestDay a, .requestDay a:visited, .requestDay a:hover {
  color: white;
  text-decoration: none;
}
.requestDay a:hover {
  color: white;
  background-color: black;
}
.today {
	background-color: #1e90ff;
	color: white;
}

.day_rating_-4 {
    background-color: #fff;
    color: #000;
}

.day_rating_0 {
    background-color: #b00;
    color: #fff;
}

.day_rating_1 {
    background-color: #b50;
    color: #fff;
}

.day_rating_2 {
    background-color: #bb0;
    color: #fff;
}

.day_rating_3 {
    background-color: #8b0;
    color: #fff;
}

.day_rating_4 {
    background-color: #00b;
    color: #fff;
}
