/*** CALENDAR STYLES START ***/ #calendar{ border:#333333 solid; border-width: 1; background-color:#888888; } #today{ background-color:#eeeeee; } #activeDay{ background-color:#dddddd; } .day{ width:30; height:30; background-color:#ffffff; } .dayBig{ width:60; height:60; background-color:#ffffff; } .calendarHead{ background-color: #ffffff; color: #333333; } .dayContent, .dayContent DIV { font-family:arial, sans-serif, helvetica, verdana; font-size: 10px; line-height: 105%; text-decoration: none; margin-top:4px; color:#333333; } .mod_calendars .subHead{ color:#999999; } .mod_calendars A:visited, .mod_calendars A:link { color: #CC9933; } /*** CALENDAR STYLES END ***/