/*
body {
  margin: 0px;
}

p {
  padding-bottom: 0.5em;
}
li {
  padding-bottom: 0.5em;
}
h1 {
	padding-bottom: 0.5em;
}


div.contentPanes {
  height: 90%;
  width: 100%;
  overflow: hidden;
  margin:0px;
}

div.listPane {
  padding: 1em;
  width: 25%;
  height: 95%;
  float:left;

}

div.detailPane {
  padding: 1em;
  overflow-y: scroll;
  width: 69%;
  height: 95%;
  float: left;
}

div.members {
  padding-left: 2em;
}
div.memberList {
  padding-left: 2em;
}

div.inherited {
  color: #666666;
}

span.docLink {
  color: blue;
  text-decoration: underline;
}

span.docLinkNoDocumentation {
  color: red;
  text-decoration: underline;
}

*/
