#campaign_tab{
margin-bottom: 5px;
width: 240px;
}

.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 {
  background-color: #d0d0d0;
  margin:0;
  padding: 0.5em;
  white-space: nowrap;
}


.tabheader .open {
  background-color: #EDEDED;
  border: #CCC 1px solid;
  border-width: 1px 1px 0 1px;
  margin:0px;
  padding: 0.5em;
  white-space: nowrap;
}



.tabheader .spc {
  margin:0;
  white-space: nowrap;
}

.tabheader a {
text-decoration: none;
color: #FF6600;
font-size: 7.5pt;
font-weight: bold;
}

.tabheader a:hover{
color: #FFCC00;
}

.tabbody{
  border-color: #CCC;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
}

.tabbody .boxopen{
visibility: visible;
}

.tabbody .boxclose{
visibility:hidden;
position: absolute;
}

