/* ===== Tooltip ===== */
.tipsy { padding: 4px; font-size: 11px; position: absolute; z-index: 100000; opacity: 0.99; filter: alpha(opacity=99); }
.tipsy-inner { padding: 8px 14px 8px 14px; background-color: white; color: #323232; max-width: 250px; line-height: 14px; box-shadow:0px 0px 2px #767676; line-height:1.2; font-size:11px; }
.tipsy-inner { border-radius: 2px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('../images/tipsy.png') no-repeat top left; width: 15px; height: 8px; }
.tipsy-n .tipsy-arrow { top: -3px; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: -3px; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -7px; right: -3px; width: 7px; height: 15px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }