body {
  height: 110%;
  font-family: Verdana, Arial, sans-serif;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

body, td {
  font-size: 0.8em;
  color: #0f215c;
}

#divHeaderContainer {
  width: 985px;
}

#divMainContainer {
  background-color: #FFFFFF;
  width: 985px;
  /*height: 100%;*/
  z-index: -1;
  float:none;
}
#divBarContainer {
  background-color: #046370;
  width: 985px;
  height: 15px;
  margin-top: px;
  z-index: -1;
  float:none;
}
#divBarContainerGrey {
  background-color: #97969b;
  width: 985px;
  height: 5px;
  margin-top: 180px;
  z-index: -1;
  float:none;
}
#divFooterContainer {
  background-color: #FFFFFF;
  width: 985px;

  margin-bottom: 2px
  z-index: -1;
  float:none;
}

#divOptionsContainer {
  position: relative;
  float: left;
  width: 328px;
  margin-top: 8px;
  margin-left: 10px;
  margin-bottom: 10px;
  display:inline; /*change*/
}

#divResultsContainer {
  position: relative;
  margin-left: 15px; /*change*/
  float: right;
  width: 620px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

#divResults {
  border-top: 3px solid #0f215c;
  border-bottom: 3px solid #0f215c;
  background-color: #ffffff;
}

#divBox {
  margin-bottom: 10px;
}

#divBoxNoMargin {
}

#divTop20Header {
  background-color: #ffffff;
  font-weight: bold;
  padding: 10px;
  /* font-size: 16px; */
}

.divInfoRollover {
  position: absolute;
  /*background-color: #F7F4E1;
  border: 1px solid black;
  font-size: 0.8em;
  font-weight: bold;*/
  display: none;
  padding: 3px;
  background-color:transparent; /*change*/

}

/*change*/
.frameInfoRollover {
  background-color: #F7F4E1;
  border: 1px solid black;
  font-size: 0.8em;
  font-weight: bold;
  padding: 3px;
}

.divAbstract {
  display: none;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 3px;
}

.boxHeader {
  font-weight: bold;
  color: #0f215c;
  margin-bottom: 10px;
}

.boxInput {
  width: 300px;
  color: #0f215c;
}

.tableBox {
  background-color: #e7e7e7;
}

.colorDarkBlue {
  color: #0f215c;
}

a, a:visited {
  color: #046370;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.txtSmall {
  font-size: 0.85em;
}

