I have the CssClassPrefix set to "month_silver_". I've added a font color to the month_silver_header class, however this appears to be getting overwritten by JS when the page is written. An inline style of "color: RGB(0,0,0)" is being added, thus out-cascading my style.
How can I have my header font style obeyed?
Thanks!