/* DTD Analyzer style sheet */

/* Define colors, fonts and other style attributes here to override the defaults  */

body { background-color: #EEEEEE } /* page background color */

a:link   { color : #0000FF } /* link color */
a:vlink  { color : #8080FF } /* visited link color */
a:active { color : #FF5000 } /* active link color */

/* Table colors */
.TableSummaryHeadingColor    { background: #CCCCFF } /* Dark mauve */
.TableInheritedHeadingColor  { background: #EEEEFF } /* Light mauve */
.TableRowColor               { background: #FFFFFF } /* White */

.tblmh   { background: #ccccff } /* main table heading : dark mauve */
.tblh    { background: #eeeeff } /* table heading : light mauve */
.tbld    { background: #ffffff } /* table data : white */
.tblp    { background: #ddddff ; text-align: left ; width: 10% } /* PI comment table property : med. mauve */
.tblc    { background: #ffffdd ; text-align: left } /* PI comment table data : pale yellow */

/* Navigation bar fonts and colors */

.navBar   { color : white ; font-family: Arial, Helvetica, sans-serif; background-color: #00008B } /* Blue */
.navBarRev   { color : black ; font-family: Arial, Helvetica, sans-serif; background-color: white } 
.navBar2  { font-family: Arial, Helvetica, sans-serif; background-color: #EEEEFF }
.navBar3  { font-family: Arial, Helvetica, sans-serif; background-color: #FFFFFF }

/* Optional paragraph formats */

h1          { color: #6000A0 ; font-size: x-large } /* document title */
h2          { color: #6000A0 ; font-size: large }   /* section title */
h3          { color: #6000A0 ; font-size: medium }  /* subsection title */
.title      { font-size: x-large } /* DTD title */
.version    { font-size: large }   /* DTD version */
.doc        { margin-left: 5% ; margin-right: 5% } /* DTD doc PI */
.gi         { color: #000080 ; font-weight: bold ; font-size: x-large }   /* element type name */
.pe         { color: #000000 ; font-weight: bold } /* parameter entity name */
.peInclude  { color: #008000 ; font-weight: bold } /* parameter entity content is INCLUDE */
.peIgnore   { color: #8000A0 ; font-weight: bold } /* parameter entity content is IGNORE */
.peUnused   { color: #FF4400 }   /* unused pe */
.peEmpty    { color: #888888 }   /* empty pe */
.revision   { margin-left: 5% ; margin-right: 5% } /* DTD revision info */
.copyright  { margin-left: 5% ; margin-right: 5% } /* DTD copyright info */ 
.description { margin-left: 5% ; margin-right: 5% } /* DTD copyright info */ 
.fineprint  { font-size: x-small }
.link       { color: #0080FF ; font-family: Arial, Helvetica, sans-serif; color: #000080 }
.error      { color: #FF0000 }   /* error */
.warning    { color: #FF8000 }   /* warning */

