/*
 * Copyright (c) 2002 The Glasgow Worldcon 2005.  All rights reserved.
 * Authorized for use in this article by Dag-Erling Smørgav, Jan 28th 2003
 *
 * $Id: docbook.css,v 1.1 2002/01/19 05:10:20 decs Exp $
 */

body {
    background-color: white;
    color: black;
    font-family: Arial, Helvetica, Sans-serif;
    margin: 5%;
}

.title {
    color: maroon;
}

.screen {
    background-color: #EEEEEE;
    border: solid thin black;
    color: green;
    padding-left: 6pt;
    padding-right: 6pt;
    padding-top: 6pt;
}

dl {
    margin-top: 0;
    margin-bottom: 0;
}

dt {
    margin-top: 2pt;
    margin-bottom: 2pt;
}

dd {
    margin-left: 24pt;
}

a:link {
    background-color: transparent;
    color: blue;
    text-decoration: none;
}

a:visited {
    background-color: transparent;
    color: navy;
    text-decoration: none;
}

a:active {
    background-color: transparent;
    color: red;
    text-decoration: none;
}

a:hover {
    background-color: #ffc;
    color: red;
}


/*
 CSS 2 Stylesheet from Norman Walsh's "Docbook - The Definitive Guide"


DIV.example-output {
  padding-left: 15px;
  border-style: solid;
  border-width: 0px;
  border-left-width: 2px;
  border-color: black;
}

pre.screen {
  background: #E8E8E8;
}

pre.programlisting {
  background: #E8E8E8;
}

div.example-source {
  background: #E8E8E8;
}

p.publisher {
  text-align: center;
}

body.book {
  background-image: url(figures/htmltitlepage.gif); 
  background-repeat: no-repeat; 
  background-position: top center; 
}

div.component-title {
  text-align: right;
}

h1,h2,h3,h4,h5,h6 {
  font-family: sans-serif;
}

h1.label {
  font-size: 150pt;
  font-weight: normal;
  font-family: sans-serif;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
}

div.component-title h1.title {
  font-family: sans-serif;
  margin-top: 0px;
  padding-top: 0px;
  margin-right: 20px;
  font-size: 36pt;
}

p.alpha-version {
  margin-top: 0px;
  padding-top: 0px;
}

hr.component-separator {
  height: 1px;
}

div.refentry div.titlepage {
  margin-left: 20px;
}

div.refentry div.titlepage h1.title {
  margin-left: -20px;
  margin-bottom: 0px;
  font-size: 36pt;
}

body {
  margin-top: 0px;
  padding-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

div.navheader {
  padding-top: 2px;
  background-color: #c6bec6;
  padding-right: 2px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

div.navfooter {
  background-color: #c6bec6;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 2px;
}

div.copyrightfooter {
  background-color: #c6bec6;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
}

div.copyrightfooter p {
  margin-top: 0px;
  padding-top: 10px;
}

div.refentry,
div.preface,
div.chapter,
div.appendix,
div.reference,
div.part,
div.bibliography,
div.glossary,
div.index,
div.colophon,
div.legalnotice {
  margin-left: 10px;
  margin-right: 10px;
}

div.book {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}

thead {
  background-color: black;
  color: white;
}

table,
tbody,thead,tfoot,
tr,td {
  border-color: #8F8F8F;
}
*/
