
/* Reference Manual   */
P { margin-top: 1px;}

DIV.def { margin-top: 10px; border-top: 2 solid black }

.search_area { margin-bottom:0px;border-bottom:double black; background-color:#CCCCCC }

 /* for the word being defined */
TD.entry { font-weight: bold; border-bottom: 1 solid #CCCCCC}

 /* for the def description */
TD.def { border-bottom: 1 solid #CCCCCC }

.category { background-color:#CCCCCC; border-top:double black; border-bottom:1 solid black }

H1 { text-align: center; }
H2 { margin-top: 40px; text-align: right; border-bottom: 3 solid black}
H3 { background-color: #CCCCCC; text-align: left; padding: 3px; 
     border-top: 1 solid black; border-bottom: 2 solid black;
     margin-right:80px; margin-bottom:4px; margin-top: 20px;}

/* Reference Manual   */
/* style for signature line */
 .PATH { font-weight:normal }  /* path up to call */

 .MO { font-size: 170%; font-weight:bold }  /* method or object name */

 .KO { margin-left: 5px; background-color:#DDDDDD; border: 1 outset; padding-left: 2;
       padding-right: 2;  }  /* optional key */
 .KOS { margin-left: 5px; background-color:#DDDDDD; border: 1 outset; padding-left: 2;
       padding-right: 2; font-style: italic; }  /* optional key */
 .KR { margin-left: 5px; background-color:#DDDDDD; border: 1 outset; font-weight:bold; padding-left: 2;
       padding-right: 2; }  /* required key */
 .KRS { margin-left: 5px; background-color:#DDDDDD; border: 1 outset; font-weight:bold; padding-left: 2;
       padding-right: 2; font-style: italic; }
 .VD { text-decoration: underline }  /* default value */
 .VT { font-style: italic; color: green }  /* type */
 .VE { background-color: yellow }  /* evaluation kinds */

 .sig { text-indent: -20px; line-height: 14pt; margin-left: 20px; }
 P { margin: 0px; padding: 0px }
 PRE { margin-top: 0px; margin-bottom: 10px;} 
/* end of style for signature line */


/* styles that are overridden in steam_ref_details */
.def { font-family: Arial; font-size: 8pt; margin-bottom: 0px }
BODY { font-family: Arial;font-size:8pt }
TEXTAREA.refdesc { font-size:8pt; border:1 solid #CCCCCC; font-family: Arial, Helvetica, sans-serif; width:100%; overflow-y:hidden; overflow-x:hidden; XXheight:25 }


