/**
 * @category Mxperts
 * @package Mxperts_Tooltip
 * @author TMEDIA cross communications <info@tmedia.de>, Igor Jankovic <jankovic@tmedia.de>
 * @copyright TMEDIA cross communications, Doris Teitge-Seifert
 * @license http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

#mxperts_tooltip {
	 background-color: #fffada; 
    border: 1px solid #e4e4e4;
    padding:10px 15px; 
    /*width:200px;*/ 
    display:none; 
    color:#000; 
    text-align:left; 
    font-size:12px; 
 
    /* outline radius for mozilla/firefox only */ 
    -moz-box-shadow:0 0 4px #888; 
    -webkit-box-shadow:0 0 4px #888; 
}

/*fix for the IE6*/
* html #mxperts_tooltip {
   width : 200px;
}


#mxptooltip a
{
  border-bottom-color:blue;
  border-bottom-style:dashed;
  border-bottom-width:1px;
  display:inline;
  font-size:1em;
  
	color: blue;
	text-decoration:none;
}
