<!--
#dhtmltooltip{
position: absolute;
font-size: 10px;
width: 125px;
padding: 4px;

border: 1px solid #CCCCCC;
background-color: #CEE9FF;

visibility: hidden;
z-index: 100;
Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}
/*specify height of broken up content */
.multiparts{
height: 50px;
}
-->