/*
 * Copyright 1997-2008 Day Management AG
 * Barfuesserplatz 6, 4001 Basel, Switzerland
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of
 * Day Management AG, ("Confidential Information"). You shall not
 * disclose such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered into
 * with Day.
 */

/**
 * The <code>CQ.themes.Highlight</code> contains theme depending values
 * @static
 * @class
 */
CQ.themes.Highlight = function() {

    return {
        /**
         * Number of pixels for the width of the highlight frame.
         */
        FRAME_WIDTH: 10,

        /**
         * Number of pixels between the element and the highlight frame.
         */
        FRAME_PADDING: 2,

        FLASH_COLOR: "#b9db52",

        FLASH_NUM: 3,

        FLASH_DURATION: 0.3

    }

}();

/*
 * Copyright 1997-2008 Day Management AG
 * Barfuesserplatz 6, 4001 Basel, Switzerland
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of
 * Day Management AG, ("Confidential Information"). You shall not
 * disclose such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered into
 * with Day.
 */

/**
 * The <code>CQ.themes.Dialog</code> contains theme depending values
 * for dialogs.
 * @static
 * @class
 */
CQ.themes.Dialog = function() {

    return {

        /**
         * The default width of dialogs.
         * @static
         * @final
         * @type int
         */
        WIDTH: 520,

        /**
         * The default height of dialogs.
         * @static
         * @final
         * @type int
         */
        HEIGHT: 360,

        /**
         * The default min width of dialogs.
         * @static
         * @final
         * @type int
         */
        MIN_WIDTH: 360,

        /**
         * The default min height of dialogs.
         * @static
         * @final
         * @type int
         */
        MIN_HEIGHT: 200,

        /**
         * The default body style of dialogs.
         * @static
         * @final
         * @type String
         */
        BODY_STYLE: "padding:2px;",

        /**
         * The default button align of dialogs.
         * @static
         * @final
         * @type String
         */
        BUTTON_ALIGN: "right",

        /**
         * The default <code>plain</code> of dialogs.
         * @static
         * @final
         * @type boolean
         */
        PLAIN: true,

        /**
         * The default <code>plain</code> of the tab panel inside dialogs.
         * @static
         * @final
         * @type boolean
         */
        TABPANEL_PLAIN: true,

        /**
         * The default <code>border</code> of the tab panel inside dialogs.
         * @static
         * @final
         * @type boolean
         */
        TABPANEL_BORDER: true,

        /**
         * The body style of the tabs. To avoid horizontal scrollbars right
         * padding is set to <code>0</code> and the padding is made by the
         * width of the input fields <code>(anchor:94%)</code>
         * @static
         * @final
         * @type String
         */
        TAB_BODY_STYLE: "padding:15px;padding-right:0",

        /**
         * The width of the field labels
         * @static
         * @final
         * @type int
         */
        LABEL_WIDTH: 130,

        /**
         * The separator after the label text
         * @static
         * @final
         * @type int
         */
        LABEL_SEPARATOR: "",

        /**
         * The target of the messages.
         * @static
         * @final
         * @type String
         */
        MSG_TARGET: "qtip",

        /**
         * The width of the input fields (see <code>TAB_BODY_STYLE</code>)
         * @static
         * @final
         * @type String
         */
        ANCHOR: "94%",

        /**
         * The width of checkbox fields. Since overflow of checkbox selections is
         * set to "hidden" the boxLabels would be cut with an anchor value of "100%".
         * @static
         * @final
         * @type String
         */
        SELECT_CHECKBOX_ANCHOR: "90%",

        /**
         * The horizontal offset to use when positioning the dialog in a corner.
         * @static
         * @final
         * @type int
         */
        CORNER_X: 50,

        /**
         * The vertical offset to use when positioning the dialog in a corner.
         * @static
         * @final
         * @type int
         */
        CORNER_Y: 30,

        /**
         * Max number of characters for the header title on IE6 only
         * @static
         * @final
         * @type int
         */
        IE6_TITLE_MAX_CHAR: 80

    };

}();

