/* =============================================================================
   Tooltip Styles
   ========================================================================== */
.ui-tooltip {
   background: #fff;
   padding: 5px 10px;
   position: absolute;
   z-index: 9999;
   color: #fff;
   
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   
   -webkit-box-shadow: 0 5px 5px #666666;
   -moz-box-shadow: 0 5px 5px #666666;
   box-shadow: 0 5px 5px #666666;
   
   background: #ffffff;
   background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#e8e8e8));
   background: -webkit-linear-gradient(#ffffff, #e8e8e8);
   background: -moz-linear-gradient(#ffffff, #e8e8e8);
   background: -ms-linear-gradient(#ffffff, #e8e8e8);
   background: -o-linear-gradient(#ffffff, #e8e8e8);
   background: linear-gradient(#ffffff, #e8e8e8);
   -pie-background: linear-gradient(#ffffff, #e8e8e8);
   
   behavior: url(css/PIE/PIE.htc);
}
   .ui-tooltip.url {
	  color: #000;
   }



/* =============================================================================
   END CSS Autor: Kharitonov Alexandr
   ========================================================================== */