/* ----- tool tip specific styles ----- */
#theToolTip{
position: absolute;
left: -300px;
width: 300px;
border: 1px solid #222;
padding: 6px 0px 0px 10px;
background: #cccccc url('/images/bgToolTip.gif') top left repeat-x;
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=1);
}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{
font-size: 12px;
color: #222;
line-height:1.3em;
margin-right:3px;
margin-top:0;
}


#theToolTip table{
font-size: 1.1em;
color: #222;
line-height:1.3em;
margin-right:10px;
margin-top:0;
}

#theToolTip table td{
color: #222;
vertical-align: top;
padding: 0 10px 0 0;
}

#ToolTipTextWrap {
font-weight:bold;
text-decoration: underline;
font-size: 14px;
color: #222;
margin-right:10px;
}
