.resizable_tab {
  width: 100%;
  max-width: 1600px;
}
.resizable_tab th {
  background-image: url('../img/th.png');
  height: 30px;
  background-repeat: no-repeat;
  text-align: center;
}
.resizable_tab td {
  color: #444;
  border: 1px solid #bbb;
}
.resizable_tab td.disabled,
.resizable_tab th.disabled {
  width: 100px;
  text-align: center;
  min-width: 100px;
}
.resizable_tab td.left {
  border-left: 1px solid #2e638e;
}
.resizable_tab td.right {
  border-right: 1px solid #2e638e;
}
.resizable_tab td.bottom {
  border-bottom: 1px solid #2e638e;
}
.resizable_tab .grip {
  width: 20px;
  height: 15px;
  margin-top: -3px;
  background-image: url('images/grip.png');
  margin-left: -5px;
  position: relative;
  z-index: 88;
  cursor: e-resize;
}
.resizable_tab .grip:hover {
  background-position-x: -20px;
}
.resizable_tab .JCLRLastGrip .grip {
  background-position-y: -18px;
  left: -2px;
}
.resizable_tab .dragging .grip {
  background-position-x: -40px;
}
.resizable_tab .sampleText {
  position: relative;
  width: 100%;
}
.resizable_tab .dotted {
  background-image: url('../img/dotted.png');
  background-repeat: repeat-y;
}
.resizable_tab #sample2Txt {
  float: right;
}
.resizable_tab label {
  color: #0361ae;
}
