﻿/*Tooltip component by www.menucool.com */

/*For tooltip target element that has set class="tooltip" */
/*.tooltip {text-decoration: none; border-bottom:2px dotted #36c;color: #36c; outline: none; }*/

/*For tooltip box*/
div#mcTooltip 
{
    margin:0 10px 1em 0;
	width:250px;
	padding:8px;
	background:#CCC;
	line-height:130%;
	border:2px solid #666;
	font-size:12px;
	color:#C62728;
}


div#mcTooltip h2{

	font-size:12px;
	color:#C62728;

}

div#mcTooltip span{
	font-size:12px;
	color:#333;


}

div#mcTooltip, div.mcTooltipInner 
{
    background-color:#CCC;
}

/* For hyperlink within tooltip */
div#mcTooltip a { color:#C62728; }

/*Close button. Only available when sticky or overlay has been set to true.*/
div#mcttCloseButton 
{
   /* width:14px;height:14px;position:absolute;background-image:url(closeBtn.gif);cursor:pointer; overflow:hidden;
    top:12px; right:12px; left:auto;*/
}            

/* Only applies when overlay has been set to true or 1.*/
div#mcOverlay 
{
   /* background-color: white;
    opacity:0.8; filter: alpha(opacity=80); 
    display:none;top:0;left:0;width:100%;height: 100%;overflow:visible;z-index:4; */
}

/*Only available when calling by tooltip.ajax(...). It will be a spinning image indicating a request is in progress.*/
div#tooltipAjaxSpin {/*margin:20px 50px; background:transparent url(loading.gif) no-repeat center center; width:50px; height:30px; font-size:0;*/}

/*The settings below should remain unchanged*/
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.mcTooltipInner {float:left;position:relative;width:auto;height:auto;}
div#mcttCo {position:absolute;text-align:left;}
div#mcttCo em, div#mcttCo b {display:block; width:0; height:0;overflow:hidden;}

