/* CSS Document */
.tabheader table {  
  border-collapse: collapse; /* for IE */
  border-spacing: 0; /* for N6 */
}

.tabheader table tr td {
  margin:0;padding:0;border-width:0;
}

.tabheader .close {  
  border-style: solid;
  border-width: 1px; 
  border-color: #ccc;
  
  margin:0;
  padding: 0.3em;
  white-space: nowrap;
  background-image : url(bc2.jpg);
  color : black;
}
.tabheader .open {  
  border-style: solid;
  border-width: 1px; 
  border-color: #ccc #ccc #fff #ccc;
   background-image : url(bc1.jpg);
  margin:0;
  padding: 0.3em;
  white-space: nowrap;
}
.tabheader .spc {  
  border-style: solid;
  border-width: 1px 0 1px 0; 
  border-color: #fff #fff #ccc #fff;
  margin:0;
  padding: 0.3em;
  white-space: nowrap;
}

a {
  text-decoration: none;
  color : #000099;
}
.tabbody {  
  border-color: #ccc;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  padding: 1em;
}

