
table.refpage { border-top: 1px solid #e0e0e0; border-left: 1px solid #e0e0e0; }
table.refpage td { border-bottom: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0; padding-left:5px; padding-right:5px}

dd.example { background-color:#f7f7f7; padding:2px; }
dd.output { background-color:#f7f7f7; padding:2px; }

hr { 
  height: 1px;
  border: none;
  border-top: 1px solid black;
} 


/* these 4 for debugging output */
.MACRO { background-color:yellow }
.TEXT { background-color:cyan }
.PUNC { background-color:red }
.MACRO_END { background-color:lime }


/* Name Description (briefdesc) */
.Nd { font-weight:bold }
/* Name*/
.Nm {}
/* Sub-Heading*/
.Sh {}
/* Function Name*/
.Fn { color: #336699; }
/* Function return Type*/
.Ft { color: #666666; font-weight: bold }
/* Function Argument*/
.Fa { font-weight:bold; font-family:"Courier New",Courier,mono }
/* Address*/
.Ad { font-weight:bold }
/* Author Name*/
.An { font-weight:bold }
/* Argument*/
.Ar { font-weight:bold }
/* Config Declaration*/
.Cd { font-weight:bold }
/* Command Modifier*/
.Cm { font-weight:bold; color: #0099CC; }
/* Defined Variable*/
.Dv { font-weight:bold; color: #0099CC; }
/* Emphasis*/
.Em { font-style:italic }
/* Error Number*/
.Er { font-weight:bold; color: #0099CC; }
/* Environment Variable*/
.Ev { font-weight:bold; color: #0099CC; }
/* Function Declaration, causes line break in Synopsis*/
.Fd { font-weight:bold }
/* Flag*/
.Fl { font-weight:bold }
/* Interactive Command*/
.Ic { font-weight:bold }
/* Include*/
.In { }
/* Literal*/
.Li { font-family:"Courier New",Courier,mono; color: #0099CC; }
/* Math Symbol*/
.Ms { font-style:italic }
/* Pathname*/
.Pa { font-weight:bold; color: #0099CC; }
/* Return Value*/
.Rv { font-weight:bold; color: #0099CC; }
/* Section Cross Reference (within same document)*/
.Sx { font-weight:bold }
/* Symbolic Emphasis*/
.Sy { font-weight:bold; font-style:italic }
/* Trade Name (small)*/
.Tn { font-size: 80% }
/* Variable*/
.Va { color: #666666; font-weight: bold }
/* Variable Type*/
.Vt { color: #666666; font-weight: bold }
/* Cross Reference*/
.Xr { font-weight:bold }
/* Library*/
.Lb { color:navy }
/* Standard Abbreviation*/
.St { color:navy }
/* No Formatting*/
.No {}
/* Display 1 line indented */
.D1 { padding-left:25px }
/* Display 1 line indented, literal */
.Dl { padding-left:25px; font-family:"Courier New",Courier,mono }
/* Reference End*/
.Re {}
/* Reference Start*/
.Rs {}
/* Reference author name; one name per invocation.*/
.refA {}
/* Book title */
.refB { font-style:italic }
/* City/place (not implemented yet).*/
.refC {}
/* Date.*/
.refD {}
/* Issuer/publisher name.*/
.refI {}
/* Journal name.*/
.refJ { font-style:italic }
/* Issue number.*/
.refN {}
/* Optional information.*/
.refO {}
/* Page number */
.refP {}
/* Corporate or foreign author */
.refQ {}
/* Report name.*/
.refR { font-style:italic }
/* Title of article.*/
.refT {}
/* Volume.*/
.refV { font-style:italic }
