////////////////////////////////////////////////////////////////////
//  WiseBlocks Input Components Suite configuration
////////////////////////////////////////////////////////////////////

/***************** License Information         ********************/
IC.MasterDecorator.acceptLicense("WiseBlocks@localhost/v1.0:2099-12-31#636c2255");

/***************** Global definitions          ********************/
IC.MasterDecorator.setGlobals({
	conditions : [NegativeRed],
	highlight  : HighlightBox.RED,
	borderStyle : "1px solid black",
	cursorOnFocus:"firstEmpty",
	skin: IC.MasterDecorator.SKIN_ICS_RED
});

IC.MasterDecorator.setHighlightAll(true);
IC.MasterDecorator.process();





