/* Styles controlling the general appearance of things */
BODY {
  background: white;
  color: black;
  font-family: sans-serif;
  margin: 15px;
}

P, TD, TH {
  color: black;
  font-family: sans-serif;
}

H1, H2, H3, H4, H5, H6 {
  color: black;
  font-family: sans-serif;
}

H2, H3, H4, H5, H6 {
  font-style: italic;
}

KBD {
  color: #006600;
  font-family: monospace;
  font-weight: bold;
}

PRE {
  color: #7f0000;
  font-family: monospace;
}

PRE.command {
  color: #006600;
  margin-left: 3em;
}

PRE.example {
  border: thin dotted #333333;
  background: #eeeeee;
  margin-left: 3em;
  margin-right: 3em;
  padding: 5px;
}

SUB, SUP {
  font-size: 50%;
}

FORM {
  display: inline;
}

INPUT[TYPE="TEXT"], INPUT[TYPE="PASSWORD"], INPUT[TYPE="SEARCH"], TEXTAREA {
  font-family: monospace;
}

A:link {
  font-family: sans-serif;
  text-decoration: none;
  color: #0060A0;
}

A:visited {
  font-family: sans-serif;
  text-decoration: none;
  color: #003050;
}

A:hover {
  font-family: sans-serif;
  text-decoration: none;
  color: #00A060;
}

A:active {
  font-family: sans-serif;
  text-decoration: underline;
  color: #005030;
}

DL {
  margin-left: 2em;
}

HR {
  border-bottom: solid thin #999999;
  border-left: none;
  border-right: none;
  border-top: none;
}

.dateinfo {
  font-size: 80%;
  font-style: italic;
}

.invalid {
  background: red;
  color: white;
  font-weight: bold;
  padding: 2px;
}

.valid {
}


/* Styles used for specific elements of the page */
TD.unsel, TD.sel {
  border-bottom: solid 1px black;
  padding: 1px 10px;
  vertical-align: bottom;
}

TD.unsel A, TD.sel A {
  font-weight: bold;
  padding: 1px 10px;
}

TD.sel A {
  border-bottom: solid 3px black;
}

TD.unsel A:hover, TD.sel A:hover {
  background: #f4f4f4;
  border-bottom: solid 3px #999999;
}

TD.page {
  height: 100%;
  padding: 10px 0px;
  vertical-align: top;
}

TD.footer {
  border-top: solid thin #999999;
  color: #666666;
  font-size: 80%;
  padding: 5px;
}

TD.download {
  height: 32;
  text-align: center;
  width: 256;
}

TD.download A {
  color: white;
  font-weight: bold;
}

TD.download A:hover {
  color: #ffff99;
  font-weight: bold;
}

P.links {
  border-bottom: solid 1px #999999;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 10px;
  text-align: center;
  vertical-align: bottom;
  width: 80%;
}

P.links A {
  padding: 0px 5px;
}

P.links A:hover {
  background: #f8f8f8;
  border-bottom: solid 3px #cccccc;
}

TABLE.standard {
  border-bottom: solid thin #999999;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

TR.header TH {
  border-bottom: solid thin #999999;
  color: #333333;
  padding: 0px 5px;
  vertical-align: bottom;
  white-space: nowrap;
}

TR.data0 TD, TR.data0 TH {
  background-color: #f8f8f8;
  padding: 2px;
}

TR.data1 TD, TR.data1 TH {
  background-color: #f4f4f4;
  padding: 2px;
}


/* Styles used for documentation */
.class {
  border-bottom: solid 2px gray;
}
.constants {
}
.description {
  margin-top: 0.5em;
}
.discussion {
}
.enumeration {
  border-bottom: solid 2px gray;
}
.function {
  border-bottom: solid 2px gray;
  margin-bottom: 0;
}
.members {
}
.method {
}
.parameters {
}
.returnvalue {
}
.struct {
  border-bottom: solid 2px gray;
}
.typedef {
  border-bottom: solid 2px gray;
}
.union {
  border-bottom: solid 2px gray;
}
.variable {
}
code, p.code, pre, ul.code li {
  font-family: monaco, courier, monospace;
  font-size: 90%;
}
a:link, a:visited {
  text-decoration: none;
}
span.info {
  background: black;
  border: solid thin black;
  color: white;
  font-size: 80%;
  font-style: italic;
  font-weight: bold;
  white-space: nowrap;
}
h3 span.info, h4 span.info {
  float: right;
  font-size: 100%;
}
ul.code, ul.contents, ul.subcontents {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
ul.code li {
  margin: 0;
}
ul.contents > li {
  margin-top: 1em;
}
ul.contents li ul.code, ul.contents li ul.subcontents {
  padding-left: 2em;
}
div.body dl {
  margin-top: 0;
}
div.body dt {
  font-style: italic;
  margin-top: 0;
}
div.body dd {
  margin-bottom: 0.5em;
}
h1.title {
}
h2.title {
  border-bottom: solid 2px black;
}
h3.title {
  border-bottom: solid 2px black;
}
