/********
 *
 * If you want to change how the overlib's look make your adjustments here.
 * When you want to use the default value, just leave the option commented.
 *
 * These are just the styling options of overlib, you can also change it's behaviour.
 * For more information look at http://www.bosrup.com/web/overlib/?Command_Reference
 *
 ********/

// Color of the inside of the popup box. A string value whose default is "#CCCCFF". 
// NOTE: If a hexadecimal triplet is specified for the color, then the leading hash (#) mark must also be included according to the HTML 4.01 Specification.
//ol_fgcolor = "#CCCCFF";
ol_fgcolor = "#FFFFFF";

// Color of the border of the popup box. A string value whose default is "#333399". 
// See NOTE for FGCOLOR.
ol_bgcolor = "#000000";

// Sets the color of the text inside the box. A string value whose is black ("#000000"). 
// See NOTE for FGCOLOR.
//ol_textcolor = "#000000";

// Sets the color of the box's caption. A string value whose default is white ("#FFFFFF").
// See NOTE for FGCOLOR.
//ol_capcolor = "#FFFFFF";

// Sets the color of the close text. A string value whose default is "#9999FF".
// See NOTE for FGCOLOR.
ol_closecolor = "#FFFFFF";

// Sets the font to be used by the main text. A string value whose default is "Verdana,Arial,Helvetica".
// NOTE: Multi-word font-family names must be quoted.
//ol_textfont = "Verdana, Arial, Sans-serif";

// Sets the font of the caption. A string value whose default is "Verdana,Arial,Helvetica".
// See NOTE for TEXTFONT.
//ol_captionfont = "Verdana, Arial, Sans-serif";

// Defines the font for the "Close" text. A string whose default is "Verdana,Arial,Helvetica". 
// See NOTE for TEXTFONT.
//ol_closefont = "Verdana, Arial, Sans-serif";

// Size of the main text's font. 
// It is a string value containing either an integer, as '1', or a number with a length specifier, like '10px'. 
// Default value is '1'.
//ol_textsize = 1;

// Size of the caption's font.
// It is a string value containing either an integer, as '1', or a number with a length specifier, like '10px'. 
// Default value is '1'.
//ol_captionsize = 1;

// Size of the "Close" text's font. 
// It is a string value containing either an integer, as '1', or a number with a length specifier, like '10px'. 
// Default value is '1'.
//ol_closesize = 1;

// Defines a picture to use instead of color for the inside of the popup. 
// you will most likely want to set FGCOLOR to nothing or the color will show as well. 
// A string value whose default is the null string (" "). 
// Can also include the absolute or relative path to the image.
//ol_fgbackground = "";

// Defines a picture to use instead of color for the border of the popup.
// You will most likely want to set BGCOLOR to nothing or the color will show as well. 
// When having a Close link, Netscape will re-render the table cells, making things look bad. 
// A string value whose default is the null string (" "). 
// Can also include the absolute or relative path to the image.
//ol_bgbackground = "";

// Displays a small icon before the popup caption. 
// A string value whose default is the null string (" ").
//ol_capicon = "";

// Makes the border of the popups thicker or thinner. A number whose default is 1.
//ol_border = 1;

// Instead of using the table box as background, your picture will be used.
// A string value whose default is the null string (" ").
//ol_background = "";


// Pads the background picture with horizontal whitespace for text placement. 
// Note that this is a two parameter command. 
// Both parameters are numbers with default values of 1. Normally used with the FULLHTML command.
//ol_padxl = 1;
//ol_padxr = 1;

// Pads the background picture with vertical whitespace for text placement.
// Note that this is a two parameter command.
// Both parameters are numbers with default values of 1. Normally used with the FULLHTML command.
//ol_padyt = 1;
//ol_padyb = 1;

// Allows you to control the html over a BACKGROUND picture completely.
// The html code is expected in "text". A number whose default is off (0).
//ol_fullhtml = 0;