/*******************************************************************************

FILE: style.css
AUTHOR: Takashi Okamoto mud(tm) - http://www.mudcorp.com/
VERSION: 1.1 - added support for WIN IE6
DATE: 04/08/2006

--------------------------------------------------------------------------------

This file is part of MudToolTip.

	MudToolTip is free for anyone to use, but this header MUST be
	included, and may not be modified.

*******************************************************************************/


.tooltip {
	cursor: pointer;
}

#tooltipbox {
	position: absolute;
	width: 200px;
	height: 350px;
	z-index: 100;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 9;
}

#tooltipbox-pointer {
	position: absolute;
	top: -4px;
	left: 0;
	height: 4px;
	width: 18px;
	background: url(img/tip.gif) no-repeat;
}

#tooltipbox-content {
	padding: 4px;
	font-size: 11px;
	line-height: 15px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #fff;
	background: #333 url('img/fade.jpg') top left repeat-x;
	border: 1px solid #ccc;
}
