/* It is common to set printer friendly styles such as a white background with black text. *//* @media print */@media print {body {  background-color: #fff;  background-image: none;  border-color: #000; /* Sets the border color properties for an element using shorthand notation */  color: #000; }  .noprint { display:none; }/***********************************************//* globalNavigation Div      /***********************************************/#global_header { display: none; }#es-globalnavigation { display: none; }/***********************************************//* Header Divs                                 *//***********************************************/#header { display: none; }/***********************************************//* Left menu Divs                              *//***********************************************/	#leftnav { display: none; }}
