/* Table of Docs Cascading Style Sheets */

/* BASE STYLES */

body, td, p
 { font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9pt;
   text-decoration: none; font-weight: normal; color: black;
 }

body { background: #fff0f0 }

/*  ANCHORS */

a
  { font-weight: normal; color: black }
a:link, a:visited
  { text-decoration: none; }
a:hover
  { text-decoration: underline; }



/* HEADER AREA */

.header       /* main page header block */
  { padding: 4px; }
.todtitle,    /* main title in header */
.typehead     /* title header prefix - type, e.g. TESTDATA, RAILWAYS, etc */
  { font-size: 160%; font-weight: bold; color: #ff0099; }

/* INDEX AREA */

.note         /* notes */
  { padding: 4px; margin-top: 15px; font-size: 8pt; color: gray; }


/* TESTDATA and debugging code */

.code          /* code */
  { background: yellow; padding: 6px; }


/* DOCUMENT LIST ELEMENTS */

.prefix        /* listing prefix */
  { color: gray; font-size: 90% }
.doclink,      /* document link anchor */
.doclinkunloaded
  { font-weight: normal; color: black;}
.doclinkunloaded /* TESTDATA doc link */
  { background: yellow; padding: 1px }

/* INDEX ELEMENTS */

.collist       /* block element for single PHP/HTML page link */
  { margin-left: 20px ; text-indent: -20px; margin-bottom: 3px;}
.collink       /* Link to a PHP/HTML page - from top level */
  { font-weight: bold; color: #993300; }

/* NEWLIST */

.announcement
  { font-size: 9pt }
.newlistdate
  { font-size: 110%; font-weight: bold;
    color: #993300;
    margin-top: 5pt; margin-bottom: 3pt; }
.newlistdocnew,
.newlistdocamend,
.announcetitle,
.announceentry
  { margin-left: 40px; text-indent: -10px; margin-bottom: 5px; }
.newlistdocamend
  { font-style: italic }
.newlistdocname
  { margin-left: -10px }
.announcetitle
  { font-size: 110%; font-weight: bold;
    margin-top: 5pt; margin-bottom: 3pt; }


/* SUBHEADINGS */

.indexhead,    /* Heading for index type - eg "Alphabetical Listing" */
.sechead,      /* Heading for listing type - eg "Alphabetical Listing" */
.subhead,      /* Listing Level 1 Subhead */
.subsubhead    /* Listing Level 2 Subhead */
  { font-size: 110%; font-weight: bold;
    color: #993300;
    margin-top: 12pt; margin-bottom: 3pt; }

.indexcat     /* Index Level 1 Subhead */
  { margin-top: 3px; text-indent: -5px; margin-left: 15px; }

.indexcatsub  /* Index Level 2 Subhead */
  { margin-top: 1px; text-indent: -5px; margin-left: 35px; font-size:90%; }


.seclinklist, .subseclinklist
  { font-weight: normal }
.subseclinklist
  { color: gray }
.subhead
  { color: #ff0099; }
.subsubhead
  { margin-left: 5px; font-weight: normal }
.docname
  { margin-left: 40px ; text-indent: -20px; margin-bottom: 3px;}

.abbrev, .small
  { font-size: 80%; color: gray; }
.update, .footer
  { font-size: 80%; font-weight: lighht; color: gray; }
.blankpage
  { margin-top: 800px }
.extlink
  { color: blue; font-style: italic; font-size: 80% }