/*
 * Copyright 1997-2008 Day Management AG
 * Barfuesserplatz 6, 4001 Basel, Switzerland
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of
 * Day Management AG, ("Confidential Information"). You shall not
 * disclose such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered into
 * with Day.
 */

/**
 * The <code>CQ.themes.MediaBrowseDialog</code> contains theme depending values
 * for dialogs.
 * @static
 * @class
 */
CQ.themes.MediaBrowseDialog = function() {

    return {

    	MEDIA_DATE: 'm/d/Y g:i a',
    	
        HEIGHT: 500,

        MIN_HEIGHT: 500,
        
        WIDTH: 540,

        MIN_WIDTH: 500,

        RESIZABLE: true,

        RESIZE_HANDLES: "n,s,e,w,se,ne,sw,nw"

    };

}();

/*
 * Copyright 1997-2008 Day Management AG
 * Barfuesserplatz 6, 4001 Basel, Switzerland
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of
 * Day Management AG, ("Confidential Information"). You shall not
 * disclose such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered into
 * with Day.
 */

/**
 * The <code>CQ.themes.wcm.Sidekick</code> contains theme depending values
 * for the sidekick.
 * @static
 * @class
 */
CQ.themes.wcm.Sidekick = function() {

    return {

        /**
         * The default width of sidekicks.
         * @static
         * @final
         * @type int
         */
        WIDTH: 214,

        /**
         * The default height of sidekicks.
         * @static
         * @final
         * @type int
         */
        HEIGHT: 379,

        /**
         * The default minimum width of sidekicks.
         * @static
         * @final
         * @type int
         */
        MIN_WIDTH: 214,

        /**
         * The default minimum height of sidekicks.
         * @static
         * @final
         * @type int
         */
        MIN_HEIGHT: 379,

        /**
         * The default body style of sidekicks.
         * @static
         * @final
         * @type String
         */
        BODY_STYLE: "padding:0;border:solid 1px #99BBE8",

        /**
         * States whether or not the sidekick may be resized.
         * @static
         * @final
         * @type boolean
         */
        RESIZABLE: true,

        /**
         * The allowed handles to resize the sidekick. Only applies if
         * {@link CQ.themes.wcm.Sidekick.RESIZABLE} is <code>true</code>.
         * @static
         * @final
         * @type String
         */
        RESIZE_HANDLES: "all",

        /**
         * The default icon for components.
         * @static
         * @final
         * @type String
         */
        ICON_COMPONENT: "/libs/cq/widgets/themes/default/icons/16x16/components.png"

    };

}();

/*
 * Copyright 1997-2008 Day Management AG
 * Barfuesserplatz 6, 4001 Basel, Switzerland
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of
 * Day Management AG, ("Confidential Information"). You shall not
 * disclose such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered into
 * with Day.
 */

/**
 * The <code>CQ.themes.SiteAdmin</code> contains theme depending values
 * @static
 * @class
 */
CQ.themes.SiteAdmin = function() {
    return {
    	TREE_WIDTH: 240
    };
}();

/*
 * Copyright 1997-2008 Day Management AG
 * Barfuesserplatz 6, 4001 Basel, Switzerland
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of
 * Day Management AG, ("Confidential Information"). You shall not
 * disclose such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered into
 * with Day.
 */

/**
 * The <code>CQ.themes.EditBase</code> contains theme depending values
 * @static
 * @class
 */
