

/*---------------------------------------------
 * styles.jsp  9-30-2005   (RSVP)
 * 
 * NOTES: 
 *   1. Tested with IE 6.0 and Firefox 1.0.4
 *-------------------------------------------*/

/*--------------------------------*/
/* Define Common Body Definitionfvs */
/*--------------------------------*/
html {
    height: 100%; 
    max-height: 100%; 
    padding: 0; 
    margin: 0; 
    border: 0; 
    background: #fff; 
    font-size: 90%; 
    font-family: arial, helvetica, sans-serif;
}

body 
{
    height: 100%; 
    max-height: 100%; 
    overflow: hidden; 
    padding: 0; 
    margin: 0; 
    border: 0;
}

form 
{
    margin: 0px;
    padding: 0px;
/*    border: 1px solid gold;      /* DEBUG */
}

input[type=checkbox][disabled] 
{
/*  background-color: red; /* */
  color: white;
  border-color: black;
}

ul 
{
  padding: 2px 2px 2px 15px; 
  margin: 1px;
}

/*----------------
  The header (top bar and menu bar) and Main Content sections of the UI
  are defined in region specific style sheets to accomodate diferent sized logos.
 
  styleMro.css, stylesRfc.css, styleTre.css and stylesSpp.css.
 *----------------
 */

#NavigationBar 
{
    position: absolute;
    height: 36px;
    width: 100%;
    left: 0;
    bottom: 19px;
    background: white;
    overflow: hidden;
    text-align: center;
/*    background-color: palegreen; /* DEBUG */
    z-index: 6;
    display: block;
    border-top: 1px solid darkblue;
}

#BottomBar
{
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: black;
    background: white;
    overflow: hidden;
/*    background-color: pink; /* DEBUG */
    z-index: 5;
    border-top: 1px solid darkblue;
}

/*--------------------------*/
/* Define Title Definitions */
/*--------------------------*/
.logo companyLink 
{
    text-decoration: none; 
}

.companyTitle 
{
    /*text-align: center;*/
    font-size: 18px;
    font-weight: bold;
    font-family: verdana, arial, helvetica, sans-serif;
}

.applTitle 
{
    /*text-align: center;*/
    font-size: 16px;
    font-weight: bold;
    font-family: verdana, arial, helvetica, sans-serif;
}

.pageTitle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16pt;
    color: maroon;
}

.formTitle
{
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;     
    font-weight: bold;
    color: maroon;       
}

.sectionTitle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: maroon;
}

.subSectionTitle 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: maroon;
}

.flb
{
    width: 400px;
    min-width: 400px;
    max-width: 400px;
}

/*--------------------------*/
/* Define Field Definitions */
/*--------------------------*/
.fieldLabel 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: black;
    text-align: right;
}

.disabledFieldLabel 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: lightgrey;
    text-align: right;
}

.requiredFieldLabel 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: red;
    text-align: right;
}

.requiredFieldKey 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: red;
}

.fieldInput 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: black;
    text-align: left;
}

.disabledField 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background: lightgrey;
    font-weight: normal;
    font-style: italic;
    color: black;
    text-align: left;
}

.fieldDisplay 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold; 
    color: black;
    text-align: left;
    /*background-color: papayawhip;*/
}

/*----------------------------------*/
/* Define General Class Definitions */
/*----------------------------------*/
.columnTitle 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: black;
    font-weight: bold;
}

.pageErrors 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: red;   
}

.activeMenuOption 
{
    font-size: 10pt;
}

.inactiveMenuOption 
{
    font-size: 10pt;
    color: gray;
}

.fieldHint
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: gray;
}

.plainTextBig 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
}

.plainText 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.plainTextNormal
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.plainTextSmall 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.boldTextSmall 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
}

.plainTextBold 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}

.plainTextTiny 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 6pt;
}

.boldTextTiny 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 6pt;
    font-weight: bold;
}

.emphasis 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    font-style: italic;
    color: red;
}

.emphasisNoBold 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: normal;
    font-style: italic;
    color: red;
}

.titleBlock 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: black;
    background-color: tan;
}

.selectedRow 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: darkblue;
    background-color: cornsilk; 
}

.viewDataBlock 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: black;
    background-color: wheat;
}

.viewDataBlock2 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: black;
    background-color: papayawhip;
}

.hyperLink 
{
  cursor: pointer;
  color: blue; 
  text-decoration: underline;
}

/*----------------------------------*/
/* Define Psedudo Class Definitions */
/*----------------------------------*/
a.smallPlain 
{
    position: relative;	
    text-decoration: none;
    font-family: sans-serif, Verdana, Arial, Helvetica;
    font-size: 9pt;
    color: black;
}

li 
{
    padding-top: 5px;
}

