/*
==============================================
File Name:  no-menubar-navigation-slim-footer.css
Created:    January 14, 2010
By:         Ian Semey
==============================================

Is used to display a simplified view of the website.
Top (including breadcrumbs and communication bar), 
right (panels), bottom and left navigation is hidden.

----------------------------------------------
Allowed CSS Declarations
----------------------------------------------
ALL

----------------------------------------------*/
.selectionContainer, .searchContainer, .panel, .siteFooter .siteFooterInner .column {
    display: none;
}


