/* $Revision: #5 $ */

.offscreen {
    position: absolute;
    left: -99em;
    width: 90em;
    overflow: hidden;
}

 

#dtabs {
  padding-top: 5px;
  border-bottom: 1px solid #ccc;
}

#dtabs img {
  cursor: pointer;
}

#dtabcontainer {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-left: 10px;
}


#dtabbottom {
  padding-bottom: 5px;
}

#dtabPrintInfo {
  cursor: pointer;
  margin: 10px;
}


.dtabcontent {
	height:   110px;
	display:  block;
	margin: 10px 13px 10px 13px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

.dtabinput {
  margin: 0 0 0 0;
  padding:0;
  border:0;
}

.dtabseemore {
  cursor: pointer;
  display: block;
  margin-top: 15px;
}



#dtabPopupHeader {
  width: 100%;
  padding: 5px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

#dtabPopupHeader img {
  cursor: pointer;
}

#dtabPopupContent {
  width: 537px;
}

.invisible {
  position: absolute;
  left:     -100em;
  width:    99em;
  overflow: hidden;
}

