
/*
****************************************************************
CORE STYLES REQUIRED FOR ALL PAGES THAT APPEAR WITHIN AN IFRAME OVERLAY BOX (thickbox)

Should always be the LAST style sheet in these pages to ensure that these styles are applied and not overridden
*****************************************************************
*/
    body
    {
        margin  : 0px;
        padding : 0px;
        background-color : Transparent;
        }

        div#mainBodyContent
        {
            position    : relative !important;
            float       : left !important;
            }
            
            div#mainBodyContent p
            {
                }

