Hi Robert,
Sorry to hear about the issue you are having – We have noticed this on a few other users site, but so far its been isolated to just a few types of themes.
We’ve isolated some of these issue being to the fact that the theme does not support the body_class(); function (for more info: http://codex.wordpress.org/Function_Reference/body_class) . Try opening up your header.php file and see if this is in there:
<body <?php body_class(); ?>>
If not I’d add it and see how the calendar works at this point.
You think this will work for you? Would you like to give it a go and let us know if it worked?
Neill