﻿.hideTooltip{display: none;}
        
        .showTooltip{
            display: block;
            position: absolute;
            padding: 15px 0 0 0;
            color: #993300;
            width: 200px;
            text-align: center;
            filter: alpha(opacity:90);
            khtmlopacity: 0.90;
            mozopacity: 0.90;
            opacity: 0.90;
            z-index:500;
        }
        .top{
            display: block;
            padding: 30px 8px 0;
            background: url(../images/bubble.gif) no-repeat top;
        }
        
        .middle{
            display: block;
            padding: 0 8px;
            background: url(../images/bubble_filler.gif) repeat bottom;
        }
        .bottom{
            display: block;
            padding: 3px 8px 10px;
            color: #548912;
            background: url(../images/bubble.gif) no-repeat bottom;
        }
        #name
        {font-size:small;
        }