.NotPermittedThesisDownload { font-size: 90%; }
.ThesisDownloadDiv { text-align: left; }
.DownloadLinkToBottom {
  margin: 0 auto;
  text-align: left;
  font-size: xx-small;
}
.ThesisFilesGridDiv { float: left; }
.PanelContainer {
  margin: 25px 25px 0px 25px;
  padding: 0 7px 5px 7px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid gray;
  -webkit-box-shadow: 0 0 5px 0 #888888;
  -moz-box-shadow: 0 0 5px 0 #888888;
  box-shadow: 0 0 5px 0 #888888;
  background-color: White;
}
.ToggleTopicList {
  display: none;
  line-height: 150%;
}
h4.GrayHeading:hover {
  cursor: pointer;
  background-color: #b3d9ff;
  color: #0000cc;
}
h4.GrayHeading {
  margin: 6px 0px 0px 0px;
  font: bold 9pt Tahoma;
  color: #333333;
  background-color: #eaeaea;
  padding-right: 6px;
  height: 22px;
  vertical-align: middle;
}
.PointDiv {
  text-align: center;
  background-color: #ffff66;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: left;
  clear: both;
  padding: 5px 10px;
}

