// ------------------------------------------------------------------
// OVERLIB Configuration defaults for {CLIENT}
// ------------------------------------------------------------------

ol_fgcolor      = "#ffffff" ;           // FGCOLOR The background colour of the main area!!!
ol_bgcolor      = "#b3b3b3" ;           // BGCOLOR Caption and frame background colour
ol_cgcolor      = "#b3b3b3"                          

ol_textcolor    = "#000000" ;           // Main text colour
ol_capcolor     = "#ffffff" ;           // Caption colour
ol_closecolor   = "#f8f8f8" ;           // Don't show close
                         
ol_captionsize  = "90%" ;          
ol_textsize     = "90%";

//ol_width        = 220 ;               // WIDTH Frame width
ol_height       = -1 ;                  // HEIGHT Automoatic height                                   

ol_wrap         = 1 ;                   // WRAP causes the popup size to be based on the content width 
ol_wrapmax      = 300 ;                 // WRAPMAX Maximum width for the popup
ol_offsetx      = 15 ;                  // Pixels from the cursor position to pop up at     
                      
ol_refc         = 'UR' ;                // REFC Display popup at the top right corner if the id is given with REF
ol_refx         = -10 ;                 // REFX move the popup 10 pixels to the left (if REF given) 
ol_refy         = 10 ;                  // REFY move the popup 10 pixels down (if REF given)
                                                                                            
ol_timeout      = 5000 ;                // TIMEOUT Hide the popup after this many milliseconds
ol_delay        = 300 ;                 // Popup after a third of a second
