
/* =========== TOOLTIP =========== */
.tooltip
	{
	font-family:"trebuchet MS";
	width:275px;
	line-height:14px;
	position:absolute;
	display:none;
	}
.tooltip-top
	{
	width:275px;
	height:15px !important;
	background: url(epwPro_images/tooltip-top.png) no-repeat top left;
	float:left;
	clear:both;
	
	}
.tooltip-middle
	{
	color:white;
	font-size:12px;
	width:235px;
	background: url(epwPro_images/tooltip-middle.png) repeat-y top left;
	padding:5px 20px;
	height:100%;
	float:left;
	clear:both;
	}
.tooltip-middle p
	{
	color:white;
	font-size:12px;
	margin:0;
	padding:8px 0 0 0;
	}
.tooltip-bottom
	{
	width:275px;
	height:30px;
	background: url(epwPro_images/tooltip-bottom.png) no-repeat top left;
	float:left;
	clear:both;
	}
.tooltip-Header
	{
	/*color:white;*/
	font-size:14px;
	font-weight:bold;
	}