/* Start of CMSMS style sheet 'Print' */
/*
Sections that are hidden when printing the page. We only want the content printed.
*/


body {
color: #000 !important;
background-color:#fff !important; 
font-family:arial; /* arial for print*/
border:0 !important;
}

/* This affects every tag */
* {
border:0 !important;
}

/* no accessibility */
.accessibility,
.noprint
 {
display:none !important; 
}


div#content,
div#main {
display:block !important;
width:100% !important;
border:0 !important;
padding:1em !important;
}

/* hide everything else! */
div#header,
div#header h1 a,
div.breadcrumbs,
div#search,
div#footer,
div#menu_vert,
div#news,
div.right49,
div.left49,
div#sidebar  {
   display: none !important;
}

img {
/* problem with pagebreaks, still commented out: float:none;  */
}
/* End of 'Print' */

