Hi Darnell,
It was a custom skin based off of the default events skin.
It may have had something to do with a width being set as a percentage, I recall it possibly having something to do with that. It definately was a .css fix. I looked through my custom skin css file and didn't leave a comment where I corrected the problem.
I do recall the approach I took in finding the issue -- it was somewhat of a dichotomic search. I removed half the css classes in the file and checked for the problem. If it was still there, I recursively removed half of the remaining classes.
Once I found the offending class it was a pretty straightforward fix... changing a percentage to a fixed value (or something like that).
I hate being so vague, but I really don't remember what I did!
Brandon