#tabContent {
  background-color : #ffffff;
  margin : 0px 15px 0px 15px;
  padding : 0px 0px 0px 0px;
}

#tabIndex {
  margin-left : 30px;
}

#tabIndex LI {
  float:left;
  margin-right: 10px;
  padding : 3px 8px 2px 8px;
  font-size: 14px;
  list-style-type: none;
  cursor: pointer;
  display: block;
  margin-bottom : 0px;
  margin-top : auto;
  margin-left : auto;
}

#tabContent #tabIndex .close {
  text-decoration : none;
  border-width : 1px;
  border-style : solid;
  border-color : silver;
  background-color : #dfdfff;
}

#tabContent #tabIndex .open {
  text-decoration: none;
  border-width : 1px;
  border-style : solid;
  border-color : silver ;
  font-weight : normal;
  background-color : #B8DDC1;
}

#tabBoxIndex {
  font-size: 12px;
  line-height: 150%;
  background-color : #ffffff;   
  clear: both;
  margin : -20px 0px 0px 0px;
  padding : 5px 5px 10px 10px;
  border-width : 1px;
  border-style : solid;
  border-color : silver;

}
#tabIndex .open A{
  text-decoration : none;
  color : white;
}
#tabIndex .close A{
  font-weight : normal;
  text-decoration : none;
  color : #006699;
}