/* tooltip styling */
.tooltip {
	display:none;
	background:url('../img/tooltip/white_big_1.png');
	width:438px;
	height:192px;
	padding: 30px;
	font-size:11px;
	color:#000000;
	z-index: 10000;
}

/* override the arrow image of the tooltip */
.bottom {
	/*
	background:url('../wdp_js/jquery/tools/tooltip/black_arrow_big_bottom.png');
	padding-top: 50px;
	height:160px; */
}

.td_balloon {
	background-repeat: no-repeat;
	height: 32px;
	width: 42px;
} 

.td_balloon_text, .td_balloon_text a {
	font-family: Comic Sans MS;
	font-size: 14px;
	color: #330B57 !important;
	text-decoration: none !important;
	text-align: left;
	font-weight: bold;
}

.td_balloon_text:hover, .td_balloon_text:hover a {
	cursor:pointer;
	text-decoration: underline;
}

.td_add {
	background-image: url('../img/tooltip/add.png');
}

.td_edit {
	background-image: url('../img/tooltip/edit.png');
} 

.td_up {
	background-image: url('../img/tooltip/up.png');
} 

.td_down {
	background-image: url('../img/tooltip/down.png');
} 

.td_del {
	background-image: url('../img/tooltip/del.png');
} 

.td_goto {
	background-image: url('../img/tooltip/overlay-link-icone-5462-32.png');
} 
