/* styles for the calendar */
.calendar{ background-color: #009966; color: #FFFFFF; font: 10pt 'Arial',sans-serif; }
.smalhead{ background-color: #009966; color: #FFFFFF; font-size: 10pt; text-align: center; vertical-align: middle; }
.weekhead{ width: 20px; background-color: #009966; color: #FFFFFF; font-size: 10pt; text-align: center; vertical-align: middle; }
.dayhead{ width: 60px; background-color: #009966; color: #FFFFFF; font-size: 10pt; text-align: center; vertical-align: middle; }
.weekendhead{ width: 60px; background-color: #66CCCC; color: #FFFFFF; font-size: 10pt; text-align: center; vertical-align: middle; }
.week{ padding-top: 6px; padding-bottom: 6px; background-color: #66CC99; color: #999999; font-size: 9pt; font-weight: bold; }
.preday{ padding-top: 6px; padding-bottom: 6px; background-color: #66CC99; color: #999999; font-size: 9pt; font-weight: bold; text-align: right; }
.normday{ padding-top: 6px; padding-bottom: 6px; background-color: #66CC99; color: #000000; font-size: 9pt; font-weight: bold; text-align: right; height: 20px; }
.thisday{ padding-top: 6px; padding-bottom: 6px; background-color: #009966; color: #FFFFFF; font-size: 9pt; font-weight: bold; text-align: right; }
.weekend{ padding-top: 6px; padding-bottom: 6px; background-color: #66CCCC; color: #000000; font-size: 9pt; font-weight: bold; text-align: right; }
.normday img{ border: 0; height: 15px; }
.weekend img{ border: 0; height: 15px; }
a.smalhead:visited{ color: #FFFFFF; text-decoration: none; }
a.smalhead:link{ color: #FFFFFF; text-decoration: none; }
a.smalhead:hover{ color: #000000; background-color: #66CC99; }
a.smalhead:active{ color: #FFFFFF; text-decoration: none; }

