/* Print-specific styling */

#sidebar, #header, #footer {
  display: none;
}
body {
  font-family: Arial, Helvetica, sans-serif;
}

/* Method documentation */

.box {
  padding: 9px;
  background-color: #FAFAFA;
  border: 1px solid #f2f2f2;
  border-left: 4px solid #4284B0;
}
pre.box {
  color: #333;
  font-size: 110%;
}
dt {
  font-weight: bold;
  padding-left: 20px;
}
dd {
  margin-bottom: 5px;
  padding-left: 30px;
}
dd li {
  list-style: none;
}
.vartype {
  color: #900;
  font-size: 80%;
  white-space: nowrap;
  margin-left: 8px;
  padding: 1px;
  font-weight: normal;
}
.optional {
  color: #36AE19;
  font-size: 80%;
  white-space: nowrap;
  padding: 1px;
  font-weight: normal;
}
.warning {
  color: #A00;
  font-size: 180%;
}
dd ul li strong {
  color: #000;
  }
ul.methodlist {
  margin-left: 10px;
  padding-left: 5px;
}
ul.methodlist li {
  color: #666666;
  list-style: none;
}
span.key {
  color: #C33;
}
span.value {
  color: #33C;
}
