@charset "utf-8";
/* CSS Document */

#tooltip {
	position: absolute;
	z-index: 9999;
	display: none;
	background: url(../images/bg-tooltip-trans.png);
	padding: 6px 0px 0px 6px;
	width: auto;
	color: #f7d017;
		/* for IE */
  	filter:alpha(opacity=100);
	/* CSS3 standard */
  	opacity:1.0;
}
/* * html #tooltip {
	behavior: url("inc/iepngfix.htc");
} */
#tooltip.ShowTooltip {
	display: block !important;
}
#tooltip .Name {
	font-weight: bold;
}
#tooltip .Location {
	font-weight: bold;
}

#tooltip .client {
	list-style: square;
	margin:0px;
	padding:0px 10px 15px 15px;
	}
	
#myScroll .scrollEl p, .conceal {
	display:none;
}

/*
#listItems li p {
	display: none;
}
*/
.TitleLocation{
	font-style: italic;
}
#tooltipInner {
	text-align:left;
	padding: 0px 10px 0px 10px;
	border-bottom: 1px solid #252525;
	border-right: 1px solid #252525;

}
