/* @override http://localhost:8888/css/tooltip.css */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #7f7f7f;
	background-color: #d8d8d8;
	padding: 5px;
	opacity: 1;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	max-width: 250px;
}


#tooltip h3 {
	font-size: 11px;
	white-space: normal;
	line-height: 12px;
	padding: 5px;
	font-weight: bold;
	color: #3f3f3f;
	margin: 0;
	border-style: none;
	width: auto;
}

#tooltip div {
	font-size: 11px;
	white-space: normal;
	line-height: 12px;
	padding: 5px;
	font-weight: normal;
	color: #666;
	font-style: normal;
}


:focus {
	outline: 0;
}

/* buddy image tooltip width override */
#tooltip.buddy_thumbnail {
	width: auto;
}

#tooltip.buddy_thumbnail h3 {
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* @group index */

#tooltip.featured_name  {
	width: auto;
}

#tooltip.featured_name h3 {
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* @end */

/* @group question mark */

#tooltip.question_tooltip {
	position: absolute;
	z-index: 3000;
	border: 4px solid #525252;
	background-color: #fff;
	padding: 5px;
	opacity: 1;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	max-width: 250px;
}

#tooltip.question_tooltip_large {
	position: absolute;
	z-index: 3000;
	border: 3px solid #5793c5;
	background-color: #9cc4dc;
	padding: 5px;
	opacity: 1;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	max-width: 350px;
}

#tooltip.question_tooltip_large h3 {
	font-weight: normal;
	font-style: normal;
}

/* @end */
