/* Global */
body,h1,h2,h3,h4,h5,h6,p,center,td,th,ul,dl,div {
  font-family: Geneva, Arial, Helvetica, sans-serif;
}

body,td {
  font-size: 90%;
}

body {
  background: #d6cdbb;
  color: black;
  margin-right: 20px;
  margin-left: 20px;
}

hr {
  height: 1px;
  color: #968762;
}

table {
  empty-cells: show;
  border-collapse: collapse;
}

/* Links */
a {
  text-decoration: underline;
  font-weight: bold;
  color: #b00000;
}

a:visited {
  font-weight: normal;
  color: #b00000;
}

a.el {
  text-decoration: none;
  font-weight: bold;
  color: #b00000;
}

a.el:visited {
  color: #b00000;
}

a.el:hover {
  text-decoration: underline;
}

a.elRef {
  font-weight: bold;
  color: #b00000;
}

a.code {
  font-weight: normal;
  color: #b00000;
}

a.code:visited {
  color: #b00000;
}

a.codeRef {
  color: #b00000;
}

a.codeRef:visited {
  color: #b00000;
}

.mdescRight a {
  font-weight: normal;
}

.mdescRight a:hover {
}

/* Headers */
h1 {
  text-align: center;
  font-size: 160%;
}

h2 {
  font-size: 120%;
}

h3 {
  font-size: 100%;
}

caption {
  font-weight: bold;
}

/* Code snippets */
.fragment {
  font-family: monospace, fixed;
  font-size: 95%;
}

