/*style definitions for popup table*/
.popupTable{ text-transform:uppercase;}/*border-bottom:solid 1px gray;border-right:solid 1px gray;}*/
.popupTable tr{}/*do not apply any  background-color info for this tag, apply to the td tag. tr backcolor identifies the selected row*/
.popupTable td{font-family:Verdana; font-size:7pt; color:Black;padding:2px;padding-right:12px; white-space:nowrap;}
/*style definitions for popup div which contains the Popup table*/
.AssistPopupDiv{height:1px;z-index:10;position:absolute;visibility:hidden; font-family:Arial; font-size:8pt; border:solid 1px #808080; background-color:#DCDCDC;}