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


body {
font-family:arial; /* arial is nice to read ;) */
font-size: 14px;
}

/* This affects every tag */
* { }

/* 
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,
div#main,
div#wrapper {
display:block !important;
width: 96% !important;
height: 95%;
padding: 0.5em 3% 0.5em 3% !important; 
 z-index: 20;
}

/* hide everything else! */
div#header,
div#header h1 a,
div.breadcrumbs,
div#search,
div#footer,
div#menu,
div#menu_vert,
div#calendar,
div#about,
div#contact,
div#newsbar,
div#waxbar,
div.right49,
div.left49,
div#sidebar, 
div#sub_menu  {
   display: none !important;
}

img {
float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */
}


/* SPECIAL for Waxreportprinting */

div#print-1 img { position: relative; left: 0%; width: 100%; z-index: 1;}
div#print-2 img { position: absolute; left: 0%; width: 180mm !important;  z-index: 1;}
div#print-3 img { position: absolute; left: 0%; bottom: 0%; height: 20%; left: 0%; width: 100%;  z-index: 1;}

h2 { float: right;  margin: 0.2em 0 0.1em 0; font-size: 22px;}
h3 {  margin: 0.6em 0 0.3em 0; padding: 0; font-size: 18px;}
h4 {  margin: 0.4em 0 0.2em 0; padding: 0; font-size: 16px;}


a { text-decoration: none; color: #000000;}

div#main a.lightbox { display:none; }
div#main div#waxreport div.waxreport-box {width: 60%; position: relative; float: left; margin: 5% 0 5% 0; }
div#main div#waxreport div.waxreport-column {width: 30%; position: relative; float: right; margin: 5% 0 5% 10%; padding: 0; }

div#main div#waxreport div#wax-reko {width: 100%; float: left; postition: absolute; height: 50%; position: absolute: top: 50%; left: 0%; z-index: 20;}
div#main div#waxreport div#wax-reko div#startwax { background: transparent; float: left; color: #333333; width: 60mm; position:relative; z-index: 25; margin: 0 0 0 0; padding: 5% 23mm  0% 5mm; }
div#main div#waxreport div#wax-reko div#startwax2 { background: transparent; float: left; color: #333333; width:60mm; position:relative; z-index: 25; margin: 0 0 0 0; padding: 5% 0mm 0% 0mm;}

div.startwax div.box { margin: 5px; padding: 5px; font-size: 1.0em; z-index: 5; }

/* End of 'Print' */

