.tooltipKeyword
{
	cursor: help;
	background: #FEB;
	white-space: nowrap;
}

.tooltipSource
{
	cursor: help;
	position: absolute;
	top: -1000;
	left: -1000;
	display: none;
	background: #FEB url( '/css/htmlToolTipBG.png' ) repeat-x bottom right;
	color: rgb( 103, 74, 29 );
	width: 250px;
	height: 0px;
	overflow: hidden;
	padding: 5px;
}

.tooltipSource strong.title
{
	display: block;
	border-bottom: 1px solid rgb( 230, 200, 125 );
	font-weight: normal;
	color: #F00;
	padding: 0 0 2px;
	margin: 0 0 5px;
}
