div.tabs_container {
  border: 1px solid white;
  border-bottom-color: lightgrey;
  height: 18px;
  font-family: Verdana;
  font-size: 8pt;
}

div.tab_container div {
  float:left;
  height: 14px;
  padding-top: 2px;
}

div.tab_container {
  background-color: white;
  height: 18px;
  width: 176px;
  float:left; 
	-moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  cursor: pointer;
  border-bottom: 0px none none;
}

div.tab_container a {
  color: gray;
  text-decoration: none;
}

div.tab_container_current {
  background-color: lightgrey;
  border-bottom-color: white;
}

div.tab_container_current a {
  color: black;
  text-decoration: none;
}

div.tab_container:hover {
  background-color: lightgrey;
}

div.tab_left {
  border: 1px solid lightgrey;
	border-right: 0px none transparent ;
	width: 10px;  
	-moz-border-radius-topleft: 4px;
}

div.tab_middle {
  border: 1px solid lightgrey;
  border-left: 0px none transparent ;
  border-right: 0px none transparent ;
  width: 150px;
  text-align: center; 
}

div.tab_right {
  border: 1px solid lightgrey;
  border-left: 0px none transparent ;
  -moz-border-radius-topright: 4px;
	width: 10px;  
}

div.tab_space {
	width: 5px;  
	height: 14px;
	background-color: transparent;
	float:left;
}

div.tab_pages {
  float: right;
  margin-right: 10px;
  height: 18px;
  color: gray;
}

div.tab_pages span {
  cursor: default;
}

div.tab_pages a {
  color: gray;
  text-decoration: none;
}

div.tab_pages a:hover {
  text-decoration: underline;
}

