/*  AutoDoc CSS style sheet
    Sébastien Barré (Time-stamp: <2000-08-31 03:10:56 barre>
*/	

/* 
   Netscape background handling *sucks* for DIV tag
   Comment the following two style if you are using it :
*/


pre.example { 
  background-color: #dddddd;
}

div.class-header, div.file-header, div.proc, div.members, div.components, div.options { 
  background-color: #e9ebe9; 
}


/* Common usual styles */

body {
  background-color: #f2f5f7;
  color: #000000
}

body, caption, td, ol, p, ul, h1, h2, h3, h4, h5, h6, h7 { 
  font-family: Arial, Helvetica, sans-serif;
}

pre.example { 
  font-family: "Courier New", Courier, monospace;
  margin-top: 0em;
  margin-bottom: 0em;
}

/* Navbar */

hr.navbar { 
}

p.navbar { 
  margin-top: 0em;
  margin-bottom: 0em;
  text-align: center;
  background-color: #ffffe1;
}

a.index-file { 
}

a.index-proc { 
}

a.index-class { 
}

a.index-namespace { 
}

a.index-keyword { 
}

/* Letter bar */

p.letterbar { 
  margin-top: 0em;
  margin-bottom: 0em;
  text-align: center;
  background-color: #C6F4D9
}

a.letterbar { 
}

h2.index-letter { 
}

/* Generated-by */

p.generated-by { 
  margin-top: 0em;
  margin-bottom: 0em;
  font-size: 0.8em;
  text-align: right;
}

a.generated-by { 
}

/* Error */

p.error {
  margin-left: 2em;
  margin-right: 2em;
  text-align: justify;
}

.error, .proc-desc-error, .options-desc-error, .components-desc-error { 
  color: #c13333;
}

/* Report Summary */

table.report-summary { 
  border: 2px solid #bbbbbb;
}

tr.report-summary { 
}

td.report-summary-navbar { 
  background-color: #E5E5E5;
}

td.report-summary-text { 
  background-color: #e6eaee;
}

/* Statistics */

table.statistics {
  border: 2px solid #bbbbbb;
}

td.statistics-location { 
  background-color: #E1E1FF;
}

td.statistics-description { 
  background-color: #FFDFDF;
}

/* Files index */

ul.class-listing { 
}

li.class-listing { 
}

/* Classes index */

a.entity { 
}

/* Namespaces index */

a.namespace { 
}

/* procs index */

a.proc { 
}

/* Header */

.header-title { 
  font-weight: bold;
  font-style: italic;
}

.header-value { 
}

.header-description-value { 
  font-style: italic;
}

.header-author-value { 
  color: #933A00;
}

/* File */

div.file-header { 
  margin-left: 2em;
  margin-right: 2em;
}

a.file { 
}

/* Class */

div.class-header { 
  margin-left: 2em;
  margin-right: 2em;
}

a.class-header { 
}

h2.methods { 
  margin-top: 0em;
  margin-bottom: 0em;
}

.xref-classes { 
}

.class-header-crossref { 
}

/* Proc */

div.proc { 
  margin-left: 2em;
  margin-right: 2em;
}

.arg-list { 
  font-style: italic;
}

.proc-name { 
  color: #3A9300;
  font-weight: bold;
  font-size: 1.3em;
  font-size: medium;
}

.argument-name { 
  font-style: italic;
}

.argument-description { 
  color: #555555;
}

.override  { 
  color: #933A00;
}

.visibility { 
  color: #00633A;
}

.common { 
  color: #3A0093;
}

.configbody { 
}

a.proc { 
}

/* Membervariables */

h2.members { 
  margin-top: 0em;
  margin-bottom: 0em;
}

div.members { 
  margin-left: 2em;
  margin-right: 2em;
}

.variable-name { 
  font-style: italic;
}

.variable-description { 
  color: #555555;
}

.variable-default { 
}

.variable-default-value { 
  color: #224499;
  font-weight: bold;
}

a.members { 
}

/* Options */

h2.options { 
  margin-top: 0em;
  margin-bottom: 0em;
}

div.options { 
  margin-left: 2em;
  margin-right: 2em;
}

.option-name { 
  font-style: italic;
}

.option-description { 
}

.option-default { 
}

.option-default-value { 
  color: #224499;
  font-weight: bold;
}

a.options { 
}

/* Components */

h2.components { 
  margin-top: 0em;
  margin-bottom: 0em;
}

div.components { 
  margin-left: 2em;
  margin-right: 2em;
}

.component-name { 
  font-style: italic;
}

.component-type { 
  color: #777777;
}

.component-description { 
}

a.components { 
}

