 /*  This is for Netscape 4.0+ broswsers so that the border will display.  
 If you want to modify the background color this is where you would do it for NS4.0+.  To modify the color for IE and NS6 do so in the style tag in the div below
    */
    
 .ttip {border:1px solid black;font-size:12px;layer-background-color:lightyellow;background-color:lightyellow}

/* input {background-color: lightyellow;  } */

/* { font-family: "New Century Schoolbook", serif;  } */

/*#8c7d6b;*/

 BODY { color: lightyellow;
background-color: #515551; 
font-family: Georgia, Garamond, Baskerville,  Times, Verdana, Sans;
}


H1,H2,H3,H4 { text-align: center; font-variant: small-caps;}

/* A {color: #0000ef; } */

 A {color: cyan; } 

/* TABLE,TR {  padding: 0;}
 */
.sc { font-variant: small-caps }

 DIV {background-color: #DDDDDD; 
  border-style: solid thin; 
  border-width: 1px;
  border-color: DarkSlateGray;
 align: center; 
padding: 3%;
	} 

.main {background-color: lightgray;
  border-style: solid;
  border-width: 1px;
  border-color: DarkSlateGray;
  padding: 3;
  }


.light {background-color: Peachpuff; 
  border-style: solid; 
  border-color: DarkSlateGray;
	} 

.dark { border: solid thin;
    background-color: #515551; color: Peachpuff;
     } 

DIV.inactive {background-color: #515551;  border-style:
solid; border-width: 1px; border-color: DarkSlateGray;
 align: center; color: #f7f7df; }

.inactive {background-color:  #515551; color: #f7f7df	}

.suspicious {background-color: #cf5941; color: #f7f7df;
border: solid thin; border-width: 1px;}

.alert {background-color: #f7a661; color: blue;  border:
solid thin; border-width: 1px;}

.success {background-color: #30658e; color: ivory; 
border: solid thin; border-width: 1px; }

.control {background-color: #30658e; color: #f7f7df; link: yellow;
alink: orange; vlink: cyan; border: solid thin;
border-width: 1px;}

.thincontrol {background-color: #30658e; color: #f7f7df; link: yellow;
 border: solid thin; border-width: 1px;} 

.minipage {background-color: #30658e; color: #f7f7df; link: yellow;}

.menu {background-color: #69798e; color: #f7fff7; link: yellow;
 border: solid thin; border-width: 1px; }

.navigation {background-color: #8e7561; color: #f7ffff; link: orange;
align: center; border-color: brown;
 border: solid thin; border-width: 1px;}

.entry {background-color: lightyellow; color: black;
 border: solid thin; border-width: 1px;} 

.code {background-color: Peachpuff; color: black;
border: solid thin; border-width: 1px;} 

.entrygroup {padding: 1em; border: solid thin; 
    background-color: #5f9ea0; color: #f7f7df;
padding: 1em; border: solid thin; border-width: 1px;}

.bare { border: none;  }

CODE {color: green}

SPAN.info    { color: green }
  SPAN.warning { color: yellow }
  SPAN.error   { color: red }

/* TD {background-color: #ffcccc; } */


/* implement both fixed-size and relative sizes */
SMALL.XTINY		{ font-size : xx-small }
SMALL.TINY		{ font-size : x-small  }
SMALL.SCRIPTSIZE	{ font-size : smaller  }
SMALL.FOOTNOTESIZE	{ font-size : small    }
SMALL.SMALL		{  }
BIG.LARGE		{  }
BIG.XLARGE		{ font-size : large    }
BIG.XXLARGE		{ font-size : x-large  }
BIG.HUGE		{ font-size : larger   }
BIG.XHUGE		{ font-size : xx-large }
