/* ----- tool tip specific styles ----- */
#theToolTip{
position: absolute;
left: -300px;
width: 200px;
border: 2px solid #ebebeb;
padding: 6px 0px 8px 10px;
background-color: #ffffff;
visibility: hidden;
z-index: 100;
text-align: left;
font: 10px Arial, Helvetica, sans-serif;
color:#333333
/*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);
}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{
font-size: 1.1em;
color: #333333;
line-height:1.4em;
margin-right:10px;
margin-top:0;
}

#theToolTip h5 {
font-weight:bold;
font-size: 1.2em;
color: #3D6FAD;
margin-right:10px;
}
