@charset "utf-8";
/* CSS Document */

/* Tipsy */
.tipsy { padding: 3px; font-family:Arial, Helvetica, sans-serif;  font-size: 12px; background-repeat: no-repeat;  background-image: url(img/tipsy.gif); }
  .tipsy-inner { padding: 5px 10px 5px 10px; background-color: #222; font-weight:bold; color: white; max-width: 300px; }
  .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; }

