I am using beforeShowDay and have assigned the class specialDay to particular days in my calendar; this works fine, however I am having trouble understanding how to style the class and how the css from theme roller is working in general. I have tried:
td .specialDate {
background: #33CC66;
}
but this has no affect on the look of the calendar. Any ideas?