body {
  background-color: #DEDEDE;
  background-color: #00FF00;
}

/* FLOATING MENU */

li.FloaterClass {
  list-style-type: none;
  padding: 0;
  line-height: 0.7;
  background-color: blue;
}
img.FloaterImgClass  {
  line-height: 0.7;
  padding: 0;
}

/* HEADERS */
.redChars  {
  color: red;
}

.greenChars  {
  color: green;
}

.yellowChars  {
  color: #FFCC00;
  color: #FBB917;
  color: #E9AB17;
  color: #D4A017;
}

/*      DIVS     */

.theDivsLeft  {
  width: 50%;
  float: left;
}

.theDivsRight  {
  width: 50%;
  float: right;
}

.theDivsLeftThird  {
  width: 33%;
  float: left;
  background-color: #DEDEDE;
}

.theDivsCenterThird  {
  width: 33%;
  float: left;
  background-color: #DEDEFE;
}

.theDivsRightThird  {
  width: 34%;
  float: right;
  background-color: #DEDEDE;
}


.theDivsLeft25  {
  width: 20%;
  float: left;
}
.theDivsRight75  {
  width: 80%;
  float: left;
/*  background-color: #DEDEFE; */
}

.divsAll  {
  width: 100%;
  clear: both;
}

/*      Headers */

.hNoMargins  {
  margin: 0;
}

/*      FORMS    */

.formTopNoMargin  {
  margin-top: 0%;
}

.formBotNoMargin  {
  margin-bottom: 0%;
}

.formTopBotNoMargin  {
  margin-top: 0%;
  margin-bottom: 0%;
}

/*       TABLES    */

table  {
}

tr  {
}

col  {
}
br  {
}
.style0  {
}
td  {
}

.tblBorder  {
  border: 1px solid;
}

.tblNoBorder  {
  border: none;
}

.tbl65PerCentFont  {
  font-size: 65%;
}

.tbl100PerCentFont  { 
  font-size: 100%;
}

.tblBoldTd  {
  font-weight: bold;
}

.tblLighterTd  {
  font-weight: lighter;
}

.dashedBorder { 
  border-style: dashed;
}
.doubleBorder { 
  border-style: double;
}
.dottedBorder { 
  border-style: dotted;
}
.grooveBorder { 
  border-style: groove;
}
.insetBorder { 
  border-style: inset;
}
.outsetBorder { 
  border-style: outset;
}
.ridgeBorder { 
  border-style: ridge;
}
.solidBorder { 
  border-style: solid;
}

/*        TEXT         */

.nrTextField  {
  text-align: right;
}

.text50PercentFont  {
  font-size: 50%;
  font-weight: bold;
}

.text65PercentFont  {
  font-size: 65%;
  font-weight: bold;
}

.text90PercentFont  {
  font-size: 90%;
  font-weight: bold;
}

/*        UL           */

ul.nav li {
  font-size: 75%;
  border: 1px dashed #000;
  list-style-type: none;
  display: inline;
  padding: 5px 15px 5px 15px;
  margin-right: 5px;
  background-color: #EAEAEA;
  text-decoration: none;
  color: #333;
}

.nrTextField  {
  text-align: right;
}

/*   AUTOSUGGEST  */
div.suggestions {
    border: 1px solid black;
    position: absolute;
    background-color: blue;
    color: yellow;
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}

/* Highlight Input */
fieldset {
  width: 350px;
}

.textInput,textarea {
/*
  width: 50px;
*/
  font-family: arial;
  background-color: #FFFFFF;
  border: 1px solid #000;
}

.inputHighlighted {
/*
  width: 50px;
*/
  background-color: #FFCE31;
  color: #000;
  border: 1px solid #000;
}

/* OUTINGS */
.inputHighlighted {
/*
  width: 50px;
*/
  background-color: #FFCE31;
  color: #000;
  border: 1px solid #000;
}

