.global-tooltip {
    /* 
	color: #3872b4;
	text-decoration: none;
	*/
	border-bottom: 1px dotted #3872b4; 
	cursor: help; 
	outline: none;
}
a.global-tooltip {
	border: 0;
	cursor: pointer;
}
#global-tooltip-ui {
	width: 233px;
	padding-top: 30px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(../../../Themes/Default/img/tooltip/tooltip-top.png) no-repeat top;
	font-size: 11px;
}
#global-tooltip-ui.right {
	background: transparent url(../../../Themes/Default/img/tooltip/tooltip-top-push-right.png) no-repeat top;
}
#global-tooltip-ui.wide {
	width: 350px;
	background: transparent url(../../../Themes/Default/img/tooltip/tooltip-wide-top.png) no-repeat top;
}
#global-tooltip-ui.wide.right {
	width: 350px;
	background: transparent url(../../../Themes/Default/img/tooltip/tooltip-wide-top-push-right.png) no-repeat top;
}
	
#global-tooltip-ui .mid {
	background: transparent url(../../../Themes/Default/img/tooltip/tooltip-mid.png) repeat-y; 
	padding: 0 20px 0 20px;
}
#global-tooltip-ui.wide .mid {
	background: transparent url(../../../Themes/Default/img/tooltip/tooltip-wide-mid.png) repeat-y; 
	padding: 0 20px 0 20px;
}
#global-tooltip-ui .bot {
	background: transparent url(../../../Themes/Default/img/tooltip/tooltip-bot.png) no-repeat bottom; 
	height: 20px;
}
#global-tooltip-ui.wide .bot {
	background: transparent url(../../../Themes/Default/img/tooltip/tooltip-wide-bot.png) no-repeat bottom; 
	height: 20px;
}