﻿        #dhtmltooltip
        {
            position: absolute;
            left: -300px;
            width: 150px;
            border: 0px solid Transparent;
            padding: 2px;
            background-color:Transparent;
            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); */
        }
        
        #dhtmlpointer
        {
            position: absolute;
            left: -300px;
            z-index: 101;
            visibility: hidden;
        }
        /*
        tr,td,table,img{padding:0;margin:0;}
*/
        
.TableDis { width:270px; height:120px;}
.tdtopleft{background-image:url(ToolTip/TopLeftCorner.gif);background-repeat:no-repeat;height:11px;width:11px;}
.tdtopright{background-image:url(ToolTip/TopRightCorner.gif);background-repeat:no-repeat;height:11px;width:11px;}
.ToolTd1{background-image: url('ToolTip/TopXSpacer.gif'); background-repeat: repeat-x;  width: 100%; height: 11px;}
.ToolTd2{background-image: url('ToolTip/LeftYSpacer.gif'); background-repeat: repeat-y; width: 11px; height: 100%;}
.ToolTd3{background-color: White; width: 100%; height: 100%; text-align: center;}
.ToolTd4{background-image: url('ToolTip/RightYSpacer.gif'); background-repeat: repeat-y; width: 11px; height: 100%;}
.ToolTd5{background-image: url('ToolTip/ButtomXSpacer.gif'); background-repeat: repeat-x; width: 100%; height: 11px;}



