/* Unchanged */
@charset "utf-8";
/* CSS Document */

#tabContent {   
  background-color : #ffffff;   
  margin : 20px -5px 0px -5px;   
  width : 500px;   
  padding : 18px 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;   
}   
  
#tabIndex .close {   
  text-decoration : none;   
  border-width : 1px;   
  border-style : solid;   
  border-color : #006699;   
  background-color : #dfdfff;   
}   
  
#tabIndex .open {   
  text-decoration: none;   
  border-width : 1px;   
  border-style : solid;   
  border-color : #006699 ;   
  font-weight : normal;   
  background-color : #006699;   
}   
  
#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 : #006699;   
  
}   
#tabIndex .open A{   
  text-decoration : none;   
  color : white;   
}   
#tabIndex .close A{   
  font-weight : normal;   
  text-decoration : none;   
  color : #006699;   
}  