
.Dimension
{
  white-space:nowrap;
  height:25px;
  padding-top:2px;
  padding-right:10px;
  vertical-align:top;  
  
}

.DimensionText
{ padding: 1px 2px 3px 2px;
  font-family:tahoma,Arial; font-size:8pt;
  color:Black;
  width:80px;  
  overflow:show;
  text-overflow:ellipsis;  
}

.DimensionValue 
{ font-family:tahoma,Arial; font-size:8pt;  
  overflow:hidden;    
  width:100px;
  border:none;    
  padding:0px;
  margin:1px;  
  text-overflow:ellipsis;
  color:Black;  
}

.DimensionBox 
{ 
  white-space:nowrap;  
  background-color:White;
  font-family:tahoma,Arial; font-size:8pt;
  height:21px;
  margin-top:1px;
  border:solid 1px #7F9DB9;
  overflow:hidden;
  text-overflow:ellipsis;  
  cursor:hand;
}

.DropDownImg
{
  margin:2px 2px 2px 2px;
  padding: 0px 0px 0px 0px;
  border:none;
  vertical-align:bottom;  
}

.dropdowntree
{
  width:300px;
  height:300px;  
  z-index:500;
}

.treedropdown
{
  border:solid 1px black;
  z-index:500;
}

