/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/* added for Dynamic Tool Tip boxes on Vietnam Map and other locations */
#dhtmltooltip{
position: absolute;
width: 265px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
text-align:center;
z-index: 300;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

