﻿/* Add css to not display the header, footer, title, navigation and right column areas for printing a web page */

#HeaderArea, 
.TopLevelNavigationAreaWithSubNav, 
.TitleArea, 
#FooterArea,
#GridRightColumnArea, 
#DataCollectionRightColumnArea,
#PrintButtonDiv
{
    display:none;
}
