/**
 * Contains the basic styles for the Tooltip.
 *
 * @copyright		2000-2006 CARE Internet Services B.V. All Rights Reserved
 * @internal		$Workfile: Tooltip.css$
 * @internal		$Date: 03-08-07 08:19:15 AM$
 * @author			$Author: robert$
 * @version			$Revision: 1$
 *
 * $NoKeyword$
 */


 /* Absolutely required styles. */

.sb-tooltip {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}


/* Styles that can be overridden. */

.sb-tooltip {
	border: 1px solid black;
	background: InfoBackground;
	color: InfoText;
	font: message-box;
	width: 200px;
}

body > .sb-tooltip {
	width: auto;
	max-width: 200px;
}

.sb-tooltip-title {
	border-bottom: 1px solid black;
	background: #FF9;
	padding: 3px 5px;
	font-weight: bold;
}

.sb-tooltip-body {
	padding: 3px 5px;
}