#calendar {
float: right; 
}

#calendar-table {
width: 250px;background-color:#000000;
}

.calendar-month {
font-weight: bold;
}

.calendar-weekdays {
font-weight: bold;
}

.calendar-dates {
}

.calendar-closed {
color: #cccccc;
}

.calendar-full {
color: #cccccc;
}


/* Have to add body1 ID here to override main.css */

#body1 .calendar-navigation a:link, #body1 .calendar-navigation a:visited, #body1 .calendar-navigation a:hover, #body1 .calendar-navigation a:active {
text-decoration: none;color: #CC6600; padding:1px;
}

#body1 .calendar-dates a:link, #body1 .calendar-dates a:visited, #body1 .calendar-dates a:active {

text-decoration: underline;color: #CC6600;
}

#body1 .calendar-dates a:hover {
color: #fff; background-color:#CC6600;
text-decoration: none;
}

#body1 a.calendar-reservation:link {
color: #CC6600;
}