
.plusMinusToggleImg 
{	
  position:relative;
  top: 1px;
}

.CensusTableTitleDiv
{	
	position: relative;
	left: 0px;
  border-bottom: 1px dashed #bbbbbb; /*#ff0000*/
  margin-bottom: 5px;
  
}

.CensusTableVarDiv
{	
  position:relative;
  left:17px;
  background-color:#eaeaea;
  /*border-bottom: 1px dashed #bbbbbb; */
  
}


/* table label, public and sub images*/
.censusTableLabelSpan
{	
  position:relative;
  left:10px;
  font-weight:bold;
  font-size: medium;
  color:#444444;
}


.censusTablePublicSpan
{	
  position: absolute;
  left:460px;
}


.censusTableSubSpan
{	
  position:absolute;
  left:550px;
}


.censusTableVarLabelSpan
{
	
}


.censusTableVarPublicSpan
{	
  position:absolute;
  left:443px;
}


.censusTableVarSubSpan{
  position:absolute;
  left:533px;
}







