@import "main.css";
/**
 * Print friendly stylesheet
 */

#irWindoware {
  background: url("../images/css_images/layout/mcp-logo.jpg") no-repeat 0 50%;
  text-indent: -9999px;
  width: 748px;
  height: 181px;
  margin: 0 auto;
}

h2 {
  font-size: x-large;
  background: white;
  color:    black;
}

/*
 * --- Page Layout Selectors
 */
html, body {
    width: 18cm;  /* A4 (21cm) minus standard margins (1.27cm) */
  height: auto;
}

#search {
  display: none;
}

#mainBody {
  background: none;
  padding: 0;
  margin: 0;
  height: auto;
}

#primaryMenu {
  display: none;
}

#secondaryMenu {
  display: none;
}

#pageHTML {
  margin:   inherit;
  background: inherit;
  overflow-x: hidden;
  border:   none;
  height:   auto;
}

#userInfoBox {
  display: none;
}

#footer {
  display: none
}

.noprint {
  display: none;
}

.button {
  display: none;
}

.ir {
  display: none;
}

.field {
  font-size: x-small;
  border-top: solid 1px;
  width: 5cm;
  display: block;
  text-align: center;
  float: left;
}

p.hasFields {
  margin-top: 2em;  
}

