body {
  margin: 0;
  padding: 0;
  color: #000;
  background: #fff;
}

#pbWidthDiv {
  position: absolute; z-index: -1;
  top: 0; left: 0;
  width: 100%; height: 100%;
}
#pbContentDiv {
  position: absolute;
  top: 1em; left: 143px;
  padding: 1em;
  width: 500px;
  border: solid gray 1px;
  margin-bottom: 1em;
}
#pbWideContentDiv {
  position: absolute;
  top: 0; left: 143px;
  padding: 1em;
}
#pbSidebarDiv {
  position: fixed; z-index: 4;
  top: 0; left: 0;
  width: 138px;
  height: 100%;
  text-align: center;
  background: #636162;
}
#pbInsidebarDiv {
  position: fixed; z-index: 4;
  top: 88px; left: 5px;
  width: 128px;
  height: 416px;
  text-align: center;
  background: white;
}
#pbSidebarBottom {
  position: fixed; z-index: 4;
  top: 504px; left: 0px;
  width: 138px;
  height: 6px;
  text-align: center;
  background: white;
}
.marginarrow {
  position: absolute; z-index: 2;
  font-size: .9em;
  height: 1.1em;
  text-align: center;
}
.marginitem {
  position: absolute; z-index: 2;
  font-size: .9em;
  height: 1.1em;
  text-align: center;
  border: solid gray 1px;
  font-family: serif;
}
.iconitem {
  font-size: .9em;
  height: 1.1em;
  text-align: center;
  border: solid gray 1px;
  font-family: serif;
}
.marginitem a {
  position: relative;
  color: inherit;
  text-decoration: underline;
}
.iconitem a {
  position: relative;
  color: inherit;
  text-decoration: underline;
}
.marginitem a:hover {
  color: red;
  background: #EEF;
}
.iconitem a:hover {
  color: red;
  background: #EEF;
}
.menulist {
  position: absolute; z-index: 3;
  display: none;
  margin: 0;
  padding: 0;
  width: 200px;
  list-style: none;
  border: 1px solid #36C;
  background-color: #EEF;
  font-family: Arial, sans-serif;
}
.menulist ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  background-color: #EEF;
}
.menulist li {
  position: relative;
  border: 1px solid #36C;
}
.menulist a {
  display: block;
  position: relative;
  padding: 3px;
  color: #036;
  text-decoration: none;
}
.menulist a:hover {
  color: #F63;
  background-color: #DDF;
}
.menulist a.highlighted {
  color: #C96;
}
.menulist div {
  display: block;
  position: relative;
  padding: 3px;
  color: gray;
  text-decoration: none;
}
.helpbox {
  position: absolute; z-index: 5;
  display: none;
  margin: 0;
  padding: 0.5em;
  width: 400px;
  border: 1px solid black;
  background-color: white;
  font-family: Arial, sans-serif;
}