CQ.themes.wcm.EditBase = function() {

    return {
        /**
         * Number of pixels between an edit component and the appearing target line during drag&drop.
         * @static
         * @final
         * @type int
         */
        TARGETLINE_DISTANCE: 5,

        /**
         * Number of pixels for the height of the appearing ghost during drag&drop.
         * @static
         * @final
         * @type int
         */
        TARGETGHOST_HEIGHT: 100,

        /**
         * Max number of pixels for the height of the appearing ghost during drag&drop.
         * @static
         * @final
         * @type int
         */
        TARGETGHOST_MAXHEIGHT: 300,

        /**
         * Number of pixels added before and after the appearing ghost during drag&drop.
         * @static
         * @final
         * @type int
         */
        TARGETGHOST_PADDING: 5,

        /**
         * Number of pixels placed after the inline edit window.
         * @static
         * @final
         * @type int
         */
        INLINE_BOTTOM_PADDING: 10,

        /**
         * Default mininum number of pixels to determine if an edit dialog should be opened inline or as a popup
         * Can be overriden through component config  
         * @static
         * @final
         * @type int
         */
        INLINE_MINIMUM_WIDTH: 400,

        /**
         * Background color of the highlighting effect used in drag & drop
         * @static
         * @final
         * @type String
         */
        HIGHLIGHT_COLOR: "#FFCC00",

        /**
         * Options for the highlighting effect used in drag & drop
         * @static
         * @final
         * @type Object
         */
        HIGHLIGHT_OPTIONS: {
            duration: 1.5
        },

        /**
         * The width of the insert dialog
         * @static
         * @final
         * @type int
         */
        INSERT_DIALOG_WIDTH: 280

    };

}();

CQ.themes.wcm.EditRollover = function() {

    return {

        /**
         * Number of pixels of a element's minimum height. If element's height is less thant this number,
         * an empty box is created to complete the difference.
         */
        ELEMENT_MIN_HEIGHT: 80,

        /**
         * Number of pixels of a element's minimum height when insert-only text is not displayed
         */
        ELEMENT_NO_TEXT_MIN_HEIGHT: 20,

        /**
         * Number of pixels for the width of the highlight box.
         */
        HIGHLIGHT_WIDTH: 10,

        /**
         * Number of pixels between the edit rollover component and the highlight box.
         */
        HIGHLIGHT_PADDING: 2

    }
}();/*
 * Copyright 1997-2008 Day Management AG
 * Barfuesserplatz 6, 4001 Basel, Switzerland
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of
 * Day Management AG, ("Confidential Information"). You shall not
 * disclose such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered into
 * with Day.
 */

/**
 * The <code>CQ.themes.wcm.ContentFinder</code> contains theme depending values
 * @static
 * @class
 */
CQ.themes.wcm.ContentFinder = function() {

    return {

    	FINDER_WIDTH: 195,

        CLIPBOARD_HEIGHT: 122

    };

}();

/*
 * Copyright 1997-2008 Day Management AG
 * Barfuesserplatz 6, 4001 Basel, Switzerland
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of
 * Day Management AG, ("Confidential Information"). You shall not
 * disclose such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered into
 * with Day.
 */

/**
 * The <code>CQ.themes.ContentFinderTab</code> contains theme depending values
 * @static
 * @class
 */
CQ.themes.wcm.ContentFinderTab = function() {

    return {

        QUERYBOX_HEIGHT: 75,

        /**
         * The body style of the tabs. To avoid horizontal scrollbars right
         * padding is set to <code>0</code> and the padding is made by the
         * width of the input fields <code>(anchor:94%)</code>
         * @static
         * @final
         * @type String
         */
        // right padding: currently used because of vertical scrollbar
        QUERYBOX_BODYSTYLE: "padding:11px 17px 6px 8px;",

        /**
         * The width of the input fields
         * @static
         * @final
         * @type String
         */
        QUERYBOX_ANCHOR: "100%",

        /**
         * The default style of the fields of the query box.
         * @static
         * @final
         * @type String
         */
        QUERYBOX_FIELDS_STYLE: "margin-top:5px;",

        DDPROXY_MULTI_OFFSET: 6,

        DDPROXY_PADDING_TOP: 3,
        DDPROXY_PADDING_LEFT: 20,
        DDPROXY_WIDTH: 140,
        DDPROXY_HEIGHT: 100
    };

}();/*
 * Copyright 1997-2008 Day Management AG
 * Barfuesserplatz 6, 4001 Basel, Switzerland
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of
 * Day Management AG, ("Confidential Information"). You shall not
 * disclose such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered into
 * with Day.
 */

