/* Start of CMSMS style sheet '1_Sunrise_Printstyle' */
/*
Sections that are hidden when printing the page. We only want the content printed.
*/


body, html {
color: #000 !important; /* we want everything in black */
background-color:#fff !important; /* on white background */
font-family:arial; /* arial is nice to read ;) */
border:0 !important; /* no borders thanks */
font-family: arial, helvetica, sans;
font-size: 90%;
padding:0;
margin: 0;
float: none !important;  /*cures ff-bug? */
}

/* This affects every tag */
* {
border:0 !important; /* again no borders on printouts */
}

/* 
no need for accessibility on printout. 
Mark  elements you dont want to get printed with class="noprint"
*/
.accessibility,
.noprint
 {
display:none !important; 
}

/* 
remove all width constraints from content area
*/
div#content,
div#main {
display:block !important;
border:0 !important;
padding:1em !important;
width:100%;
padding:0;
margin:0;
}
#main p {
font-family: sans-serif, sans;
width: 770px;
float: left;
padding: 20px 0 0 0px;
overflow: auto;
}

/* hide everything else! */
div#menuwrapper,
div#header,
div#header h1 a,
div.breadcrumbs,
div#search,
div#footer,
div#menu_vert,
div#sidebar,
div#sidebar.hascontent,
#hrhome,
div#news,
div.right49,
div.left49,
div#sidebar,
div#navioben,
div#navicontent,
ul#primary-nav,
.breadcrumbs,
#menuwrapper  {
   display: none !important;
}
div#footer p {
display: inline;
font-size: 90%;
}

img {
/* float:none;  this makes images couse a pagebreak if it doesnt fit on the page */
padding:7px;
display: inline;
}

#main {
padding-left:75px;
font-size:95%;
overflow: auto;
margin-left:2%;
margin-right:2%;
overflow: auto;
}
#contactinfo {
display: block;
width:150px;
padding: 0 20px 20px 10px;
color: #000;
}
/* End of '1_Sunrise_Printstyle' */

