/* There are two tab types -- active, and inactive.
*/

td.activeTab, td.inactiveTab {
  text-align: center;
  vertical-align: top;
  color:#efefef;
}

td.activeTab {
  font-weight:bold;
  background-color:#45727f;
}

td.inactiveTab {
  background-color:#dde0e5;
  cursor: pointer;
}

div.inactive1 {
  height: 4px;
  background: url(ulborder.gif) no-repeat top left;
}

div.inactive2 {
  height: 4px;
  background: url(urborder.gif) no-repeat top right;
  padding: 0 4px;
}

div.inactive3 {
  border-top: 1px solid #c6ced7;
}

div.inactiveTabText {
  border-left: 1px solid #c6ced7;
  border-right: 1px solid #c6ced7;
  padding: 0px 0.7em 1px;
  white-space: nowrap;
}

div.inactiveTabText a {
  text-decoration: none;
  color: blue;
}

div.active1 {
  height: 4px;
  background: url(ul.gif) no-repeat top left;
}

div.active2 {
  height: 4px;
  background: url(ur.gif) no-repeat top right;
  padding: 1px 6px;
}

div.active3 {
}

div.activeTabText {
  padding: 0px 0.7em 1px;
  color: #fff;
  white-space: nowrap;
}

td.tabSpacer {
  padding-left: 0.5em;
}

