/*
 * print.css
 *
 * contains print information for Star RTQ
 *
 * history:
 *    28 Jul 08: file created - sjr
 *
 */



/* **************************************************************** */
/* main */

   body {
      background-color: white;
      }

   #wrapper {
      margin: 0 5%;
      padding: 0;
      background: none;
      width: auto;
      }

   #wrapper h1 {
      position: relative;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 2em;
      overflow: hidden;
      font-size: 2em;
      }

   #wrapper h1 span {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: none;
      }

/* **************************************************************** */
/* contents */

   #contents {
      margin: 0 !important;
      margin: 0;
      float: none;
      width: 100%;
      }

/* **************************************************************** */
/* results */

   #results h3 {
      margin: 0 0 1em 0;
      }

   #results_tabs {
      display: none;
      }

   #results_top {
      display: none;
      }

   #results_content {
      margin: 0;
      }

   #results_content h4 {
      margin: 1em 0 1em 0;
      }

   #results_content h4.results_bar {
      margin: 1em 0;
      padding: 0;
      border: 0;
      background-color: white;
      }

   #results_content p {
      margin: 1em 1em;
      }

   #results_content ol, #results_content ul {
      margin: 1em 5em 1em 5em;
      padding: 0;
      }

   #results_testing h3 {
      position: static;
      margin-top: 3em;
      }

   #results_content .collapsed {
      position: static;
      display: block;
      }
   
   #results_content .collapsed img.floatright, #results_content .collapsed p.textright {
      position: static;
      display: block;
      }      

/* **************************************************************** */
/* quicklinks */

   #quicklinks {
      display: none;
      }

/* **************************************************************** */
/* mainnav */

   #main_navigation {
      display: none;
      }

/* **************************************************************** */
/* footer */

   #footer_left {
      float: none;
      margin: 2.5em 0 0 0 !important;
      margin: 2.5em 0 0 0;
      }

   #footer_right {
      display: none;
      }

/* **************************************************************** */
/* popup */

   #popup_close {
      display: none;
      }

   #popup_print {
      display: none;
      }

   #popup_content {
      margin: 0;
      }

/* **************************************************************** */
