#popterm {

  z-index: 99999999;
  cursor: default;
  border: none;
  background-color: #fff;
  border: 1px solid #c6c6c6;
  border-left: 6px solid #c6c6c6;
  margin: 0px;
  padding: 0px;
  top:0;
  left:0;
  margin-top:45px;
  +left:10px;

}

#popterm .popterm_selected {
  background-color:whitesmoke;
/*  color: #555; */
  color:#0046a0 !important;
  text-decoration:underline;
}
#popterm td:hover{
color:#0046a0;
}

#popterm tr {
  background-color: #FFF;
}

#popterm td {
  font-size: small;
  font-style: normal;
  color: #555;
  overflow: hidden;
  margin: 0px;
  padding: 1px 1px 1px 5px;
  text-align: left;
  border-style: none;
}

#popterm1 {
  /* margin-top: 45px; */
  /* width: 200px; */
  z-index: 99999999;
  cursor: default;
/*  overflow: hidden; */
  background-color: #fff;
  border: 1px solid #c6c6c6;
  border-left: 6px solid #c6c6c6;
  margin: 0px;
  padding: 0px;
  margin-top: 29px;
  left:0;
  right:0;
}

#popterm1 .popterm1_selected {
  background-color:whitesmoke;
/*  color: #555; */
  color:#0046a0 !important;
  text-decoration:underline;
}
#popterm1 td:hover{
color:#0046a0;
}

#popterm1 tr {
  background-color: #FFF;
}

#popterm1 td {
  font-size: small;
  font-style: normal;
  color: #555;
  overflow: hidden;
  margin: 0px;
  padding: 1px 1px 1px 5px;
  text-align: left;
  border-style: none;
  line-height:26px;
}

#popterm2 {
  /* margin-top: 45px; */
  /* width: 200px; */
  z-index: 10000 !important;
  cursor: default;
/*  overflow: hidden; */
  background-color: #fff;
  border: 1px solid #c6c6c6;
  border-left: 6px solid #c6c6c6;
  margin: 0px;
  padding: 0px;
}

#popterm2 .popterm2_selected {
  background-color:whitesmoke;
/*  color: #555; */
  color:#0046a0 !important;
  text-decoration:underline;
}
#popterm2 td:hover{
color:#0046a0;
}

#popterm2 tr {
  background-color: #FFF;
}

#popterm2 td {
  font-size: small;
  font-style: normal;
  color: #555;
  overflow: hidden;
  margin: 0px;
  padding: 1px 1px 1px 5px;
  text-align: left;
  border-style: none;
}

#popterm tbody{
  border-left: 6px solid #c6c6c6;
}
#popterm1 tbody{
  border-left: 6px solid #c6c6c6;
}
#popterm2 tbody{
  border-left: 6px solid #c6c6c6;
}

