/*CSS for Bubble Tooltips by Alessandro Fulciniti
- http://pro.html.it - http://web-graphics.com */
.tooltip {
	width:420px;
	color:#000;
	font:lighter 11px/1.3 Arial,sans-serif;
	text-decoration:none;
	text-align:left;
}

.tooltip span.top {
	padding: 30px 8px 0;
    background: url(images/bt_top_bw.gif) no-repeat top left;
}

.tooltip span.content {
	padding: 5px;
    background: url(images/bt_mid_bw.gif) repeat;
}

.tooltip b.bottom {
	padding:3px 8px 10px;
	color: #548912;
    background: url(images/bt_bw.gif) no-repeat bottom;
}

div.hotjobs A:link {text-decoration: none;}
div.hotjobs A:visited {text-decoration: none}
div.hotjobs A:active {text-decoration: none}
div.hotjobs A:hover {text-decoration: none; color: red;}



