#dtabs {
  padding-top: 5px;
  border-bottom: 1px solid #ccc;
}

#dtabs img {
  cursor: pointer;
}

#dtabcontainer {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; 
}


#dtabbottom {
  padding-bottom: 5px;
}

.dtabcontent {
	display:  block;
	width: 186px;
	background-color: #FFFFFF;
	padding-left: 10px;
	border: 1px solid #FFFFFF;
	padding-right: 10px;
	
}
.invisible {
  position: absolute;
  left:     -100em;
  width:    99em;
  overflow: hidden;
}
td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
}
.offscreen {
    position: absolute;
    left: -99em;
    width: 90em;
    overflow: hidden;
}
