﻿.tooltip span {
    display: none;
    z-index:100;
}

.tipsHoverTooltip {
    color: #993300;
    display: block;
    left: 0;
    /*opacity: 0.9;*/
    /*padding: 15px 0 0;*/
    position: absolute;
    text-align: center;
    /*top: 0;*/
    width: 11.2%;
    z-index:100;
}

.tipsHoverTooltip span.top {
    background: url("../images/bubble.gif") no-repeat scroll center top rgba(0, 0, 0, 0);
    display: block;
    padding: 30px 8px 0;
    z-index:100;
}

.tipsHoverTooltip span.middle {
    background: url("../images/bubble_filler.gif") repeat scroll center bottom rgba(0, 0, 0, 0);
    display: block;
    padding: 0 8px;
    z-index:100;
}

.tipsHoverTooltip span.bottom {
    background: url("../images/bubble.gif") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    color: #548912;
    display: block;
    padding: 3px 8px 10px;
    z-index:100;
}

.tipsSetFont
{
    font-family: Peykan, Tahoma, Verdana, MS Sans Serif;
    font-size:12px;
}
