/* rmsforms.css, websrc/deliver/css, rjc, 2006-09-10, -*-js-*-
A library of styles for use in rms forms oriented pages.
Copyright 2006 Hitech Systems, Inc.

$Id: rmsforms.css,v 1.5 2013/03/21 21:32:15 rcorbett Exp $

  START-HISTORY:

  18 Mar 2014 - 001 Chris Searl
                    indent style with leading "." so FORMVUE won't process it
  10 Sep 2006 - 000 Randy Corbett
                    initial coding - for CITATION.HTML, ARREST.HTML

  END-HISTORY:

  START-DESIGN:

  END-DESIGN:

*/

div.form    { border-bottom:1px solid black;
              border-right:1px solid black; 
              margin:0 auto; }

.frmFld  { font-family: Lucida console, Courier, fixed;
            font-size: 14px;
            vertical-align: top;
            empty-cells: show;
            white-space: nowrap;
            border-spacing: 0px;
            border-top: 1px solid black;
            border-left: 1px solid black;
            padding:3px 3px 3px 3px; }

.frmVal  { font-family: Lucida console, Courier, fixed;
              font-size: 14px;
              vertical-align: top;
              empty-cells: show;
              white-space: nowrap;
              border-spacing: 0px;
              border-left: 1px solid black;
              padding:0px 3px 1px 3px; }

td.frmTitle { font-family: Verdana, Arial, helvetica, sans-serif;
              font-size: 18px;
              font-weight: bold;
              text-align: center;
              border-top: 1px solid black;
              border-left: 1px solid black;
              padding:3px 3px 3px 3px; }

.frmSectn  { font-family: Arial, helvetica, sans-serif;
              font-size: 16px;
              background-color: #EEEEEE;
              font-weight: bold; 
              text-align: center; 
              border-left: 1px solid black;
              border-top: 1px solid black; }

td span.label { font-family: Arial, Helvetica, Sans-serif;
              font-size: 12px; }

.wrap     { white-space:normal }
