

/* ----- tool tip specific styles ----- */
#theToolTip{
position: absolute;
left: -300px;
width: 450px;
border: 2px solid #000;
padding: 10px;
background-color: #ffffcc;
visibility: hidden; color:#000; 
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=4); font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif
}

#theToolTip p{ margin:0px; padding:10px}

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

#ToolTipTextWrap {
font-weight:bold;
font-size: 1.2em;
color: #592C16;
margin-right:10px;
}