/*Ivanhoe: class for cells that contains GoTo links*/
.GoToPage{
  text-align:center;
  vertical-align:middle;
  height:12px;
  font-size: 60%;
}
/*Ivanhoe: class for cell that contains dummy GoTo link*/
.currentPage{
  background-color:#ef0869;
  color:#000000;
  text-decoration:none;
  padding-top:1px;
  padding-bottom:1px;
  padding-left:.7em;
  padding-right:.7em;
  float: right;
  font-weight:bold;
  margin:1px;
  line-height:1.5em;
  font-size:110%;
}

#RecordNavBarBottom {
  width:600px;
  background-color: #d9d9d9;
  border: 1px solid #8a8a8a;
}
#RecordNavBar {
  width:600px;
  background-color: #d9d9d9;
  border: 1px solid #8a8a8a;
}
#RecordNavBarBottom2 {
  width:600px;
  background-color: #d9d9d9;

}
#RecordNavBar2 {
  width:600px;
  background-color: #d9d9d9;

}
#Layer2 {
  padding-top:5px;
  float: left;
  width: 600px;
}

