/* $Id: docs.css,v 1.28 2002/09/20 16:13:47 anego Exp $ */
body{ margin: 3%;}
div.calloutlist{
 margin: 0.5em 1em 0.5em 4em;
}
pre.screen {
 padding: 0.3em;
 margin: 0.5em 1em 0.5em 4em;
/*
 border-top: thin solid #ccc;
 border-bottom: thin solid #ccc;
 border-style: dotted;
 border-width: 1px;
 border-color: dimgray;
*/
 background: #E0E0E0;
 color: #000000;
 font-family: monospace;
}
pre.programlisting {
 padding: 0.1em;
 margin: 0.5em 1em 0.5em 4em;
 border-style: outset;
 border-width: 1px;
 border-color: black;
 background: #E0E0E0;
 color: #000000;
}
div.figure {
 text-align: center;
}
div.caution p {
 border-style: solid;
 border-color: gray;
 border-width: thin;
 padding: 0.5em;
}
div.caution th {
 text-align: left;
}
div.note p {
 border-style: solid;
 border-color: gray;
 border-width: thin;
 padding: 0.5em;
}
div.note th {
 text-align: left;
}
div.warning p {
 border-style: solid;
 border-color: gray;
 border-width: thin;
 padding: 0.5em;
}
div.warning th {
 text-align: left;
}
 h2.title {
 background: darkgray;
 color: black;
 padding: 5px 5px 3px 5px;
 border-top: thin solid dimgray;
 border-bottom: thin solid dimgray;
}
 h3.title {
 border-top: thin solid #ccc;
 border-bottom: thin solid #ccc;
 background: #eee9e9;
 color: black;
 padding: 2px 5px;
}

h4.title {
 padding: 2px 5px;
 border-bottom: thin solid #eee9e9;
 }

 span.term {
 font-weight: bold;
 border: thin outset #ccc;
 padding:1px 2px;
}
span.emphasis i {
 font-style: normal;
 text-decoration: underline;
}
div.informaltable th {
 border: thin outset darkgray;
 padding: 0em 1em;
 font-family: monospace;
 padding-top: 0.2em;
 padding-bottom: 0.2em;
 background-color: #eee9e9;
 color: black;
}
div.informaltable td {
 border: thin solid darkgray;
 padding: 0em 1em;
 font-family: monospace;
 padding-top: 0.2em;
 padding-bottom: 0.2em;
}

div.table th {
 border-color: darkgray;
 padding-left: 1em;
 font-family: monospace;
 padding-top: 0.2em;
 padding-bottom: 0.2em;
 background-color: #eee9e9;
 color: black;
}
div.table td {
 border-color: darkgray;
 padding-left: 1em;
 font-family: monospace;
 padding-top: 0.2em;
 padding-bottom: 0.2em;
}
tbody.footnotes {
 background-color: #eee9e9;
 color: black;
}
p.para {
 padding: 0px 1em;
}
dt {margin-left: 2em;}
dd {margin-left: 4em;}

/*li { line-height: 0.8; }*/
li p.para {
 padding: 0px 0em;
 line-height: 1.1;
 }
div.article {
 margin: 1.5em 1em;
 padding: 5px 1em;
  }
div.article div.titlepage{
 background-color: #eee9e9;
 color: black;
 border: thin outset #ccc;
 padding: 0.5em 1em;
 margin: 0em -1em
  }
div.article h1.title,h3.author,div.affiliation {
 text-align: center;
  }
p.othercredit {
 text-align: center;
 }
div.article h1.title {
 border-top: 3px double #ccc;
 border-bottom: 3px double #ccc;
 padding: 5px 0px;
 }
h3.author {
 margin-top: 2em;
 }
div.abstract {
 text-align: left;
 margin: 0px 3em;
 }
div.abstract p.para {
 padding: 0px 0px;
 }
div.sect1 {
 margin-bottom: 2em;
 }
div.navfooter {
 border-top: thin solid #ccc;
 padding-top: 1em;
 }
div.navheader {
 border-bottom: thin solid #ccc;
 padding-bottom: 1em;
 }
div.address p {
 margin-top: -1em;
 margin-bottom: -1em;
 text-align: center;
 }
p tt {border-bottom: thin solid #ddd;}
hr { display: none; }
/* as of now, @import has not impremented in NN4 nor IE3-4 */
@import url(local.css)

/* EOF */

