.gmlabels {
  color: White;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  line-height: 180%;
  text-decoration: none;
}

.gmsmalllabels {
  color: White;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 6pt;
  font-weight: bold;
  line-height: 180%;
  text-decoration: none;
}

.link_status_gm {
  background-image: url("/css/pinovw.gif");
  background-repeat: no-repeat;
  color: White;
  font-family: Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  line-height: 180%;
  text-decoration: none;
  padding-left: 5px;
  cursor:pointer;
  min-height: 42px;
  min-width: 48px;
}

.link_status_gm_small {
  background-image: url("/css/pinsm.gif");
  background-repeat: no-repeat;
  color: White;
  font-family: Arial, sans-serif;
  font-size: 6pt;
  font-weight: bold;
  line-height: 180%;
  text-decoration: none;
  padding-left: 2px;
  cursor:pointer;
  min-height: 16px;
  min-width: 16px;
}

.link_status_gm_arrow {
  position: absolute;
  top: 23px;
  left: 0px;
}

.link_status_gm_stop {
  background-image: url("/css/pinstop.gif");
  background-repeat: no-repeat;
  color: yellow;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  line-height: 180%;
  text-decoration: none;
  text-align: center;
  padding-left: -1px;
  cursor:pointer;
  min-height: 24px;
  min-width: 24px;
}