pre.fragment {
  border: 1px solid #968762;
  background-color: #e8e8e0;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 8px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* Index tables */
td.indexkey {
  border: 1px solid #968762;
  margin: 2px 0px;
  padding: 3px 10px;
  background-color: #e8e8e0;
  font-weight: bold;
}

td.indexvalue {
  border: 1px solid #968762;
  margin: 2px 0px;
  padding: 3px 10px;
  background-color: #e8e8e0;
}

/* Member index */
tr.memlist {
   background-color: #e8e8e0;
}

.memItemLeft {
  padding: 2px 0px 2px 8px;
  margin: 4px;
  border: none;
  font-size: 80%;
}

.memItemRight {
  padding: 2px 8px 2px 8px;
  margin: 4px;
  border: none;
  font-size: 80%;
}

.memTemplItemLeft {
  padding: 2px 0px 0px 8px;
  margin: 4px;
  border: none;
  font-size: 80%;
}

.memTemplItemRight {
  padding: 1px 8px 0px 8px;
  margin: 4px;
  border: none;
  font-size: 80%;
}

.mdescLeft {
  padding: 0px 8px 4px 8px;
  margin: 0px;
  border: none;
  font-size: 80%;
}

.mdescRight {
  padding: 0px 8px 4px 8px;
  margin: 0px;
  border: none;
  font-size: 80%;
}

/* Member documentation */
.memItem {
  padding: 4px;
}

.memName {
  white-space: nowrap;
  font-weight: bold;
}

.memDoc{
  padding-left: 10px;
}

.memNav {
  background-color: #d6cdbb;
  border: 1px solid #968762;
  text-align: center;
  margin: 2px;
  margin-right: 15px;
  padding: 2px;
}

.memProto {
  padding: 2px 5px;
  background-color: #e8e8e0;
  width: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: #968762;
  font-weight: bold;
  -moz-border-radius: 10px 10px 10px 10px;
}

.memTemplate {
  font-size: 80%;
  color: #968762;
  font-weight: normal;
}

.memTemplParams {
  padding: 1px 0px 0px 8px;
  margin: 4px;
  border: 1px #968762;
  border-style: solid none none none;
  background-color: #e8e8e0;
  font-size: 80%;
}

.paramKey {
  text-align: right;
}

.paramType {
  white-space: nowrap;
}

.paramName {
}

/* Syntax highlighting */
span.keyword       { color: #008000; }
span.keywordType   { color: #604020; }
span.keywordFlow   { color: #e08000; }
span.comment       { color: #800000; }
span.preprocessor  { color: #806020; }
span.stringLiteral { color: #002080; }
span.charLiteral   { color: #008080; }

/* Navigation tabs */
div.tabs {
  float: left;
  width: 100%;
  margin-bottom: 4px;
  border-bottom: 1px solid black;
}

div.tabs ul {
  margin: 0px;
  padding-left: 10px;
  list-style: none;
}

div.tabs li, div.tabs form {
  display: inline;
  margin: 0px;
  padding: 0px;
}

div.tabs form {
  float: right;
}

div.tabs a {
  float: left;
  font-size: x-small;
  font-weight: bold;
  text-decoration: none;
}

div.tabs a:link, div.tabs a:visited, div.tabs a:active, div.tabs a:hover {
  color: #e8e8e0;
}

div.tabs span {
  position: relative;
  top: 1px;
  float: left;
  display: block;
  padding: 5px 9px;
  white-space: nowrap;
  background-color: #968762;
  border: 1px solid black;
  -moz-border-radius: 10px 10px 0px 0px;
}

div.tabs input {
  float: right;
  display: inline;
  font-size: 1em;
}

div.tabs td {
  font-size: x-small;
  font-weight: bold;
  text-decoration: none;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
div.tabs span {
  float: none;
}
/* End IE5-Mac hack */

div.tabs li.current span {
  background-color: #d6cdbb;
  color: black;
  border-bottom: 1px solid #d6cdbb;
}

div.nav {
  width: 100%;
  text-align: center;
}

/* Others/unused */
a.qindex {
  text-decoration: none;
  font-weight: bold;
  color: #1A419D;
}

a.qindex:visited {
  font-weight: bold;
  color: #1A419D
}

a.qindex:hover {
  background-color: #ddddff;
}

a.qindexHL {
  text-decoration: none;
  font-weight: bold;
  background-color: #6666cc;
  color: #ffffff;
  border: 1px double #9295C2;
}

a.qindexHL:visited {
  background-color: #6666cc;
  color: #ffffff;
}

a.qindexHL:hover {
  background-color: #6666cc;
  color: #ffffff;
}

div.qindex {
  width: 100%;
  background-color: #d6cdbb;
  border: 1px solid #968762;
  text-align: center;
  margin: 2px;
  padding: 2px;
  line-height: 140%;
}

dl.el {
  margin-left: -1cm;
}

div.ah {
  background-color: black;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 3px;
  margin-top: 3px
}

div.groupHeader {
  margin-left: 16px;
  margin-top: 12px;
  margin-bottom: 6px;
  font-weight: bold;
}

div.groupText {
  margin-left: 16px;
  font-style: italic;
  font-size: 90%
}

p.formulaDsp {
  text-align: center;
}

img.formulaDsp {}

img.formulaInl {
  vertical-align: middle;
}

.search {
  color: #003399;
  font-weight: bold;
}

form.search {
  margin-bottom: 0px;
  margin-top: 0px;
}

input.search {
  font-size: 75%;
  color: #000080;
  font-weight: normal;
  background-color: #e8eef2;
}

td.tiny {
  font-size: 75%;
}

.dirtab {
  padding: 4px;
  border-collapse: collapse;
  border: 1px solid #84b0c7;
}

th.dirtab {
  background: #e8eef2;
  font-weight: bold;
}

/* Treeview */
.ftvtree {
  font-family: sans-serif;
  margin:0.5em;
}

.directory {
  font-size: 9pt;
  font-weight: bold;
}

.directory h3 {
  margin: 0px;
  margin-top: 1em;
  font-size: 11pt;
}

.directory > h3 {
  margin-top: 0;
}

.directory p {
  margin: 0px;
  white-space: nowrap;
}

.directory div {
  display: none;
  margin: 0px;
}

.directory img {
  vertical-align: -30%;
}

