/* Tooltips */
#dhtmltooltip {
    position: absolute;
    left: -300px;
    width: auto; 
    border: 1px solid black;
    padding: 4px;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 500;
    font-size: 11px;
    font-family: Tahoma; 
		  /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135, strength= 4);
}

#dhtmlpointer {
    position:absolute;
    left: -300px;
    z-index: 501;
    visibility: hidden;
}

#map-info-title {
    font-size: 1.0em;
    font-family: Tahoma; 
}

.handcursor {
	cursor:hand;
}
.defaultcursor {
	cursor:default;
}
.waitcursor {
	cursor:wait;
}
