/*
  A blue based theme, inspired by Blinksale and their ColorBurn widget. http://firewheeldesign.com
  
  AUTHOR: Geoffrey Grosenbach http://nubyonrails.com
  
  Colors: 
    Light Blue: bbccff 
    White: eeddee
    Turq: 003355
    Cream: ffffdd
*/

.calendar {
  margin: auto;
}

.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: #999;
  color:#333 ;
  width: 20px;
border-right: 2px solid white;
border-bottom: 2px solid white;
  
}

.dayName abbr {
text-decoration: none;
padding-right: 0.7em ;
border: 0px;
text-align: center ;
}

.otherMonth, .day, .specialDay {
  padding: 0.6em 0;
  border-right: 2px solid white;
  text-align: center;
  width: 30px;
}

.otherMonth {
  color: #eeeeee;
  background-color: white;
}


.day, .specialDay {
  text-align: center;
  border-bottom: 2px solid #FFF;
  background-color: #CCC;
}

.specialDay {
  background-color: #FFF;
  color: #333;
  font-weight: bold;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: white;
  text-decoration: none;
  padding: 1em;
}
.specialDay a:hover {
  color: white;
  background-color: black;
}
.weekendDay {
  xbackground-color: #ffffdd;
}
.today{
	background-color: #4682b4;
}
