I am using beforeShowDay and have assined 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?