body {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Arial, Helvetica, Verdana;
}

a {
  text-decoration: none;
  color: darkblue;
}
a:hover {
  text-decoration: none;
  color: orange;
}

.nav_separator {
  font-weight: bold;
  margin-left: 3px;
  margin-right: 3px;
  color: darkblue;
}
.nav_current {
  font-weight: bold;
  color: darkblue;
}

.ContentFrame {
  border: 0px none white;
  margin: 0px;
  padding: 0px;
}

.Debug {
  background-color: yellow;
  display: none;
}

.mainTable {
  height: 100%;
  width: 100%;
  empty-cells: show;
}
.HeaderCell {
  height: 75px;
  background-image: url(test-bg.jpg);
  border-bottom: 1px solid gray;
  text-align: left;
  vertical-align: bottom;
  font-size: 80%;
}

.ContentCell {
  background-color: #DEE7EE;
  height: 99%;
  border-top: 1px solid white;
  border-bottom: 1px solid gray;
  text-align: left;
  vertical-align: top;
  font-size: 80%;
}

.ContentText {
  margin: 15px;
  font-size: 120%;
}

.FooterCell {
  border-top: 1px solid white;
  height: 25px;
  background-color: #BDCADD;
  font-size: 80%;
}

.listingTable {
  /* border-top: 1px solid #cccccc; */
  border-bottom: 1px solid white;
  margin: 5px;
}
.listingHeader {
  /* border-top: 1px solid white; */
  border-bottom: 1px solid #cccccc;
  /* padding-top: 1px; */
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 80%;
  white-space: nowrap;
  color: gray;
  text-align: left;
}
.listingCellIcon {
  border-top: 1px solid white;
  border-bottom: 1px solid #cccccc;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
  width: 16px;
  text-align: right;
}
.listingCellDownload {
  border-top: 1px solid white;
  border-bottom: 1px solid #cccccc;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
  width: 16px;
  text-align: right;
}
.listingCellTitle {
  border-top: 1px solid white;
  border-bottom: 1px solid #cccccc;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 80%;
}
.listingCellDate {
  border-top: 1px solid white;
  border-bottom: 1px solid #cccccc;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
  width: 1%;
  font-size: 80%;
  white-space: nowrap;
  color: gray;
}
.listingCellSize {
  border-top: 1px solid white;
  border-bottom: 1px solid #cccccc;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
  width: 1%;
  font-size: 80%;
  white-space: nowrap;
  color: gray;
  text-align: right;
}

.listingRowActive {
  background-color: #CDD9E5;
}
.listingRowInactive {
  /*background-color: #BDCADD;*/
}

.FooterTable {
  width: 100%;
  empty-cells: show;
}
.FooterSource {
  width: 99%;
  font-size: 80%;
  padding-left: 3px;
  padding-right: 3px;
  white-space: nowrap;
  color: gray;
}
.FooterDate {
  width: 1%;
  text-align: right;
  font-size: 80%;
  padding-left: 3px;
  padding-right: 3px;
  white-space: nowrap;
  color: gray;
}
.FooterMail {
  width: 1%;
  text-align: right;
  font-size: 80%;
  padding-left: 3px;
  padding-right: 3px;
  white-space: nowrap;
}

.SequenceTable {
  width: 100%;
  height: 100%;
}
.SequenceCellPicture {
  text-align: center;
  vertical-align: middle;
  height: 80%;
  font-size: 80%;
}
.SequencePicture {
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  padding: 10px;
  margin: 3px;
}
.SequenceCellPreview {
  text-align: center;
  vertical-align: middle;
  height: 20%;
  font-size: 60%;
}
.SequenceCellPreviewCurrent {
  text-align: center;
  vertical-align: middle;
  height: 20%;
  font-size: 60%;
  font-weight: bold;
}
.SequencePreview {
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  padding: 5px;
}
.SequencePreviewActive {
  border-left: 1px solid gray;
  border-top: 1px solid gray;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  padding: 5px;
}
.SequencePreviewCurrent {
  border-left: 1px solid gray;
  border-top: 1px solid gray;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  background-color: #BDCADD;
  padding: 5px;
}

#CrossLinksContainer {
  display: none;
}