a.tab:link,
a.tab:active,
a.tab:visited,
a.tab:hover {
  text-decoration: none;
}

a.tab:link,
a.tab:active,
a.tab:visited {
  color: #006;
}

.titletabnoselect-left a.tab:link,
.titletabnoselect-left a.tab:active,
.titletabnoselect-left a.tab:visited {
  color: #555;
}

.titletabnoselect-left a.tab:hover {
  color: #d60;
}

.titletabselect-left a.tab,
.titletabnoselect-left a.tab {
  display: block;
  width: 100%;
  height: 100%;
}

.titletab,
.titletabDisable {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

.titletab {
  color: navy;
}

.titletabDisable {
  color: #999;
}

.screentabselect {
  border-style: solid;
  border-color: grey #999;
  border-width: 0 1px 2.5px;
}

.screentabselectdiv {
  padding: 3ex;
}

.titletabselect-left,
.titletabnoselect-left,
.titletabselect-right,
.titletabnoselect-right {
  background-repeat: no-repeat;
}

.titletabselect-left,
.titletabnoselect-left {
  background-position: top left;
  text-align: center;
  vertical-align: middle;
}

.titletabselect-right,
.titletabnoselect-right {
  background-position: top right;
  height: 25px;
  line-height: 25px;
  margin-left: 6px;
  padding-right: 6px;
}

.titletabselect-left {
  background-image: url("../MEDIA/IMAGE/tabactive-left.png");
}

.titletabnoselect-left {
  background-image: url("../MEDIA/IMAGE/tabinactive-left.png");
}

.titletabselect-right {
  background-image: url("../MEDIA/IMAGE/tabactive-right.png");
}

.titletabnoselect-right {
  background-image: url("../MEDIA/IMAGE/tabinactive-right.png");
}

.titletabempty {
  background-image : url("../MEDIA/IMAGE/tabempty.gif");
  text-align : left;
  vertical-align : middle;
  height: 25px;
}

.designMessageNeutral {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  color: #c60;
  padding-top: 0;
  padding-bottom: 0;
}
