.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-width: 1px; 
  border-color: #604040;
  background-color: #c0a0a0;
  color:white;
  white-space: nowrap;
  border-style: solid;
  margin:0;
  padding: 0.2em;
}
.tabheader .open {
  border-width: 1px; 
  border-color: #604040 #604040 #f0e0e0 #604040;
  background-color: #f0e0e0;
  white-space: nowrap;
  border-style: solid;
  margin:0;
  padding: 0.2em;
}
.tabheader .spc {
  border-width: 1px 0 1px 0; 
  border-color: #fff #fff #604040 #fff;
  white-space: nowrap;
  border-style: solid;
  margin:0;
  padding: 0.2em;
}

.tabheader a {text-decoration: none;color:#604040; }
.tabheader a:visited { color: #604040 } 

.tabbody {
  border-color: #604040;
  border-style: solid;
  background-color:#f0e0e0;
  border-width: 0 1px 1px 1px;
  padding: .2em;
}
