/*---------- generic settings  -----------*/
#tooltipIndustry, #tooltipCoaching, #tooltipSupport, #tooltipFacilitation, #tooltipTraining, #tooltipPredict, #tooltipSolution {
	width:160px;
	position:absolute;
	z-index:99;
	display:block;
	background-position:top left;
	background-repeat:no-repeat;
	display:none;
}

#tooltipText {
	margin:10px 20px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	color:#333333;
}
h4.heading_industry, h4.heading_coaching, h4.heading_support, h4.heading_facilitation, h4.heading_training, h4.heading_predict, h4.heading_solution {
	font-weight:bold;
	font-size:12px;
	margin-top:12px;
	margin-bottom:6px;
}
#tooltipIndustryFooter, #tooltipCoachingFooter, #tooltipSupportFooter, #tooltipFacilitationFooter, #tooltipTrainingFooter, #tooltipPredictFooter, #tooltipSolutionFooter {
	height:5px;
	display:block;
	background-position:bottom left;
	background-repeat:no-repeat;
}

/*---------- inidvidual settings  -----------*/

#tooltipIndustry {
	top:112px;
	left:397px;
	background-image:url(../images/services_diagram/tooltip_bg_industry.gif);
}
h4.heading_industry {
	color:#5c4d6e;
}
#tooltipIndustryFooter {
	background-image:url(../images/services_diagram/tooltip_bg_industry_footer.gif);
}


#tooltipCoaching {
	top:150px;
	left:470px;
	background-image:url(../images/services_diagram/tooltip_bg_coaching.gif);
}
h4.heading_coaching {
	color:#1c2754;
}
#tooltipCoachingFooter {
	background-image:url(../images/services_diagram/tooltip_bg_coaching_footer.gif);
}


#tooltipSupport {
	top:144px;
	left:300px;
	background-image:url(../images/services_diagram/tooltip_bg_support.gif);
}
h4.heading_support {
	color:#65888e;
}
#tooltipSupportFooter {
	background-image:url(../images/services_diagram/tooltip_bg_support_footer.gif);
}


#tooltipFacilitation {
	top:180px;
	left:467px;
	background-image:url(../images/services_diagram/tooltip_bg_facilitation.gif);
}
h4.heading_facilitation {
	color:#727f9f;
}
#tooltipFacilitationFooter {
	background-image:url(../images/services_diagram/tooltip_bg_facilitation_footer.gif);
}


#tooltipTraining {
	top:195px;
	left:305px;
	background-image:url(../images/services_diagram/tooltip_bg_training.gif);
}
h4.heading_training {
	color:#3792a4;
}
#tooltipTrainingFooter {
	background-image:url(../images/services_diagram/tooltip_bg_training_footer.gif);
}


#tooltipPredict {
	top:253px;
	left:394px;
	background-image:url(../images/services_diagram/tooltip_bg_predict.gif);
}
h4.heading_predict {
	color:#145e9d;
}
#tooltipPredictFooter {
	background-image:url(../images/services_diagram/tooltip_bg_predict_footer.gif);
}


#tooltipSolution {
	top:165px;
	left:396px;
	background-image:url(../images/services_diagram/tooltip_bg_solution.gif);
}
h4.heading_solution {
	color:#f3b31e;
}
#tooltipSolutionFooter {
	background-image:url(../images/services_diagram/tooltip_bg_solution_footer.gif);
}
