a.myBasic-linkToHint {
  cursor: help;
}

img.myBasic-linkToHint {
  margin: -4px 6px 0px 6px;
}

table#myBasic_hint {
  border-collapse: collapse;
  position: absolute;
  cursor: pointer;
  width: 35%;
}

table#myBasic_hint td {
  padding: 0px;
}

table#myBasic_hint tr.row-1 td.col-1 {
  width: 13px;
  height: 13px;
  background-image: url(/images/_helper/myBasic/hint-box-1.gif);
}

table#myBasic_hint tr.row-1 td.col-2 {
  background-image: url(/images/_helper/myBasic/hint-box-2.gif);
}

table#myBasic_hint tr.row-1 td.col-3 {
  width: 16px;
  background-image: url(/images/_helper/myBasic/hint-box-3.gif);
}

table#myBasic_hint tr.row-2 td.col-1 {
  background-image: url(/images/_helper/myBasic/hint-box-4.gif);
}

table#myBasic_hint tr.row-2 td.col-2 {
  background-color: #fcf7bd;
}

table#myBasic_hint tr.row-2 td.col-2 div.title {
  position: relative;
  top: -4px;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 6px;
  margin-bottom: 2px;
  border-bottom: 1px dashed #d7e953;
}

table#myBasic_hint tr.row-2 td.col-2 div.content {
  text-align: center;
  font-size: 11px;
  line-height: 150%;
}

table#myBasic_hint tr.row-2 td.col-3 {
  background-image: url(/images/_helper/myBasic/hint-box-6.gif);
}

table#myBasic_hint tr.row-3 td.col-1 {
  height: 17px;
  background-image: url(/images/_helper/myBasic/hint-box-7.gif);
}

table#myBasic_hint tr.row-3 td.col-2 {
  background-image: url(/images/_helper/myBasic/hint-box-8.gif);
}

table#myBasic_hint tr.row-3 td.col-3 {
  background-image: url(/images/_helper/myBasic/hint-box-9.gif);
}

