* {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
}
.itx_noselect {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.itx_clear {
  clear: both;
}
.itx_bkgd {
  width: 1012px;
  height: 786px;
  position: relative;
  clear: both;
  float: left;
  margin: 20px 0;
  padding: 0;
}
#itx_map_holder {
  position: absolute;
  top: 105px;
  left: 15px;
  width: 997px;
}
#itx_map_holder .hit_area {
  position: absolute;
  top: 0;
  left: 0;
}
#itx_map_holder svg {
  position: relative;
}
#itx_map_holder .map_state_labels {
  position: absolute;
  top: 15px;
  left: 0;
  border: 1px solid #0f0;
}
#itx_map_holder .map_state_labels li {
  position: absolute;
  color: #fff;
  list-style: none;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  width: 100px;
  text-align: left;
}
.itx_popup_holder {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #fff;
  position: absolute;
  left: 100px;
  top: 100px;
  display: none;
  width: 300px;
  background: #f2ddff;
}
.itx_popup_holder .header_holder {
  float: left;
  width: 100%;
  background: #8c5ba6;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  padding: 9px 0;
}
.itx_popup_holder .header_holder h3 {
  float: left;
  margin: 0 12px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  padding: 0;
}
.itx_popup_holder .body_holder {
  float: left;
  width: 100%;
  padding: 9px 0 20px 0;
}
.itx_popup_holder .body_holder .body_contents {
  margin: 0 12px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #47285a;
  font-weight: normal;
  float: left;
}
#itx_popupPointer {
  position: absolute;
  top: 40px;
}
