/* 

Notice to Administrators:  
	This file is intended to be modified by Logibec only and will be overwritten when upgrading.  
	If you would like to modify the appearance of the QSS Web Application please review the Customization Guide.

Contents:
	visual display for dynamic tooltips

*/

.ttFloatingDiv
{
    border: 1px solid #AAAAAA;
    background: white;
    font-family : "Segoe UI",Arial,Helvetica,sans-serif;
    font-size:11px;
    position:absolute;
	left:-1000px;
	/* width:250px; */
	max-width:500px;
	padding:2px;
	z-index:100000;
    
    opacity: 0.95; /* CSS 3.0 : Opera/FF */
    /* Tranparency Hacks - not standards compliant */
	filter:alpha(opacity=95);
}

.ttLeaveDelegateDiv
{
	width:350px !important;
}

.ttLeaveDelegateDiv th
{
	width: 80px !important;
}

.ttUserAgent
{
	width: 450px !important;
}
