@media print {

/* This file has the same organization as the primary sbhelp.css (for guidelines see comments in that file), but contains only differences between screen and print formatting. */


/*================================================
Global elements 
================================================ */


    /* ================================================
    Global block elements
    ================================================ */

body{
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 9pt;
	padding: 10px;  
	margin: 0;
}

        /* ================================================
        Global heading elements
        ================================================ */
h1 {
	text-align: left;
}

       /* ================================================
       Global table elements
       ================================================ */

       /* ================================================
       Global list elements
       ================================================ */

        /* ================================================
        Other global block elements
        ================================================ */

   /* ================================================
   Global inline elements
   ================================================ */

a {
	text-decoration: none;
}

/* ================================================
Global qualified elements
================================================ */


/*================================================
Page structure
===============================================*/

    /* ================================================
    Page header area 
    ================================================ */

a#mainLogo img {
	width: 12em;height:auto;
}

#topNavigation, #user-header-navigation, #breadcrumbs, .navheader { 
	display: none;
}

div#banner {
	height: 25px;
	border-bottom: 1px solid  black;
}
        /* ================================================
        New nav menu for entire help system 
        ================================================ */


    /* ================================================
    Content Area
    ================================================ */
/*
#mainContent {
	padding-left: 0;
}
*/

    /* ================================================
    Footers
    ================================================ */

#contact, .navfooter { display: none; }

/* ================================================
Pseudo elements (link effects, for example)
================================================ */


} /*end media print*/
