
#tooltip{
    border:1px solid black;
    background-color: #484E5A;
    border-radius: 7px;
    background-image: url(../images/tooltip_bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    margin: 10px;
    color: white;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    min-width: 100px;
    min-height: 50px;
    z-index: 1000000;
    font-size:15px;
    display: none;
}

#tooltipframe{
    height: 100%;
    border:1px solid #686C73;
    border-radius: 7px;
    padding-left:10px;
    position: relative;
    top:-16px;
    z-index: 99;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: -16px;
}

#tt_arrow{
    position: relative;
    left:-14px;
    top:15px;
    background-image: url('../images/tooltip_arrow.png');
    width: 14px;
    height: 16px;
    background-color: transparent;
    z-index: 100;
}

.hr_tooltip {
    width:90%;
    alignment-adjust: central;
    position:relative;
    left:-5px;
}

.pointer {
    cursor: pointer;
}

#wait
{
    font-size:25px;
    text-shadow: 0 0 10px #333333;
	color: white;
}