._txtCodeStyle { width: 50px; }
._txtTextStyle { width: 200px; }
._imgStataStyle {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
._tblMenuStyle {
  display: none;
  position: absolute;
  border: 1px solid #003366;
  border-collapse: collapse;
}
._tblMenuStyle tr {
  background-color: #eeeeee;
  color: #000000;
}
._tblMenuStyle tr:hover {
  background-color: #7bb7f9;
  color: #000000;
  cursor: pointer;
}
._tblMenuStyle td { width: 100%; }
._tblLikeResultStyle {
  width: 350px;
  display: none;
  position: absolute;
  border: 1px solid #003366;
  border-collapse: collapse;
}
._tblLikeResultStyle tr { background-color: #799fef; }
._tblLikeResultStyle tr:hover {
  background-color: #ffffcc;
  cursor: default;
}
._disableScreenStyle {
  background-color: Gray;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=80);
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 98;
  display: none;
}
._searchWindowStyle {
  background-color: White;
  width: 400px;
  border: 1px solid #0000ff;
  -webkit-box-shadow: 0 0 5 0 #6699ff;
  -moz-box-shadow: 0 0 5 0 #6699ff;
  box-shadow: 0 0 5 0 #6699ff;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 99;
  position: fixed;
  display: none;
}
._exitImageStyle {
  float: left;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
._sw_grdDate_Style a {
  cursor: pointer;
  text-decoration: underline;
}

