




















.tab-Info {
  background: #2A8EBF;
  color: white;
  padding: 10px 10px 10px 150px;
  margin-bottom: 10px;
}

.tab-Container {
  font-weight: bold;
  font-size: 12px;
}

.tab-Container .tab-Item a {
  text-decoration: none;
  color: black;
}

.tab-Container .tab-ItemHover a {
  text-decoration: none;
  color: black;
}

.tab-Container .tab-Item-selected a {
  text-decoration: none;
  color: white;
}

.tab-Container .tab-FirstItem a {
  text-decoration: none;
  color: black;
}

.tab-Container .tab-FirstItemHover a {
  text-decoration: none;
  color: black;
}

.tab-Container .tab-FirstItem-selected a {
  text-decoration: none;
  color: white;
}

.tab-Container .tab-RightFirstItem a {
  text-decoration: none;
  color: black;
}

.tab-Container .tab-RightFirstItemHover a {
  text-decoration: none;
  color: black;
}

.tab-Container .tab-RightFirstItem-selected a {
  text-decoration: none;
  color: white;
}

.tab-Container .tab-Item {
  background: #e0e0ff;
  padding: 6px;
  margin-right: 3px;
  border-bottom: 3px solid #ffffff;
}

.tab-Container .tab-ItemHover {
  background: yellow;
  padding: 6px;
  margin-right: 3px;
  border-bottom: 3px solid #ffffff;
  cursor: pointer;
  cursor: hand;
}

.tab-Container .tab-Item-selected {
  background: #2A8EBF;
  padding: 6px;
  margin-right: 3px;
  border-bottom: 3px solid #2A8EBF;
}


.tab-Container .tab-FirstItem {
  background: #e0e0ff url(lcorner.gif) no-repeat top left;
  padding: 6px;
  margin-right: 3px;
  border-bottom: 3px solid #ffffff;
  cursor: pointer;
  cursor: hand;
}

.tab-Container .tab-FirstItemHover {
  background: yellow url(lcorner.gif) no-repeat top left;
  padding: 6px;
  margin-right: 3px;
  border-bottom: 3px solid #ffffff;
}

.tab-Container .tab-FirstItem-selected {
  background: #2A8EBF url(lcorner.gif) no-repeat top left;
  padding: 6px;
  margin-right: 3px;
  border-bottom: 3px solid #2A8EBF;
}




.tab-Container .tab-RightFirstItem {
  background: #e0e0ff url(rcorner.gif) no-repeat top right;
  padding: 6px;
  margin-right: 3px;
  border-bottom: 3px solid #ffffff;
  cursor: pointer;
  cursor: hand;
}

.tab-Container .tab-RightFirstItemHover {
  background: yellow url(rcorner.gif) no-repeat top right;
  padding: 6px;
  margin-right: 3px;
  border-bottom: 3px solid #ffffff;
}

.tab-Container .tab-RightFirstItem-selected {
  background: #2A8EBF url(rcorner.gif) no-repeat top right;
  padding: 6px;
  margin-right: 3px;
  border-bottom: 3px solid #2A8EBF;
}


