﻿div.bubble_container 
{
	position: relative;
	z-index: 1;
}

div.bubble {
	position: absolute;
	z-index: 100000;
	margin: 0;
	border-bottom: 1px solid #333333;
	color:	#000000;
	width: 211px;

	font-family:Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	
	display:inline;	
	border-right: 1px solid #333333;
}

div.bubble div.bubble_content 
{
	padding: 14px 10px 8px 10px;
	background:  url(bubble_assets/bubble_background_color.gif) repeat 0 top;
	border: 1px solid gray;	
}

div.bubble div.arrow{
	height: 18px;
	width: 10px;
	position: absolute;
	left: -5px;
	top: 14px;
	background: url(bubble_assets/bubble_arrow.gif) no-repeat 0 0;
}

div.bubble span.bubble_title 
{
	margin: 0 0 4px 0;
	font-size: 10pt; 
	font-style: italic;
}


div.bubble p {
	color: #666666;
	margin-top: 5px;
}

div.bubble a.bubble_close {
	display: block;
	float:right;
	height: 11px;
	width: 11px;
	position: absolute;
	top: 8px;
	right: 8px;
	background: transparent url(bubble_assets/bubble_closebox.gif) no-repeat 0 0;
}
