@charset "utf-8";
/* CSS Document */
.bubbleInfo {
    position:relative;
	z-index:999;
}
ul#exampleJobs .bubbleInfo
{
	position:relative;
	display:block;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
	width:184px;
	padding:5px;
	z-index:1000;

}
.trigger{
	cursor:pointer;
}
.popup .tooltipTop
{
	background:url(../../../Images/bg_images/tooltipTop.gif) no-repeat top;
	height:19px;
	display:block;
	z-index:1001;
}
.popup .tooltipMiddle
{
	background:url(../../../Images/bg_images/tooltipMiddle.gif) repeat-y;
	display:block;
	z-index:1001;
}
.popup .tooltipMiddle p
{
	margin:0 1em;
	font-size:1em;
	line-height:1.5em;
	padding:0 0.3em;
	text-align:left;
	z-index:1002;
	font-weight:normal;
	
}
.popup .tooltipBottom
{
	background:url(../../../Images/bg_images/tooltipBottom.gif) no-repeat top;
	height:19px;
	display:block;
	z-index:1001;
}
img.trigger:hover
{
	cursor:help;	
}

