body {
  margin: 20px auto;
  width: 900px;
  font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans;
  font-size: 12px;
  line-height: 120%;
  color: #333;
  background-color: #fff;
}

img {
  border-width: 0px;
}

form {
  margin: 0px;
}

a {
  color: #2464b3;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  color: #784600;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  color: #784600;
  margin: 26px 0px 6px 0px;
  padding: 0px 0px 4px 0px;
  /*border-bottom: 1px solid #784600;*/
}

h3 {
  font-size: 14px;
  font-weight: bold;
  color: #666;
  margin: 12px 0px 4px 0px;
  padding: 0px;
}

h4.method_detail {
  font-size: 14px;
  font-weight: bold;
  background-color: #e4ecf6;
  margin: 12px 0px 2px 0px;
  padding: 4px 6px;
  border-bottom: 2px solid #7ca2d1;/*#5083c2;*/
}
h4.method_detail .args {
  font-weight: normal;
  font-size: 13px;
}

dl {
  margin: 0px 0px 26px 0px;
}
dl dt {
  font-weight: bold;
  color: #000;
  padding: 6px 0px 1px 0px;
}
dl dd {
  padding: 0px 0px 0px 12px;
  margin: 0px;
}

pre {
  overflow: auto;
  background-color: #efefef;
  padding: 6px 10px;
}

#nav {
  width: 166px;
  float: left;
  background: url(images/nav-top.png) no-repeat 0px 0px;
  padding: 11px 0px 0px 0px;
  margin: 0px 14px 0px 0px;
}
#nav ul {
  padding: 4px 12px 1px 12px;
  margin: 0px;
  background: url(images/nav-back.png) repeat-y 0px 0px;
  list-style: none;
}
#nav a {
  color: #333;
  text-decoration:none;
}
#nav a:hover {
  text-decoration: underline;
}
#nav ul li {
  margin: 0px;
  padding: 0px 0px 3px 20px;
  min-height: 10px;
  background: url(images/blue-arrow-up.png) no-repeat 0px 0px;
  overflow: hidden;
}
#nav ul li.thispage {
  font-weight: bold;
}
#nav ul li.class {
  background: url(images/green-arrow-up.png) no-repeat 0px 0px;
}
#nav ul ul {
  background-image: none;
  padding: 4px 0px 0px 0px;
}
#nav ul ul li {
  background: url(images/blue-arrow-right.png) no-repeat 0px 0px;
}
#nav ul ul li.class {
  background: url(images/green-arrow-right.png) no-repeat 0px 0px;
}
#nav .endcap {
  height: 11px;
  background: url(images/nav-bottom.png) no-repeat 0px 0px;
}
#nav .search {
  padding: 4px 10px 1px 10px;
  background: url(images/nav-back.png) repeat-y 0px 0px;
}
#nav .search .invisible {
  display: none;
}
#nav .search .searchback {
  background: url(images/search-back.png) no-repeat 0px 0px;
  padding: 2px 0px 0px 19px;
  min-height: 18px;
}
#nav .search input {
  width: 122px;
  border: none;
  margin: 0px;
  font-size: 11px;
  background-color: transparent;
}
#nav #search_choices {
  width: 300px;
  height: 60px;
  background-color: #fff;
  overflow: hidden;
  border-left: 1px solid #7ca5d8;
  border-right: 1px solid #7ca5d8;
  border-bottom: 1px solid #7ca5d8;
}
#nav #search_choices ul {
  margin: 0;
  padding: 0;
  background-image: none;
}
#nav #search_choices ul li {
  margin: 0;
  list-style: none;
  white-space: nowrap;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
  cursor: pointer;
  background-image: none;
}
#nav #search_choices .selected {
  background-color: #2464b3;
  color: #fff;
}
#nav #search_choices .selected .description {
  color: #eee;
}
#nav #search_choices .description {
  color: #666;
  font-weight: normal;
}
#nav #searchresults {
  padding: 4px 12px 1px 12px;
  background: url(images/nav-back.png) repeat-y 0px 0px;
  display: none;
}
#nav #searchresults ul {
  background-image: none;
  padding: 0px;
}
#nav #searchresults ul li {
  background: url(images/blue-arrow-right.png) no-repeat 0px 0px;
}

