/*
  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: #678197;
  text-align: center;
  border-collapse: collapse;
}

.calendar td{
	border: 1px solid #e5eff8;
}

thead tr {
  color: #2C4786;
}

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

.dayName th {
  font-size: 0.7em;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  background: url("/images/cal_bg.gif") repeat-x;
  color: white;
/*  border-bottom: 1px solid white;*/
}

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

.otherMonth {
  color: #EEE;
  background-color: #FFF;
}

.day, .specialDay {
  border-bottom: 1px solid #e5eff8;
  background-color: #F4F9FE;
}
.specialDay {
  background-color: #B6D5FB;
  color: #2C4786;
  font-weight: bold;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
  text-decoration: none;
  padding: 1em;
}
.specialDay a:hover {
  color: white;
  background-color: black;
}
.weekendDay {
  background-color: #FFF;
}
.today {
	background: #FFF;
	color: #6D0005;
	font-weight: bold;
}

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