/**
 * The <code>CQ.themes.BrowseDialog</code> contains theme depending values
 * for the link browse dialog.
 * @static
 * @class
 */
CQ.themes.BrowseDialog = function() {

    return {

        /**
         * The default width of BrowseDialog.
         * @static
         * @final
         * @type int
         */
        WIDTH: 400,

        /**
         * The default height of BrowseDialog.
         * @static
         * @final
         * @type int
         */
        HEIGHT: 400,

        /**
         * The default minimum width of BrowseDialog.
         * @static
         * @final
         * @type int
         */
        MIN_WIDTH: 200,

        /**
         * The default minimum height of BrowseDialog.
         * @static
         * @final
         * @type int
         */
        MIN_HEIGHT: 240,

        /**
         * States whether or not the BrowseDialog may be resized.
         * @static
         * @final
         * @type boolean
         */
        RESIZABLE: true,

        /**
         * The allowed handles to resize the BrowseDialog. Only applies if
         * {@link CQ.themes.BrowseDialog.RESIZABLE} is <code>true</code>.
         * @static
         * @final
         * @type String
         */
        RESIZE_HANDLES: "all",

        /**
         * The CSS style for the tree panel.
         * @static
         * @final
         * @type String
         */
        TREE_STYLE: "padding:5px 0 5px 5px",

        /**
         * Whether the tree nodes are connected with lines. Defaults to
         * <code>false</code>.
         * @static
         * @final
         * @type boolean
         */
        TREE_LINES: false,

        /**
         * Whether the tree panel has a border. Defaults to <code>false</code>.
         * @static
         * @final
         * @type boolean
         */
        TREE_BORDER: false,
        
        /**
         * Title of the browse dialog.
         * @static
         * @final
         * @type String
         */
        TITLE: "Select Path"
    };
}();

/*
 * Copyright 1997-2008 Day Management AG
 * Barfuesserplatz 6, 4001 Basel, Switzerland
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of
 * Day Management AG, ("Confidential Information"). You shall not
 * disclose such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered into
 * with Day.
 */

/**
 * The <code>CQ.themes.SmartFile</code> contains theme depending values
 * for the smart file widget.
 * @static
 * @class
 */
CQ.themes.SmartFile = function() {

    return {

        /**
         * Path to icon resources
         */
        ICON_RESOURCES: "/libs/foundation/components/download/resources",

        /**
         * Map that defines icons for file extensions
         */
        EXTENSION_TO_ICON: {
            "doc": "doc.gif",
            "eps": "eps.gif",
            "gif": "gif.gif",
            "jpg": "jpg.gif",
            "pdf": "pdf.gif",
            "ppt": "ppt.gif",
            "tif": "tif.gif",
            "txt": "txt.gif",
            "xls": "xls.gif",
            "zip": "zip.gif"
        },

        /**
         * Default icon (if no entry for a download's extension is found in
         * <code>EXTENSION_TO_ICON</code>
         */
        DEFAULT_ICON: "default.gif",

        /**
         * Processing panel: width of icon column
         */
        ICON_COLUMN_WIDTH: 32,

        /**
         * Processing panel: width of buttons column
         */
        BUTTONS_COLUMN_WIDTH: 60

    };

}();
/*
 * Copyright 1997-2008 Day Management AG
 * Barfuesserplatz 6, 4001 Basel, Switzerland
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of
 * Day Management AG, ("Confidential Information"). You shall not
 * disclose such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered into
 * with Day.
 */

/**
 * The <code>CQ.themes.SmartImage</code> contains theme depending values
 * for the smart image widget.
 * @static
 * @class
 */
