  /**
   *   Project: Randomizer for Clinical Trials - Main Web Site
   *      File: randomizerprint.css
   *   Purpose: CSS for the Randomizer's main web site (for printing)
   * Copyright: Maximilian Errath <maximilian.errath@meduni-graz.at>
   *     CVSId: $Id: randomizerprint.css,v 1.4 2007/06/28 08:06:25 errath Exp $
   */

   body {
      background: #ffffff;
   }

   #contentBox {
      padding: 0px;
   }

   a { 
      font-weight: bold; 
   }
   
   a:link { 
      color: #4a65a5;
   }
   
   a:visited { 
      color: #4a65a5;
   }
   
   a:hover { 
      color: #ee5500;
   }

   a:active { 
      color: #ee5500;
   }
   
   p, div, th, td, ul, ol, li {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 10pt;
   }
   
   li {
      margin-bottom: 0.4em;
   }
   
   h1 {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 12pt;
      font-weight: bold;
      font-variant: small-caps;
      margin: 5px 5px 5px 0px;
   }

   h2 {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 10pt;
      font-weight: bold;
   }
   
   td.headerText {
      font-size: 10pt;
      font-weight: bold;
      text-align: right;
      white-space: nowrap;
   }

   a.menuItem {
      font-family: Verdana, Arial, Helvetica, sans-serif; 
      font-size: 10pt;
      font-weight: normal;
      font-variant: small-caps;
      border-top:    #4a65a5 1px solid;
      border-left:   #4a65a5 1px solid;
      border-right:  #4a65a5 1px solid;
      border-bottom: #ffdead 1px solid;
      padding: 1px 15px 1px 15px;
      display: block; 
      color: #000000; 
      background-color: #ffdead;
      text-align: center; 
      text-decoration: none;
   }
   
   a.menuItem:link {
      color: #000000; 
   }
   
   a.menuItem:visited {
      color: #000000; 
   }
   
   a.menuItem:hover {
      color: #000000; 
      background-color: #d8bfd8; 
   }

   a.menuItem:active {
      color: #000000; 
      background-color: #d8bfd8; 
   }

   #selectedMenuItem {
      font-family: Verdana,Arial,Helvetica,sans-serif; 
      font-size: 10pt;
      font-weight: bold;
      font-variant: small-caps;
      border-top:    #4a65a5 1px solid;
      border-left:   #4a65a5 1px solid;
      border-right:  #4a65a5 1px solid;
      border-bottom: #ffa500 1px solid;
      padding: 1px 15px 1px 15px;
      display: block; 
      color: #000000; 
      background-color: #ffa500; 
      text-align: center; 
      text-decoration: none;
   }
   
   .menuRow {
      background-color: #4a65a5;
      vertical-align: bottom;
      height: 32px;
   }
   
   .separatorLine {
      height: 4px;
      background-color: #ffa500;
   }
   
   .borderDecoration {
      width: 10px;
      vertical-align: top;
   }
   
   #decorationMiddleImage {
      display: none;
   }
   
   .copyrightNotice {
      vertical-align: middle;
      text-align: right;
      height: 4em;
      font-size: 9pt;
   }
   
   .demoLink {
      font-size:larger;
      font-weight:bolder;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      text-align: center;
      padding:10px;
   }
   
   hr {
      border: #000000 0px none;
      padding: 0px;
      margin: 0px;
      height: 1px; 
      color: #000000; 
      background-color: #000000
   }
   
   form, input, textarea {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 10pt;
   }
   
   .singleLineField {
      width: 370px;
   }

   .multiLineField {
      width: 370px;
   }
   
   .specialField {
      display:none;
   }
   
   #contactFormGrid {
      background-color: #dfdfdf;
      border: #808080 1px solid;
      padding: 5px;
      margin-top: 1em;
      margin-bottom: 0.5em;
   }
   
   .contactFormLabel {
      text-align: right;
   }

   .contactFormField {
      text-align: left;
   }

   .contactFormButtonRow {
      text-align: right;
   }
   
