.tipsy {margin:0 0px 0px 0px ; padding: 5px; font-size: 13px; /*opacity: 0.8; filter: alpha(opacity=90)*/; 
  background-repeat: no-repeat;  background-image: url(../images/shared/tipsy.gif); }
  .tipsy-inner { padding: 15px 18px 14px 18px; background-color: #fff; color: black; max-width: 200px; text-align: left;	line-height: 16px;
	font-size: 12px; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }
.tooltipShow {
	display: block;
 
}

  .tipsy-inner strong {color:#582a87; }