@import url(http://www.takestockinchildren.org/stylesheets/webStyle);

.calendarBg{
     background-color:#000;
}

.calendarHeader {
     font-weight:bold;
     color:#086463;
     text-align:center;
     background-color:#21b9b7;
}

.calendarHeader a {
     color:#086463;
}

.calendarHeader a:hover [
     color:#3a9c9b;
}

.calendarHeader a:visited {
     color:#086463;  
}

.calendarDayHeading {
     font-weight:bold;
     font-size:11px;
     color:#3a9c9b;
     background-color:#91dbdb;
     text-align:center;
     vertical-align:middle;
}

.calendarCell {
     font-weight:bold;
     font-size:11px;
     text-decoration:none;
     text-align:left;
     vertical-align:top;
     color:#666;
     background-color:#fff;
     width:60px;
     height:60px;
}

.calendarToday {
     font-weight:bold;
     font-size:11px;
     text-decoration:none;
     text-align:left;
     vertical-align:top;
     color:#000;
     background-color:#ccc;
     width:60px;
     height:60px;
}

.calendarBlank {
     font-weight:bold;
     font-size:11px;
     text-decoration:none;
     text-align:left;
     vertical-align:top;
     color:#999;
     background-color:#eee;
     width:60px;
     height:60px;
}

.calendarEvent {
     line-height:10px;
}
.calendarEvent a {
     font-size:10px;
     text-decoration:none;
     border-bottom:1px solid #ccc;
     padding-bottom:5px;
     display:block;
}

.calendarEvent a:hover {
    background-color:#fbcfae;
}