﻿/* tooltip-specific */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #ccc;
	background-color:White;
	background-image: url(../img/cross-site/tooltip-bg.png);
	background-repeat: no-repeat;
	padding: 5px;
	font-size: 9pt;

    width:auto;
	max-width: 250px;
	
	min-height: 47px;
	height:auto !important; /*used for older browsers not supporting this*/
	height:47px; 
	
}
#tooltip h3, #tooltip div { margin: 0; margin-left:47px; color:#828385; }

#tooltip	 {color:#828385; text-decoration:none; text-transform: none; font-style: normal; }

* html #tooltip  
{
    margin-top: -18px; 
    margin-left: 8px; 
    text-align:left;

    min-height: 57px;
	height:auto !important; /*used for older browsers not supporting this*/
	height:57px; 
              
}

#tooltip.noBg { background-image: none; width:auto; height: auto; }
#tooltip.noBg div, #tooltip.noBg h3 { margin-left:0px;  }