body {
  margin: 1em;
  padding: 0;
  font-family: "Helvetica", "Trebuchet MS", "Geneva", "Verdana", "sans-serif";
  *font-size: small;
  color: black;
  background: white;
  font-size: 1em;
}

ul {
  padding-left: 1em;
}

a:link {
  color: #F26711;
}
a:visited {
  color: #F26711;
}

#pagebody {
  width: 98%;
}

.digestbox {
  float: right;
  margin-left: 2ex;
  margin-top: 1ex;
  margin-bottom: 1ex;
  padding: 1ex 1ex;
  border: 0px solid #ddd;
  background: white;
  color: black !important;
  a:color: black !important;
  font-size: .8em;
  max-width: 20%;
  clear: both;
}

.digestbox a:link {
  font-size: .7em;
  color: black;
}

.digestbox a:visited {
  font-size: .7em;
  color: black;
}

.pageheader {
  width: 95%;
  padding: 1em 1em .5em 1em;
  position: relative;
  overflow: hidden;
  background: white;
  border-color: orange;
  border-style: none none solid none;
  border-width: 1px;
  padding: 0px;
}

.pageheader a {
  text-decoration: none;
  font-size: .8em;
  color: #F26711;
}

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

.pageheader .actions ul {
  border-style: none;
}



li.L1 {
  list-style: circle outside none;
}

.logolink {
  float: left;
  clear: both;
}

.releasenotes {
  float: left;
  padding-left: 1em;
}

.pagedate ul {
  list-style: none outside none;
  padding: 0;
}

code, pre {
  background-color: #f2f2f2;
  color: #2e1a05;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
}

pre {
  padding: .5em;
  margin: 1em;
  border-style: solid;
  border-width: 2px;
  border-color: gray;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 0px 2px #1a1a1a;
  -webkit-box-shadow: 0px 0px 2px #1a1a1a;
  box-shadow: 0px 0px 2px #1a1a1a;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: gray; 
}
