/******************************************************************************\
* conflexion.css
*
* Copyright (C) 2001  Conflexion, L.L.C.
*******************************************************************************
* $Log: conflexion.css,v $
* Revision 0.9.0.1  2001/05/27 16:30:05  autorags
* Initial Conflexion Applications Libraries (CAL) Installation
*
\******************************************************************************/
BODY
{
  background-color:      #FFFFFF;
  background-attachment: fixed;
  background-repeat:     repeat-y;
  font-family:           verdana, "minion web", helvetica, sans-serif;
  font-size:             1.00em;
}

H1
{
  font-family:           verdana, "minion web", helvetica, sans-serif;
  font-size:             1.25em;
}

H2
{
  font-family:           verdana, "minion web", helvetica, sans-serif;
  font-size:             1.2em;
}

.bigger
{
  font-size: 1.25em;
}

BODY A:hover
{
    COLOR: red
}

TD
{
  font-family: verdana, "minion web", helvetica, sans-serif;
  font-size: .80em;
}

.BiggerError
{
  color:         red;
  font-size:  1.25em;
  text-align: center;
}

.maintitle 
{
  font-family: garamond, verdana, "minion web", helvetica, sans-serif;
  font-size: 1.85em;
  font-weight: 500;
  color: black;
  padding: 0px;
}

.subtitle 
{
  font-family: garamond, verdana, "minion web", helvetica, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  text-align: left;
  color: red;
  padding: 3px;
}

.prompt
{
  color: red;
}


P
{
  font-family: verdana, "minion web", helvetica, sans-serif;
}

.bigger
{
  font-size: 1.25em;
}

.banner_text
{
  font-size: 1.25em;
  text-align: left;
  background-color: orange;
  color: navy;
  font-family: veranda, "minion web", helvedica, sans-serif;
}

.adv_text
{
  font-size: .90em;
  font-weight: 500;
  text-align: right;
  background-color: navy;
  color: white;
  font-family: veranda, "minion web", helvedica, sans-serif;
}


.navigationbar 
{
  font-size: .55em;
  font-family: verdana, "minion web", helvetica, sans-serif;
  color: blue;
  text-align: left;
  background-color: white;
  padding: 0px;
}

.navigationbar A:link 
{
  color: blue; 
  text-decoration: none
}

.navigationbar A:hover 
{
  color: red;
  text-decoration: none
}

.fieldprompt 
{
  font-size:   0.80em;
  font-family: verdana, helvetica, sans-serif;
  font-style:  italic;
  color:       #808080;
}

.title
{
  background-color:      #D0D0D0;
}

.amber
{
  background-color:      #FFFF00;
}

TR.title
{
  background-color:      #D0D0D0;
}

TD.red
{
  background-color:      #AA0000;
  color:                 #FFFFFF;
}

TD.amber
{
  background-color:      #FFFF00;
}

TD.green
{
  background-color:      #00AA00;
}

TD.blue
{
	background-color:			#000099;
	color:								#FFFFFF;
}

.define
{
	color:                #9F141A;
	cursor:                help;
	text-decoration:       none
}
