/* Tips 1 */


.tool-tip {
color:red;
width:360px;
z-index:13000;
}
.tool-title {
background:transparent url(../images/bubble_img.png) repeat scroll left top;
color:#004f91;
font-size:13px;
font-weight:bold;
margin:0pt;
padding:8px 8px 4px; font-family: Arial, Helvetica, Verdana, sans-serif;
}
.tool-text {
background:transparent url(../images/bubble_img.png) repeat scroll right bottom;
font-size:11px;
padding:4px 8px 8px; font-family:Verdana, Arial, Helvetica, sans-serif;
}
.custom-tip {
color:#000000;
width:130px;
z-index:13000;
}
.custom-title {
background:#C3DF7D none repeat scroll 0%;
border-bottom:1px solid #B5CF74;
color:#3E4F14;
font-size:11px;
font-weight:bold;
margin:0pt;
padding:8px 8px 4px;
}
.custom-text {
background:#CFDFA7 none repeat scroll 0%;
font-size:11px;
padding:4px 8px 8px;
}
