/* The tab bar */

.tab_bar {
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #6C84AA;
  margin-bottom: 10px;
}

.tab_bar table {
  border-collapse: collapse;
  border-spacing: 0px;
  padding: 0px;
  margin: 0px;
}

.tab_bar td {
  height: 22px;
  text-align:center;
  font-size: 13px;
}

.tab_bar .tab_space {
  width:2px;
}

.tab_left {
  width:8px;
}

.tab_right {
  width:8px;
}

/* Styles for active tab */

.tab_bar .tab_active_left {
  background-image: url('/bilder/design/tab_bar/active_left.gif');
  width:8px;
}

.tab_bar .tab_active_center {
  background-image: url('/bilder/design/tab_bar/active_center.gif');
  font-weight: normal;
  color: #FFFFFF;
}

.tab_bar .tab_active_right {
  background-image: url('/bilder/design/tab_bar/active_right.gif');
  width:8px;
}


/* Styles for inactive tab(s) */

.tab_bar .tab_inactive_left {
  background-image: url('/bilder/design/tab_bar/inactive_left.gif');
  width:8px;
}

.tab_bar .tab_inactive_center {
  background-image: url('/bilder/design/tab_bar/inactive_center.gif');
  font-weight: normal;
}

.tab_bar .tab_inactive_right {
  background-image: url('/bilder/design/tab_bar/inactive_right.gif');
  width:8px;
}

.tab_bar .tab_inactive_center a:link {
  color: #FFFFFF;
  text-decoration: underline;
}

.tab_bar .tab_inactive_center a:visited {
  color: #FFFFFF;
  text-decoration: underline;
}

.tab_bar .tab_inactive_center a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

