/* TOOLTIP */
	#tooltip						{ position:absolute; display: none; width: 150px; text-align: left; font-size: 11px; color:#555; }
	#tooltip table td.tl			{ width: 8px; height: 8px; background: url('img_tl.gif') no-repeat; }
	#tooltip table td.t				{ height: 8px; background: url('img_t.gif') repeat-x; }
	#tooltip table td.tr			{ width: 8px; height: 8px; background: url('img_tr.gif') no-repeat; }
	#tooltip table td.l				{ width: 8px; background: url('img_l.gif') repeat-y; }
	#tooltip table td.r				{ width: 8px; background: url('img_r.gif') repeat-y; }
	#tooltip table td.bl			{ width: 8px; height: 8px; background: url('img_bl.gif') top right no-repeat; }
	#tooltip table td.b				{ height: 8px; background: url('img_b.gif') top repeat-x; }
	#tooltip table td.br			{ width: 8px; height: 8px; background: url('img_br.gif') top left no-repeat; }
	#tooltip table td div.arrow		{ width: 80px; height: 20px; background: url('img_arrow.gif') top right no-repeat; }
	#tooltip table td div.content		{ background-color: #336699; color: #fff; padding: 10px; height: 70px; }
	#tooltip table td div.content h2	{ font-size: 13px; margin-top: 10px; }
	#tooltip table td div.content p		{ font-size: 11px; margin-top: 3px; }
