/*
  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;
	width:100%;
}

.calendar .monthName {
  font-weight: normal;
  text-align: center;
  padding:5px;
	color: #033977;
	font: 18px/18px 'Myriad Pro', Helvetica, Arial;
	border-right:1px solid #fff;
}

.calendar tbody tr {
	border-left: 1px solid #bbb;
}

.calendar .dayName th {
  font-size: 0.7em;
  padding:.5em;
  background-color: #303030;
  color: white;
	text-align:center;
	border-right:1px solid #303030;
}

.calendar .otherMonth, .calendar .day {
  padding: 0.7em 1em;
  border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

.calendar .otherMonth {
  color: #ccc;
  background-color: white;
}

.calendar .day {
  text-align:left;
	height:5em;
}

.calendar .perfect {
	background:url(../images/icn_perfect_day.png) no-repeat 25px 22px;
}

.calendar .blow_it {
	background:url(../images/icn_blow_it_day.png) no-repeat 25px 22px;
}

.calendar .burning {
	background:url(../images/icn_burning_day.png) no-repeat 22px 18px;
}

.calendar .weekendDay {
  background-color: #fff;
}

.calendar .subscribed {
	background-color:#eef5fb;
}

.calendar .subscribed:hover {
	background-color:#256C99;
	color:#fff;
}

.calendar .future:hover {
	background-color:#eef5fb;
	color:#000;
}

.calendar .today {
	background-color: #CCE5FF;
}

#calendar_links {
	margin:10px 0 10px 0;
	text-align:center;
}