Look for this code int the
Layout-Common.css!!!
/* This is what makes the calendar pop up of the page
If you are using items with z-index greater than 100
you will need to increase this to make the calendar
display in front of them.
*/
.calendar {
z-index: 100;
}