@charset "iso-8859-1";
/* author: Open Net, Inc. */
/* Creation date: 4/5/2007 */
/*The only stylesheet attributes that can't be overridden without breaking the script are position:absolute; z-index:100; visibility:hidden; as changing any of those will stop the script from functioning correctly. 
*/
.tip 
{
	font:10px/12px Arial,Helvetica,sans-serif; 
	border:solid 1px #666666; 
	width:270px; 
	padding:1px;
	position:absolute; 
	z-index:100;
	visibility:hidden; 
	color:#333333; 
	top:-200px;
	left:-90px; 
	background-color:#ffffcc;
	layer-background-color:#ffffcc;
}
#t1 
{
	width:130px;
}
#t2 
{
	width:480px;
	background:transparent;
}                   
#t3 
{
	font:bold 14pt verdana,arial,sans-serif;
	background-color:#ffcccc; 
	layer-background-color:#ffcccc;
} 