/*
	* Styles for tooltip-element
	* Original Tooltip script 
	* powered by jQuery (http://www.jquery.com)
	* written by Alen Grakalic (http://cssglobe.com)
	* for more info visit http://cssglobe.com/post/1695/easiest-tooltip-and-image-preview-using-jquery
	*
*/
#tooltip { position: absolute; }
#tooltip .elementHeader { position: relative; width: 185px; height: 16px; background: url(/js/jquery/tooltip/images/tooltip-header.png) no-repeat;}
#tooltip .elementContainer { position: relative; width: 165px; padding: 10px; background: url(/js/jquery/tooltip/images/tooltip-container.png) repeat-y; font-size: 12px; font-color:#000;}
#tooltip .elementFooter { position: relative; width: 185px; height: 7px; background: url(/js/jquery/tooltip/images/tooltip-footer.png) no-repeat;}