ul.classlist {
  padding: 0px;
  margin-right: 0px;
  margin-left: 0px;
  list-style: none;
}
ul.classlist li {
  margin: 0px;
  padding: 0px 0px 3px 32px;
  min-height: 10px;
  background: url(images/blue-arrow-right.png) no-repeat 12px 0px;
}
ul.classlist li.class {
  background: url(images/green-arrow-right.png) no-repeat 12px 0px;
}
ul.classlist a {
  text-decoration: none;
}
ul.classlist a:hover {
  text-decoration: underline;
}

#rightside {
  float: left;
  width: 720px;
  padding-bottom: 20px;
}

#topbar {
  background: url(images/top-back.png) repeat-x 0px 0px;
  height: 66px;
  color: #666;
}
#topbar .topcap {
  background: url(images/top-left.png) no-repeat 0px 0px;
  height: 66px;
}
#topbar .endcap {
  background: url(images/top-right.png) no-repeat 100% 0px;
  height: 53px;
  padding: 13px 13px 0px 13px;
}
#topbar .quicklinks {
  width: 50%;
  float: right;
  text-align: right;
}
#topbar h1 {
  margin: 9px 0px 0px 0px;
  padding: 0px;
  color: #fff;
}

#content {
  padding: 0px 13px 0px 13px;
}

table.members {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #999;
}
table.members td {
  padding: 2px 4px;
  vertical-align: top;
}
table.members thead th {
  padding: 2px 4px;
  vertical-align: top;
  border-bottom: 1px solid #999;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  background-color: #5083c2;
  color: #fff;
}
table.members thead th.namehead {
  padding: 2px 4px 2px 15px;
}
table.members .odd td {
  background-color: #f8fafd;
}
table.members .even td {
  background-color: #e4ecf6;
}
table.members .name {
  font-weight: bold;
}
table.constants .name {
  width: 25%;
  padding: 2px 4px 2px 15px;
  background-image: url(images/blue-box.png);
  background-position: 0px 1px;
  background-repeat: no-repeat;
}
table.constants .value {
  width: 25%;
  font-family: "Courier New", Courier, monospace;
}
table.constants .description {
  width: 50%;
}
table.attributes .name {
  width: 25%;
}
table.attributes .visibility {
  width: 15%;
}
table.attributes .rw {
  width: 10%;
}
table.attributes .description {
  width: 50%;
}
table.aliases .name {
  width: 25%;
}
table.aliases .new_name {
  width: 25%;
}
table.aliases .description {
  width: 50%;
}
table.methods .visibility {
  width: 25%;
}
table.methods .name {
  width: 75%;
}
table.methods .params {
  font-weight: normal;
}
table.attributes .name,
table.aliases .name,
table.methods .visibility {
  padding: 2px 4px 2px 15px;
  background-position: 0px 1px;
  background-repeat: no-repeat;
}
table.attributes .public .name,
table.methods .public .visibility {
  background-image: url(images/blue-plus.png);
}
table.attributes .protected .name,
table.methods .protected .visibility {
  background-image: url(images/orange-hash.png);
}
table.attributes .private .name,
table.methods .private .visibility {
  background-image: url(images/red-dash.png);
}

.method_description {
  padding: 0px 6px 6px 6px;
}

.search_results {
  width: 550px;
  background-color: #fff;
  padding: 5px;
  height: 322px;
}
.search_results h1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin: 0px;
  padding: 0px 0px 6px 0px;
}
.search_results h1 a {
  float: right;
  display: block;
  width: 20px;
  height: 20px;
  background: url(images/close-button.png) no-repeat 0px 0px;
}
.search_results h1 a:hover {
  background-position: 0px -20px;
}
.search_results ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: 1px solid #999;
  overflow-y: auto;
  height: 288px;
}
.search_results li {
  margin: 0px;
  padding: 2px 4px;
  font-weight: bold;
  cursor: pointer;
}
.search_results li:hover,
.search_results li.odd:hover,
.search_results li.even:hover {
  background-color: #2464b3;
  color: #fff;
}
.search_results li.odd {
  background-color: #f8fafd;
}
.search_results li.even {
  background-color: #e4ecf6;
}
.search_results .description {
  font-weight: normal;
  color: #666;
}
