﻿/* ROLL-OVER TOOL TIPS (INLINE GLOSSARY  */
#dhtmltooltip
{
background: url(../images/modal/tool_tip_bg.gif) repeat-x;
position: absolute;
left: -300px;
width: 210px;
border: 1px solid #9b9b9b;
padding: 2px;
background-color: white;
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, strength=3);
}



#dhtmlpointer{ position:absolute; left: -300px; z-index: 101; visibility: hidden; }

span.tip {background: url(../images/modal/tool_tip_tip.gif) repeat-x 0% 100%; padding: 0 0 2px 0; cursor:pointer; }
* html span.tip { padding: 0 0 1px 0; }
span.tip span.tip { background: none; }
a span.tip { text-decoration: none; }

dl.glossaryTerm { font-size: 11px; margin: 5px;  }
dl.glossaryTerm dt { font-weight: bold; color: #cb090e; }
dl.glossaryTerm dd { margin: 0; }
dl.glossaryTerm dd img { padding: 5px; }

/*END TOOL TIP  */

