/* $Id: cbot.css,v 1.12 2004/12/20 13:37:24 john Exp $
 *
 * cbot.css
 */

body, td, th {
   font-family: "lucida sans unicode", helvetica
   font-weight: normal;
   font-style: normal;
   background: gray;
   color: white;
}

h3 {
   font-size: 10pt;
   font-weight: bold;
   font-style: normal;
}

th {
   font-weight: bold;
}

#title {
   font-size: 14pt;
}

#cbot {
   font-size: 12pt;
}

#module-name {
   text-align: left;
   font-size: 10pt;
}

#module-actions {
   text-align: left;
   font-size: 8pt;
   font-style: italic;
}

#module-text {
   text-align: justify;
   font-size: 8pt;
}

#section {
   text-align: left;
   font-size: 12pt;
}

#module-name-small {
   text-align: left;
   font-size: 8pt;
}

#command-name {
   text-align: left;
   font-size: 10pt;
}

#command-flags {
   text-align: left;
   font-size: 8pt;
   font-style: italic;
}

#command-text {
   text-align: justify;
   font-size: 8pt;
}

a, #nav {
   color: white;
   font-size: 9pt;
}

a:hover, #nav:hover {
   color: silver;
}

#navtable {
   vertical-align: top;
   font-size: 12pt;
   background: gray;
}

#main {
   background: black;
}

#content {
   font-size: 10pt;
}

dt {
   font-style: italic;
}

dd {
   font-size: 8pt;
}

#rcsid {
   color: silver;
   font-size: 6pt;
}

pre {
   font-size: 8pt;
}

pre.changelog {
   font-size: 7pt;
}

.sub-modules {
   font-style: normal;
}
