/* Support bubble pop-up */
.popup
{
	position:			absolute; 
	display:			none;
	z-index:			50;
	border-collapse:	collapse;
	font-family:		"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:			12px;
	line-height:		180%;
	border: 			none;
}

.popup a
{
	color:				#000000;
}
.popup td {
	padding: 1px;
}
.popup td.corner
{
	height:				27px;
	width:				17px;
}

.popup td#topleft
{ 
	background-image:	 url(../images/bubble_top_left.png);
	background-repeat:	 no-repeat;	
}
.popup td.top
{
	background-image:	url(../images/bubble_top.png);
	text-align:			right;
}

.popup td.top img
{
	display:			block;
	margin:				0 auto;
}

.popup td#topright
{
	background-image:	url(../images/bubble_top_right.png); 
	background-repeat:	no-repeat;
}

.popup td.left
{
	background-image:	url(../images/bubble_left.png);
}

.popup td.right
{
	background-image:	url(../images/bubble_right.png);
}

.popup td#bottomleft
{
	background-image:	url(../images/bubble_bottom_left.png);
	background-repeat:	no-repeat;
}

.popup td.bottom
{
	background-image: url(../images/bubble_bottom.png);
}

.popup td#bottomright
{
	background-image:	url(../images/bubble_bottom_right.png); 
	background-repeat:	no-repeat;
}

.popup td.content
{
	background-color:	#fff;
	width:				250px;
}

.bubbleInfo a
{
	height:             auto !important;	
	border:				none;
}
