/**
 * This file contains the vehicle specific constants to be used in BP2 application widgets.
 * This file should contain
 *  1. String constants
 *  2. Theme names
 *  3. Div dimensions, layout details etc.
 */
var ModelConstants = {  
    "Popup" : {
        TITLE_HEIGHT:50,
        TITLE_THEME:"flip.header.SI",
        TITLE_PADDING_X:60
    }
};

