/* 
 * Style sheet for DocBook HTML.
 *
 */

body {
  color: black;
  background: white;
  margin-left: 5%;
  margin-right: 5%;
  font-family: arial, helvetica, sans-serif;
  line-height : 120%;
}

p {
  text-align: left;
}

h1.title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.7em;
  color: navy;
  background: white;
  text-align: left;
}
		   
h3.subtitle { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: navy;
  background: white;
  text-align: left;
}

h3.author {
  font-size:1em;
}
div.affiliation, div.bibliomisc{
  font-size:  90%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: arial, helvetica, sans-serif;
  color: navy;
  background: white;
  font-weight: bold;
}

div.section h1 { 
  margin: 1.7em 0 0.8em 0
  font-size: 1.8em ;
}

h2 { 
  font-size: 1.5em ;
  padding : 0.5em 0 0;
  margin: 1.7em 0 0.8em 0
}

div.section h3 { 
  font-size: 1.2em ;
  margin: 1.4em 0 0.7em 0
}

div.section h4 {
  font-size: 1em ;
  margin: 1.1em 0 0.5em 0
}

div.section h5 {
  font-size: 1em ;
  margin: 1em 0 0.5em 0
}
	 
div.section h6 { 
  font-size: 1em ;
}

hr {
  margin : 0;
}

code {
  line-height: 100%;
  font-size: 120%;
}

table { 
  background: white;
}

th {
  font-family: arial, helvetica, sans-serif;
  background: white;
  text-align : left;
}

td {
  font-family: arial, helvetica, sans-serif;
  background: white;
}

a.plain { 
  text-decoration: none;
}
		  
a:link {
  color: navy;
}
		
a:visited {
  color: navy;
}

a:active {
  color: red;
  background-color: Yellow;
}

a:hover {
  color: navy;
  background-color: #9CC;
  text-decoration : none;
}

li {
  margin: 1em 0 1em 0;
}

li p {
  margin: 0 0 0.3em 0;
}

div.footnotes p {
  background: white;
  color: black;
  font-size: 90%;
  margin-left: 0%;
}

div.affiliation {  }

div.abstract p { 
  margin: 0.5em 2em 0 0;
}

/*
div.toc dl dt, div.list-of-tables dl dt, div.list-of-figures dl dt { 
  text-align: left;
  font-size: small;
  font-weight : normal;
}
*/

div.REVHISTORY th { /* Used to center the title of the table that */
                    /* contains the revision history */
  text-align: center;
}

div.sections p { 
  text-align: left;
}

span.acronym { 
  font-weight: bold;
}

i.foreignphrase { 
  font-weight: normal;
}

div.legalnotice {
  margin: 2em 0 2em 0
}

div.legalnotice p {
  margin: 0;
}

div.abstract {
  margin: 2em 0 2em 0
}

p.copyright{
  margin: 1em 0 1em 0;
}

pre { 
  font-family: "courier new", courier, monospace;
  color: Darkblue;
  background-color : #EAEAEA;
  margin: 0.5em 0 0.5em 0;
  padding: 0.2em;
  padding-left: 1em;
  text-align:left;
  font-size: 95%;
}
		
code.prompt {
  font-size: inherit;
}

tt {
  color: Maroon;
  font-family: "courier new", courier, monospace;
}

tt.filename{
  color:blue;
}

tt.replaceable{
  color:green;
}

tt.command{
  font-weight:bold;
}

span.lineannotation {
  font-family: arial, helvetica, sans-serif;
  color:green;
}

.caption {
  font-style : italic;
}

div.note h3 {
  color:black;
}

div.note table{
  margin: 1em 0 0.5em 0;
}

div.toc dl,div.list-of-tables dl, div.list-of-figures dl {
  margin: 0.5em 0 0.5em 0;
  font-size : 95%;
  font-weight : normal;
}

div.toc, div.list-of-tables, div.list-of-figures {
  margin: 2em 0 0.5em 0;
  line-height: 100%;
}

dt {
  margin : 0.5em 0 0.5em 0;
}

p {
  margin:0.3em 0 0 0;
  line-height: 130%;
  text-align : left;
}

.blockquote {
  line-height: 120%;
  font-size : small;
  margin: 1em 0 1em 0em;
}

li{
  margin:0.2em 0 0.2em 0;
}

div.footpage {
  text-align : center;
  font-size : small;
}

div.figure {
  margin: 1em 0 1em 0
}

div.figure p.title {
  margin-bottom: 0.5em;
  text-align: center;
}

p.title {
  margin: 0.5em 0 0 0
}

hr {
  margin: 1em 0 1em 0
}

.term{ font-weight:bold}

span.underline {text-decoration: underline;}

div.table, div.informaltable {
  margin-top: 1em;
  padding: 5px 2px 5px 2px;
  background-color: #ffffcc;
  border:solid;
  color: #000000;
  border-color: #009999;
  border-left: solid #009999 1px;
  border-right: solid #009999 1px;
  border-top: solid #009999 1px;
  border-bottom: solid #009999 1px;
}

div.table table td, div.informaltable table td {
  background-color: #ffffcc;
  vertical-align: top;
}

div.table table tr, div.informaltable table tr {
  background-color: #ffffcc;
}

div.table table th, div.informaltable table th {
  background-color: #ffffcc;
  vertical-align: top;
}

div.table p.title, div.informaltable p.title {
  padding: 0px 0px 10px 0px;
  text-align: center;
}

div.calloutlist table td {
  padding: 0;
  margin: 0;
}

div.footer-nav {
  display: block;
  background-color: #DDD;
  padding: 5px 0px;
  margin-top: 5px;
  text-align: center;
}

