/*
 *
 * Cascading Style Sheet 
 * Main print css for standard spartlow.com pages.
 * This file defines the style for printing pages.
 * This css overrides spartlow.css when printing.
 *
 */

body {
  overflow: visible; /* There no scrolling in print, just show */
  width: 100%; /* Use the width of the printed page */
}
table.main {
  width: 100%; /* Use the width of the printed page */
} 
table.main td.menu {
  width: 100%; /* Use the width of the printed page */
}
table.main td.main {
  width: 100% /* Use the width of the printed page */
}

.bar {
  display: none; /* Don't print the SITENAV section */
}

.menu {
  display: none; /* Don't print the MENUNAV section */
}

p.breadcrum {
  display: none; /* Don't print the breadcrums */
}

div.noprint {
  display: none; /* Don't print anything labeled noprint */
}

.userstatus {
  display: none; /* Don't print whether a user is online etc. */
}