/* ================================================================================================ */
/* == CSS:   	add-tooltips.css - Standard-Stylesheet (Screen)									 == */
/* ==																							 == */
/* == Author:  	Björn Lorenz, E-Formation GmbH - http://www.eformation.de/						 == */
/* ================================================================================================ */
.custom-tip{
	width: 190px;
	z-index: 13000;
	border: 1px solid #B0B0B0; 
	background: #EFEEEF; 
	text-align: left;
}
.custom-title{
	font-weight: bold;
	margin: 0;
	color: #FFFFFF;
	padding: 6px;
	background: #0061B1;
	border-bottom: 1px solid #B0B0B0;
}
.custom-text{
	padding: 6px;
}
/* ================================================================================================ */
/* == end																						 == */
