﻿/*  
    Class for tips 
    
    ie .. where we use the automatic assignment of tips to lables 
    see class Code\TooltipManagment.cs & Page Business-Intelligence\what-is-business-intelligence.aspx for examples
    
    */


.tip
{
    cursor:help;
}
