table, tr, td {
  margin: 0
}

.breadCrumbs {
  float: left;
  font-family: 'Arial Narrow', sans-serif;
  font-size: 8pt;
  width: 15em;
}

.utilities {
  float: right;
  font-family: 'Arial Narrow', sans-serif;
  font-size: 8pt;
}

.utilities form {
  display: inline;
}

#searchcontents, #dosearch {
  font-family: 'Arial Narrow', Arial, sans-serif;
  font-size: 8pt
}

tr#trTabs {
  height: 40px
}

tr#trTabs th {
  font-size: 9pt;
  font-weight: normal;
  font-family: 'Arial Narrow';
  text-align: center;
  vertical-align: middle;
  white-space: normal;
}

tr#trTabs th a {
  text-decoration: none;
  color: white
}

tr#trTabs th.active a {
  text-decoration: none;
  color: #002060
}

tr#trTabs th.active {
  color: #004080;
  background-color: #a0c0ff;
  width: 60px;
  background: url(/code/images/tab_on.gif) no-repeat
}

tr#trTabs th.inactive {
  width: 60px;
  color: white;
  background-color: gray;
  background: url(/code/images/tab_off2.png) no-repeat
}

tr#trTabs th.cart {
  width: 60px;
  color: black;
  background-color: gray;
  background: url(/code/images/tab_cart.png) no-repeat
}

tr#trTabs th.empty1 {
  background-color: red;
}

tr#trTabs th.empty2 {
  background-color: green;
}

tr#trTabs th.empty {
  background-color: transparent;
  color: black;
  background-image: url(/code/images/tab_row.png);
  background-repeat: repeat-x;
  width: auto;
}

tr#trSubTabs table tr th {
  background-color: #a0c0ff;
}

tr#trSubTabs td table tr th {
  font-size: 9pt;
  font-weight: normal;
  font-family: 'Arial Narrow';
  text-align: left;
  vertical-align: top;
}

tr#trBottom th.empty {
  background-color: #004080;
  color: white;
  width: auto;
  font-weight: normal;
  font-family: 'Arial Narrow', Arial, sans-serif;
  font-size: 8pt;
  padding: 0.5em;
}

tr#trBottom th.empty a {
  color: white;
}


