/*!
 * tipsy.css
 */
.tipsy-inner {
    font-weight: bold;
    line-height: 1.5em;
    padding: 10px 15px;
}
.tipsy {
    background-repeat: no-repeat;
    padding: 5px;
}
.tipsy-inner {
    background-color: #FEFFCD;
    border: 1px solid #999999;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 5px #999999;
    color: #000000;
    font: 11px 'Lucida Grande',sans-serif;
    max-width: 200px;
    padding: 5px;
    text-align: left;
}
.tipsy-north {
    background-image: url("../images/tipsy-north.gif");
    background-position: center top;
}
.tipsy-south {
    background-image: url("../images/tipsy-south.gif");
    background-position: center bottom;
}
.tipsy-east {
    background-image: url("../images/tipsy-east.gif");
    background-position: right center;
}
.tipsy-west {
    background-image: url("../images/tipsy-west.gif");
    background-position: left center;
}