/**
 * The class name to give to fields that fail validation
 *
 */
var ValidationFailFieldClassName = 'invalidfield';

/**
 * The element type to make the validation failure message
 *
 */
var ValidationFailMessageElementType = 'span';

/**
 * An "associative array" of attributes to give to the validation failure message element
 *
 */
var ValidationFailMessageAttributes = {'class':'validationfail'};

var ValidationFormSubmitFailureMessage = "There are errors in the form still. Please correct these and try submitting it again.";


var DialogWidth = 300;
//var DialogHeight = 150;


var TooltipDefaultXOffset = 15;
var TooltipDefaultYOffset = 10;

var GlossaryDefaultXOffset = 25;
var GlossaryDefaultYOffset = 10;


/**************************
 * LIGHTBOX CONFIGURATION *
 **************************/
var fileLoadingImage = CBS.getSkinPath() + "/images/lightbox/loading.gif";        
var fileBottomNavCloseImage = CBS.getSkinPath() + "/images/lightbox/closelabel.gif";

var overlayOpacity = 0.8;    // controls transparency of shadow overlay

var animate = true;            // toggles resizing animations
var resizeSpeed = 7;        // controls the speed of the image resizing animations (1=slowest and 10=fastest)

var borderSize = 10;        //if you adjust the padding in the CSS, you will need to update this variable
/******************************
 * END LIGHTBOX CONFIGURATION *
 ******************************/