#dhtmltooltip
{
    position: absolute;
    left: -300px;
    width: 150px;
    border: 1px solid black;
    padding: 2px;
    background-color:lightyellow;
    text-align:left;
    visibility: hidden;
    z-index: 1000;
    /*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: 1001;
    visibility: hidden;
}
#forceblack
{
    color:#000000; 
    margin:0;
    padding:0;
    font-family: Arial, Verdana;
    font-size:12px;
}
#AdminHeaderTable
{
    width:100%;
    height:20px;
    border-bottom:ridge 2px silver;
    background-color:#F5F5F5;
}