More than likely, the CSS for the Joomla template is overriding the CSS of the calendar script.
Specifically it this section of CSS in the dark_color.css file:
td.topleft_mods div, td.topleft_mods p, td.topleft_mods td, td.topleft_mods th,
td.showcase_mods div, td.showcase_mods p, td.showcase_mods td, td.showcase_mods th,
td.right_mods div, td.right_mods p, td.right_mods td, td.right_mods th {
color: #ddd;
}
|