CQ.themes.SmartImage = function() {

    return {

        /**
         * Background color of the canvas. Note that you'll have to use the #rrggbb
         * notation here. It is strongly recommended to use an appropriate a properly
         * setup canvas css instead of changing this value.
         * @static
         * @final
         * @type String
         */
        BACKGROUND_COLOR: null,

        /**
         * CSS style used for styling the canvas
         */
        CANVAS_CLASS: "cq-image-canvas",

        /**
         * Default drawing mode; for valid values see
         * http://developer.mozilla.org/en/Canvas_tutorial/Compositing
         * This setting is ignored on Internet Explorer.
         * @static
         * @final
         * @type String
         */
        DEFAULT_DRAWING_MODE: null // "xor"

    };

}();
/*
 * Copyright 1997-2008 Day Management AG
 * Barfuesserplatz 6, 4001 Basel, Switzerland
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of
 * Day Management AG, ("Confidential Information"). You shall not
 * disclose such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered into
 * with Day.
 */

/**
 * The <code>CQ.themes.SmartImage.Tools</code> contains theme depending values
 * for the smart image widget's tools.
 * @static
 * @class
 */
CQ.themes.SmartImage.Tool = function() {

    return {

        /**
         * The default width of the image map toolbar
         * @static
         * @final
         * @type int
         */
        MAP_TOOLS_WIDTH: 500,

        /**
         * The default width of field labels in the area editor
         * @static
         * @final
         * @type int
         */
        MAP_AREAEDITOR_LABEL_WIDTH: 55,

        /**
         * The default width of fields in the area editor
         * @static
         * @final
         * @type int
         */
        MAP_AREAEDITOR_FIELD_WIDTH: 180,

        /**
         * The default width of the crop toolbar
         * @static
         * @final
         * @type int
         */
        CROP_TOOLS_WIDTH: 300

    };

}();
/*
 * Copyright 1997-2008 Day Management AG
 * Barfuesserplatz 6, 4001 Basel, Switzerland
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of
 * Day Management AG, ("Confidential Information"). You shall not
 * disclose such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered into
 * with Day.
 */

/**
 * The <code>CQ.themes.ImageMap</code> contains theme depending values
 * for the image map widget.
 * @static
 * @class
 */
CQ.themes.ImageMap = function() {

    return {

        // constants used when tools are internalized --------------------------------------

        /**
         * The width of the tool selector
         * @static
         * @final
         * @type int
         */
        TOOL_SELECTOR_WIDTH: 150,

        /**
         * The height of the area edior.
         * @static
         * @final
         * @type int
         */
        AREA_EDITOR_HEIGHT: 110,

        /**
         * "Fill" color
         */
        FILL_COLOR: "rgba(255, 255, 255, 0.2)",

        /**
         * "Shadow" color
         */
        SHADOW_COLOR: "rgba(255, 255, 255, 0.5)",

        /**
         * Basic color
         */
        BASIC_SHAPE_COLOR: "rgba(0, 0, 0, 1.0)",

        /**
         * Rollover color
         */
        ROLLOVER_COLOR: "rgba(128, 128, 192, 1.0)",

        /**
         * Selection color
         */
        SELECTED_COLOR: "rgba(192, 0, 0, 1.0)",

        /**
         * "Handle" color
         */
        HANDLE_COLOR: "rgba(128, 64, 128, 1.0)",

        /**
         * "Handle" color when rolled over
         */
        HANDLE_ROLLOVER_COLOR: "rgba(0, 0, 255, 1.0)",

        /**
         * "Handle" color when selected
         */
        HANDLE_SELECTED_COLOR: "rgba(192, 0, 0, 1.0)",

        /**
         * Size of a "Handle"
         */
        HANDLE_SIZE: 5

    };

}();

/*
 * Copyright 1997-2008 Day Management AG
 * Barfuesserplatz 6, 4001 Basel, Switzerland
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of
 * Day Management AG, ("Confidential Information"). You shall not
 * disclose such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered into
 * with Day.
 */

/**
 * The <code>CQ.themes.ImageCrop</code> class contains theme depending values
 * for the image crop widget.
 * @static
 * @class
 */
