/* Start of CMSMS style sheet 'Print' */
/*
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,
div#content_wide,
div#main {
display:block !important;
width:95% !important;
border:0 !important;
padding:1em !important;
}

/* hide everything else! */
div#hide,
div#header,
div#header,
div#header h1 a,
div.breadcrumbs,
div#search,
div#footer,
div#menu_vert,
div#news,
div.right49,
div.left49,
div#sidebar,
div#headphoto,
div#headphoto2,
.cataloguebox_h
  {
   display: none !important;
}

img {
float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */
}

dfn {
  display: none !important;
}


/***********************/
/* Layout SCIIA Print Page */
/***********************/

div#head {
/*  position: absolute;*/
  left: 0.0em;
  top: 0.0em;
  width: 61.20em;
  height: 10.42em;
  z-index:10;
}


div#sidebar {
  position: absolute;
  z-index:7;

}


div#sidebarshadow {
  padding: 0;
  margin: 0;
/*  border: 1px solid red; */
  position: absolute;
  left: 20px;
  top: 0px;
  width: 150px;
  height: 175px;
  z-index:8;
  background-color: #B8BA58;
}


div#logo {
/*  border: 1px solid red; */
  position: absolute;
  left: 1.30em;
  top: 0.78em;
  width: 9.11em;
  height: 7.81em;
  z-index:21;  
  text-align: center;
  background-color: transparent;
}

div#menu {
/*  border: 1px solid red; */
  position: absolute;
  left: 10.94em;
  top: 0.78em;
  width: 28.65em;
  height: 7.81em;
  z-index:23;
  background-color: transparent;
}
.menu1 {
  font-size: 1.0em;
  font-weight: bold; 
  font-family: "Courier New", courier, monospace;
  line-height : 1.10em;
  padding: 0.1em 0 0 0.1em;
}

.menu2 {
  font-size: 0.9em; 
  font-family: "Courier New", Courier, monospace;
/*  font-weight: bold; */
  line-height : 0.90em;
  padding: 0.1em 0 0.1em 0.5em;
}




/* End of 'Print' */

