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

table.calendar td {font-size:12px;margin-bottom:1px;}
table.calendar th {font-family:Helvetica, Arial, sans-serif}

.calendar {
  /*margin: auto;*/
  width:660px;color:#666666;background:#ffffff;
}

.monthName {
  font-weight: bold;
  font-size:18px;
  text-align: center;
  color:#3e3e3e;
  padding: 5px 0 3px 0;
  /*padding-top: 1em;
  padding-bottom: 0.7em;*/
  text-transform:uppercase;
}

.dayName th {
  font-size: 10px;
  padding:8px 0 6px 0;
  /*padding-top: 0.6em;
  padding-bottom: 0.3em;*/
  background-color: #efefef;
  color: #3e3e3e;
  text-transform:uppercase;
}

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

}

.otherMonth {
  color: #eeeeee;
  text-align:center;
}
.weekendDay {
  /*background-color: #eeeeee;*/
}

.day, .specialDay {
  padding: 9px 0 8px 0;
  text-align: center;
  /*border-bottom: 1px dotted #bbbbbb;*/
}

.specialDay {
  font-size:14px;
	background-color: #dce9e7;
	color: #000000;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: #000000;
  text-decoration: none;
  font-size:bold;
  /*padding: 1em;*/
}
.specialDay a:hover {
}
.today {
  border:2px dotted #BAC7C5;
  color: #000000;
  text-decoration:underline;
}

img {border:none;}