CQ.themes.ImageCrop = function() {

    return {

        /**
         * The width of the aspect ratio selector
         * @static
         * @final
         * @type int
         */
        ASPECT_RATIO_WIDTH: 150,

        /**
         * The color of the cropping rectangle.
         * @static
         * @final
         * @type int
         */
        CROP_RECT_COLOR: "rgba(0, 0, 0, 1.0)",

        /**
         * Background color for invalid image parts; may be null
         */
        BACKGROUND_INVALIDPARTS: "rgba(255, 255, 255, 0.8)",

        /**
         * Distance of the handle to the cropping rectangle
         */
        HANDLE_DISTANCE: 3,

        /**
         * Length of the handle
         */
        HANDLE_LENGTH: 15,

        /**
         * "Thickness" of the handle
         */
        HANDLE_THICKNESS: 2,

        /**
         * Rollover color for handles
         */
        HANDLE_ROLLOVER: "rgba(0, 0, 255, 1.0)"

    };

}();

/*
 * Copyright 1997-2008 Day Management AG
 * Barfuesserplatz 6, 4001 Basel, Switzerland
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of
 * Day Management AG, ("Confidential Information"). You shall not
 * disclose such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered into
 * with Day.
 */

/**
 * The <code>CQ.themes.Slideshow</code> class contains theme depending values
 * for the slideshow widget.
 * @static
 * @class
 */
CQ.themes.Slideshow = function() {

    return {

        /**
         * Width of label column for the <code>CQ.form.Slideshow.Image</code> subcomponent
         */
        LABEL_WIDTH: 80,

        /**
         * Fixed height of the <code>SmartImage</code> components used for displaying the
         * slides
         */
        SMARTIMAGE_HEIGHT: 200,

        /**
         * CSS class to use for each image editor of the slideshow
         */
        IMAGEPANEL_CLASS: "cq-slideshow-imgpnl"

    };

}();/*
 * Copyright 1997-2008 Day Management AG
 * Barfuesserplatz 6, 4001 Basel, Switzerland
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of
 * Day Management AG, ("Confidential Information"). You shall not
 * disclose such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered into
 * with Day.
 */

/**
 * The <code>CQ.themes.ImageCrop</code> class contains theme depending values
 * for the image crop widget.
 * @static
 * @class CQ.themes.RichText
 */
CQ.themes.RichText = function() {

    return {

        /**
         * The default height of a rich text editor component
         * @static
         * @final
         * @type int
         */
        DEFAULT_HEIGHT: 210,

        /**
         * The default path where the required stylesheets are located
         * @static
         * @final
         * @type String
         */
        DEFAULT_REQCSS_PATH: "/libs/cq/widgets/themes/default/widgets/form/RichText",

        /**
         * Number of special chars to be displayed per row in the corresponding dialog
         * @static
         * @final
         * @type int
         */
        SPECIAL_CHARS_PER_ROW: 16,

        /**
         * CSS class to be used for styling an anchor
         * @static
         * @final
         * @type String
         */
        ANCHOR_CLASS: "cq-rte-anchor",

        /**
         * CSS class to be used for styling a table without a border
         * @static
         * @final
         * @type String
         */
        TABLE_NOBORDER_CLASS: "cq-rte-forcedborder"

    };

}();/*
 * Copyright 1997-2008 Day Management AG
 * Barfuesserplatz 6, 4001 Basel, Switzerland
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of
 * Day Management AG, ("Confidential Information"). You shall not
 * disclose such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered into
 * with Day.
 */

/**
 * The <code>CQ.themes.SuggestField</code> contains theme depending values
 * for the suggest field.
 * @static
 * @class
 */

CQ.themes.SuggestField = function() {

    return {

        /**
         * The default width of the list
         * @static
         * @final
         * @type int
         */
        LIST_WIDTH: 325,

        /**
         * The default max height of the list
         * @static
         * @final
         * @type int
         */
        MAX_HEIGHT: 303

    };

}();
