.tip {font:10px/12px Arial,Helvetica,sans-serif; border:solid 1px #666666; width:250px; 
      padding:1px; position:absolute; z-index:100; visibility:visible; color:#333333;
      top:0px; left:0px; background-color:#ffffcc; layer-background-color:#ffffcc;}
#t1 {width:130px;}
#t2 {width:480px;}
#t3 {font:bold 14pt verdana,arial,sans-serif; background-color:#ffcccc; layer-background-color:#ffcccc;}

.tooltip{
	position:relative;
}

.tooltip_html{
	display:none;
	/*background:url(/images/tooltip_arrow.png);*/
	font-size:11px;
	width:210px;
	line-height:14px;
	position:absolute;
}
.tooltip_html .tooltip_mid{
	background:url(/images/tooltip_arrow_mid.png);
	width:180px;
	min-height:83px;
	padding:5px 15px;
}
.tooltip_html .tooltip_top{
	background:url(/images/tooltip_bottom_top.png) no-repeat;
	width:209px;
	height:13px;
}
.tooltip_html .tooltip_bot{
	background:url(/images/tooltip_arrow_bot.png) no-repeat;
	width:209px;
	height:26px;
}

.tooltip_html.bottom .tooltip_top{
	background:url(/images/tooltip_arrow_top.png) no-repeat;
	width:209px;
	height:26px;
}
.tooltip_html.bottom .tooltip_bot{
	background:url(/images/tooltip_bottom_bot.png) no-repeat;
	width:209px;
	height:13px;
}

.tooltip_html .tooltip_header, .tooltip_html.bottom .tooltip_header{
	display:block;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
