/* ==========================================================================
   Tooltip: Marmaraweb
   ========================================================================== */
#ToolTipContainer
{
    position:absolute;
    left:0;
    top:0;
    display:none;
    z-index: 20000;
}

.ToolTipPopup
{
}

#ToolTipContent
{
    background-color: #FFF;
    min-width: 175px;
    min-height: 50px;
}

.ToolTipPopup .ToolTipImage
{
    margin: 5px;
    margin-right: 15px;
}

.ToolTipPopup .corner 
{
    width: 19px;
    height: 15px;
}
    
.ToolTipPopup .topLeft 
{
    background: url(../img/tip/balloon_topLeft.png) no-repeat;
}
    
.ToolTipPopup .bottomLeft 
{
    background: url(../img/tip/balloon_bottomLeft.png) no-repeat;
}
    
.ToolTipPopup .left 
{
    background: url(../img/tip/balloon_left.png) repeat-y;
}
    
.ToolTipPopup .right 
{
    background: url(../img/tip/balloon_right.png) repeat-y;
}
    
.ToolTipPopup .topRight 
{
    background: url(../img/tip/balloon_topRight.png) no-repeat;
}
    
.ToolTipPopup .bottomRight 
{
    background: url(../img/tip/balloon_bottomRight.png) no-repeat;
}
    
.ToolTipPopup .top 
{
    background: url(../img/tip/balloon_top.png) repeat-x;
}
    
.ToolTipPopup .bottom 
{
    background: url(../img/tip/balloon_bottom.png) repeat-x;
    text-align: center;
}