.ToolTipLink a {
	margin-left:15px; 
	font-size:80%;
	text-decoration:none !important;
	border: thin solid #666;
	padding:2px;
	color:#444;
}

.ToolTipLink a:hover {
	background-color:#ccc;
}

.tip {
	color: #000;
	width: 300px;
	z-index: 13000;
}
 
.tip-title {
	display:none;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	color: #111;
	padding: 8px 8px 4px;
	/* background: url(/images/tip/bubble.png) top left; */
	background: #DDD;
	text-align:right;
	border: 1px solid #5DAC85;
}
 
.tip-text {
	font-size: 13px;
	color: #000;
	padding: 4px 8px 8px;
	/* background: url(/images/tip/bubble.png) bottom right; */
	background: #EEE;
	border: 1px solid #5DAC85;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

