@CHARSET "UTF-8";
/***********************************
//@Author:  HerniHost
//@website: http://www.hernihost.com
//@license: Copyright © HerniHost
/**********************************/


/******* HH_TOOLTIP *******/
.div_HerniHost_tooltip
{
	position: absolute;
	z-index: 100;
	border: solid 1px #666;
	padding: 5px;
	background-color: #CCC;
	font: 10px Arial,Helvetica,sans-serif;
	color: #000;
	text-align: center;
}
/******* /HH_TOOLTIP *******/