/*
  A grey based theme, inspired by Blinksale and their ColorBurn widget. http://firewheeldesign.com
  
  AUTHOR: Geoffrey Grosenbach http://nubyonrails.com
  
  Colors: 
    dk: 787888
    lt: 4f4f5b
    lter: a8a8a8
    white: ffffff
*/

/* TODO */

.calendar {
  margin: auto;
  color: white;
  text-align: center;
}


thead tr {
  color: black;
}

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

.dayName th {
  /*font-size: 0.7em;*/
  color:#4B5056;
  font-weight:normal;
  padding:5px 3px;
  text-transform:uppercase
  
}

.otherMonth, .day, .specialDay {
  padding: 0.7em 1em;
  
}

.calendario table td.otherMonth {
  color: #999999;
  background-color: #d9d9d9;
}

.day, .specialDay {
  background-color: #333333;
}
.calendario table td.specialDay {
  background-color: #ce6c1d;
  color: white;
}

#content .specialDay a{color: white;}

#content .specialDay a:hover {
  color: white;
  text-decoration:underline
}
.specialDay a:hover {
  color: white;
  text-decoration:underline
  
}
.weekendDay {
  
}
.calendario table td.today {
	background-color:#b0c30f;
	color: white;
}

Colors: 
  dk: 787888
  lt: 4f4f5b
  lter: a8a8a8
  white: ffffff

