﻿


.tooltip {text-decoration: none; border-bottom:2px dotted #36c;color: #36c; outline: none; }


div#mcTooltip 
{
    line-height:16px;
    border-width: 1px;   
    color:#EEEEEE; 
    border-color:#aaaaaa;
    background-color:#111111;
    padding:6px 9px;
    font-size: 12px;
    font-family: Verdana, Arial;
    border-radius:4px; 
    box-shadow: 0 1px 16px #AAAAAA; 
}


div#mcTooltip a { color:#6CF; }


div#mcttCloseButton 
{
    width:45px;height:13px;position:absolute;background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);cursor:pointer; overflow:hidden;
    top:12px; right:14px; left:auto;
}            


div#mcOverlay 
{
    background-color: black;
    opacity:0.5; filter: alpha(opacity=50); 
    display:none;top:0;left:0;width:100%;height: 100%;overflow:visible;z-index:4; 
}


div#tooltipAjaxSpin {margin:20px 50px; background:transparent url(/themes/8/loading.gif) no-repeat center center; width:50px; height:30px; font-size:0;}


div#mcTooltipWrapper {position:absolute;visibility:hidden;overflow:visible;z-index:9999999999;top:-2000px;}
div#mcTooltip {float:left;border-style:solid;position:relative;overflow:hidden;}
div#mcttCo {position:absolute;text-align:left;}
div#mcttCo em, div#mcttCo b {display:block; width:0; height:0;overflow:hidden;}

