/* CSS Document */
.tooltip {
background-image:url(../images/pointer_right.gif);
background-repeat:no-repeat;
background-position:left center;
padding:0px 0px 0px 3px;
margin:0px 0px 0px 0px;
width:250px;
}
*html .tooltip {
background-image:url(../images/pointer_rightB.gif);
background-repeat:no-repeat;
background-position:left center;
padding:0px 0px 0px 3px;
margin:0px 0px 0px 0px;
width:250px;
}
.tool_header {
color:#666666;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
font-size:.7em;
background-color:#fcfcdc;
border:1px solid #666;
border-bottom:none;
font-weight:bold;
}
.tooltip p {
font-size:.7em;
padding:0px 0px 0px 0px;
border:1px solid #666;
border-left:none;
display:block;
}
*html .tooltip p {
font-size:.7em;
padding:0px 0px 0px 0px;
border:1px solid #666;
display:block;
}
.tooltip span {
color:#666666;
padding:5px 5px 5px 5px;
background-color:#fcfcdc;
display:block;
}