/*  */

/* add dummy class here for reddot css stripper issue */

.printDummy{}

/*  
    ______________________________________________________________________________
    File: PRINT.CSS 
    Description: Contains classes/defns to hide and format page for printing
    Created: 18/4/07 GraemeH
    Applies To: All pages
    
    Sections: Overidden definitions
    ______________________________________________________________________________
*/
    
    
/*//////////////////////

     OVERIDDEN DEFN'S
        
//////////////////////*/

    .no-print, .print-no { display:none; }
    
    
    #divHeader, 
    #divFooter, 
    #divSubNavGroup,
    .navlinks-end { 
        display:none; 
    }
    
    body h1.home-title,
    body h1.landing-title {
        display:block;
    }
    
    
    html body.content .wrapper,
    html body.home .wrapper,
    html body.landing .wrapper { 
        width:auto; min-width:0; 
    }
    
    #divFeatureImages .centre-box { width:auto; text-align:center; }
    
    body.fixed #divMajor,
    body.fixed #divMinor,
    body.fluid #divMinor,
    body.fluid #divMajor {
        width:auto; padding:0; margin:0; float:none;
    }
    
    body.content #divMinor { display:none; }
    
    
    body #divMainBody .open-decoration {
        padding:0; margin:0;
    }
        body #divMainBody .close-decoration {
            padding:0; margin:0;
        }
            body #divMainBody .content-offset {
                padding:0; margin:0;
            }
            
    body .print-only { display:block; }

