/* Start of CMSMS style sheet 'RPS_handheld' */
/*
Sections that are hidden when printing the page. We only want the content printed.
*/


body {
color: #000 !important; /* we want everything in black */
background-color:#fff !important; /* on white background */
font-family:arial, sans-serif; /* arial is nice to read ;) */
border:0 !important; /* no borders thanks */
}

/* This affects every tag */
* {
border:0 !important; /* again no borders on printouts */
}

/* 
no need for accessibility on printout. 
Mark all your elements in content you 
dont want to get printed with class="noprint"
*/
.accessibility,
.noprint
 {
display:none !important; 
}

/* 
remove all width constraints from content area
*/
div#content {
display:block !important;
width:95% !important;
border:0 !important;
padding:1em !important;
margin: 0 auto !important;
}

/* hide everything else! */

div#header,
div#header h1 a,
div.breadcrumbs,
div.randomimages,
div#search,
div#footer,
div#menu_vert,

div#news,
ul#pagefootlinks,
div#sidebar,
div#randomimages
  {
   display: none !important;
}

/* suspended by DM - not sure if we want this
img { float:none; } /* this makes images couse a pagebreak if it doesnt fit on the page */


/*now to restore some specifics*/

/* images */
img{margin:0 1em 1.3333em 0;padding:0; border:1px solid #643604;float: left;}
img.ic, img.centered{margin:0 auto;display:block;}
img.l, img.left{float:left;clear:left;margin-left:0;}
img.r, img.right{float:right;clear:right;margin: 0 0 1.3333em 1em;}
img.noedge, img.signature {margin:0;padding:0;border:0;}




div.boxright {display:block; width:300px; float: right; margin: 0 0 1em 1em;}
/* End of 'RPS_handheld' */

