body {
    color: black;
    background-color: white;
}
:link {
    color: #0000ff;
}
:visited {
    color: #800080;
}
:active {
    color: #ff0000;
}
a img {
    border-style: none;
    color: white;
}
pre {
    font-family: "Courier New", monospace;
}
div.toc ul {
    list-style-type: none;
}
p.example {
    font-weight: bold;
}
div.figure {
    margin-left: 3em; text-align: left;
}
div.figure p {
    font-size: smaller; margin-right: 6em;
}
div.figure img {
    vertical-align: top;
}
div.figure pre {
    margin-left: 0em;
}
pre.xml, pre.style {
    color: #006000;
}
pre.render {
    color: maroon;
}
pre.sgml, pre.dtd-fragment-sgml {
    color: maroon; margin-left: 3em;
}
pre.dtd-fragment-sgml {
    background-color: #eee; width: 100%;
    border-left: medium none; border-right: medium none; 
    border-top: medium none; border-bottom: medium none; 
    margin-left: 0em; margin-right: 0em;
}
h3, h4 {
    margin-top: 1em;
}
h4, h5, h6 {
     color: #005A9C;
     background: white;
}
.content {
    font-family: monospace;
    color: blue;
    font-weight: bold;
}
.caution {
    margin-left: 1em;
    color: red;
    background-color: yellow;
    font-weight: bold;
}
.note {
    margin-left: 1em;
}
.note p {
    font-style: italic;
}
.note div.figure p {
    font-style: normal;
}
.ednote {
    color: green;
    font-style: italic;
}
p.ednote {
    margin-left: 1em;
}

.familyname { text-transform: uppercase }

.obsolete { display: none }

.download {
    margin-left: 1em;
    font-style: italic;
}

table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
table, tr, td, th { border: thin ridge gray }
