@charset "utf-8";
/* CSS Document */

.profileElement
{
}

.tool-tip
{
	color: #fff;
	width: 172px;
	z-index: 13000;
}
 
.tool-title
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	margin: 0;
	padding: 8px 8px 4px;
	background: url('../images/tooltip/bubble.png') top left;
}
 
.tool-text
{
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url('../images/tooltip/bubble.png') bottom right;
}