Merged Apache Flex 4.9.1 release branch

git-svn-id: https://svn.apache.org/repos/asf/flex/sdk/trunk@1450452 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/LICENSE b/LICENSE
index 1f7e9d8..fd4c4a6 100644
--- a/LICENSE
+++ b/LICENSE
@@ -241,7 +241,7 @@
 directories:
 
 Adobe Flex
-Copyright date 2003 - 2012 Adobe Systems Incorporated. All Rights Reserved.
+Copyright date 2003 - 2013 Adobe Systems Incorporated. All Rights Reserved.
 
                           MOZILLA PUBLIC LICENSE
                                 Version 1.1
diff --git a/README b/README
index 89aa04f..502dad0 100644
--- a/README
+++ b/README
@@ -4,13 +4,15 @@
     Apache Flex is an application framework for easily building Flash-based applications 
     for mobile devices, the browser and desktop.
 
+	Apache Flex 4.9.1 is a minor update to Apache Flex 4.9.
+
     Apache Flex 4.9 is a follow up release to Apache Flex 4.8 which was a parity release
     of Adobe Flex 4.6.  This version adds new features and implements bug fixes that were
     unavailable in previous versions.  It is compatible with most code written to target
     Adobe Flex 4.6.
 
     For detailed information about Apache Flex please visit 
-    http://incubator.apache.org/flex/ 
+    http://flex.apache.org/ 
     
     The Apache Flex project has just graduated to be a top level Apache project and the
     project's URL will be soon be changing to http://flex.apache.org/.
@@ -36,14 +38,14 @@
 =========================================
 
     This is the recommended way to get Apache Flex.  We offer an automated installer
-    along with binary distributions on our website at http://incubator.apache.org/flex.
+    along with binary distributions on our website at http://flex.apache.org.
 
     You can always checkout the latest source via subversion using the following
     command:
 
-    svn co https://svn.apache.org/repos/asf/incubator/flex/trunk flex
+    svn co https://svn.apache.org/repos/asf/flex/sdk/trunk/ flex
 
-    For further information visit http://incubator.apache.org/flex/source.html
+    For further information visit http://flex.apache.org/download-source.html
 
 
 Getting the convenience packages for Apache Flex
@@ -59,12 +61,12 @@
 
     You can get the SDK Installer from the Apache Flex website at
 
-      http://incubator.apache.org/flex/installer.html
+      http://flex.apache.org/installer.html
 
     You can also get just the binaries from our website as well.  These binaries do not
     include the dependencies, so additional software may need to be downloaded and installed.
 
-      http://incubator.apache.org/flex/download.html
+      http://flex.apache.org/download-binaries.html
 
 Building Apache Flex 4.9
 ========================
@@ -467,4 +469,4 @@
 Thanks for using Apache Flex.
 
                                           The Apache Flex Project
-                                          <http://incubator.apache.org/flex>
+                                          <http://flex.apache.org>
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index edc7b4b..1ce7ea6 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,3 +1,27 @@
+Apache Flex 4.9.1
+=================
+
+Apache Flex 4.9.1 is a minor update to Apache Flex 4.9.
+
+Differences from Apache Flex 4.9.0: 
+  - Updated README and RELEASE_NOTES.
+  - Minor change to fix issue with changing locale.
+  - Added AeonGraphical missing theme assets.
+  - Fixed non debug compiler RTE (see ASC-2993).
+  - Updated ASDocs to use correct logo.
+  - Updated Mustella Japanese language pack tests to pass.
+ 
+Bugs fixed:
+  FLEX-33390 Can't embed SVG asset
+  FLEX-33377 Focus can be transferred from a modal window to a non-modal window
+             open in the background if clicked on some specific dimension of the
+             non-modal window in the background i.e. by clicking on the extreme
+             left i.e. x=0 dimension of the application
+  FLEX-33384 Caret visible in all textinputs after they've been selected once
+  FLEX-33381 Setting s:ComboBox#typicalItem produces unnecessarily long width
+  FLEX-29002 RunTime Error #1009 at mx.managers::PopUpManagerImpl/addModalPopUpAccessibility()
+             when displaying more than one modal popup via PopUpManager on top of each other
+
 Apache Flex 4.9.0
 =================
 
@@ -60,4 +84,4 @@
     https://issues.apache.org/jira/browse/FLEX
 
                                           The Apache Flex Project
-                                          <http://incubator.apache.org/flex/>
+                                          <http://flex.apache.org/>
diff --git a/asdoc/templates/images/logo.jpg b/asdoc/templates/images/logo.jpg
index aa47ec2..908843d 100644
--- a/asdoc/templates/images/logo.jpg
+++ b/asdoc/templates/images/logo.jpg
Binary files differ
diff --git a/build.properties b/build.properties
index 899d748..b593277 100644
--- a/build.properties
+++ b/build.properties
@@ -18,8 +18,8 @@
 ################################################################################
 
 # flex-sdk-description values
-release = Apache Flex 4.9.0
-release.version = 4.9.0
+release = Apache Flex 4.9.1
+release.version = 4.9.1
 
 # override on command line with -Dbuild.number=999 or in local.properties
 build.number = 0
diff --git a/frameworks/flex-config-template.xml b/frameworks/flex-config-template.xml
index e851d5b..3ab7eb5 100644
--- a/frameworks/flex-config-template.xml
+++ b/frameworks/flex-config-template.xml
@@ -80,7 +80,7 @@
       <library-path>
          <path-element>libs</path-element>
          <path-element>libs/mx</path-element>
-         <path-element>locale/@locale@</path-element>
+         <path-element>locale/{locale}</path-element>
          <path-element>{playerglobalHome}/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}</path-element>
       </library-path>
 
@@ -438,10 +438,10 @@
    <!-- Metadata added to SWFs via the SWF Metadata tag. -->
    <metadata>
       <title>Apache Flex Application</title>
-      <description>http://incubator.apache.org/flex</description>
+      <description>http://flex.apache.org/</description>
       <publisher>Apache Software Foundation</publisher>
-      <creator>unknown</creator>
-      <language>EN</language>
+      <creator>Apache Software Foundation</creator>
+      <language>@locale@</language>
    </metadata>
    
 </flex-config>
diff --git a/frameworks/flex-config.xml b/frameworks/flex-config.xml
index d3dc7d1..b1e30b3 100644
--- a/frameworks/flex-config.xml
+++ b/frameworks/flex-config.xml
@@ -80,7 +80,7 @@
       <library-path>
          <path-element>libs</path-element>
          <path-element>libs/mx</path-element>
-         <path-element>locale/en_US</path-element>
+         <path-element>locale/{locale}</path-element>
          <path-element>{playerglobalHome}/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}</path-element>
       </library-path>
 
@@ -438,7 +438,7 @@
    <!-- Metadata added to SWFs via the SWF Metadata tag. -->
    <metadata>
       <title>Apache Flex Application</title>
-      <description>http://incubator.apache.org/flex</description>
+      <description>http://flex.apache.org/</description>
       <publisher>Apache Software Foundation</publisher>
       <creator>unknown</creator>
       <language>EN</language>
diff --git a/frameworks/projects/advancedgrids/src/mx/core/Version.as b/frameworks/projects/advancedgrids/src/mx/core/Version.as
index 51faab7..ea90e2c 100644
--- a/frameworks/projects/advancedgrids/src/mx/core/Version.as
+++ b/frameworks/projects/advancedgrids/src/mx/core/Version.as
@@ -23,4 +23,4 @@
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.9.0.0";
+mx_internal static const VERSION:String = "4.9.1.0";
diff --git a/frameworks/projects/airframework/src/mx/core/Version.as b/frameworks/projects/airframework/src/mx/core/Version.as
index 51faab7..ea90e2c 100644
--- a/frameworks/projects/airframework/src/mx/core/Version.as
+++ b/frameworks/projects/airframework/src/mx/core/Version.as
@@ -23,4 +23,4 @@
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.9.0.0";
+mx_internal static const VERSION:String = "4.9.1.0";
diff --git a/frameworks/projects/airspark/src/spark/core/Version.as b/frameworks/projects/airspark/src/spark/core/Version.as
index 51faab7..ea90e2c 100644
--- a/frameworks/projects/airspark/src/spark/core/Version.as
+++ b/frameworks/projects/airspark/src/spark/core/Version.as
@@ -23,4 +23,4 @@
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.9.0.0";
+mx_internal static const VERSION:String = "4.9.1.0";
diff --git a/frameworks/projects/apache/src/core/Version.as b/frameworks/projects/apache/src/core/Version.as
index 51faab7..ea90e2c 100644
--- a/frameworks/projects/apache/src/core/Version.as
+++ b/frameworks/projects/apache/src/core/Version.as
@@ -23,4 +23,4 @@
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.9.0.0";
+mx_internal static const VERSION:String = "4.9.1.0";
diff --git a/frameworks/projects/automation/src/mx/core/Version.as b/frameworks/projects/automation/src/mx/core/Version.as
index 51faab7..ea90e2c 100644
--- a/frameworks/projects/automation/src/mx/core/Version.as
+++ b/frameworks/projects/automation/src/mx/core/Version.as
@@ -23,4 +23,4 @@
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.9.0.0";
+mx_internal static const VERSION:String = "4.9.1.0";
diff --git a/frameworks/projects/automation_agent/src/mx/core/Version.as b/frameworks/projects/automation_agent/src/mx/core/Version.as
index 51faab7..ea90e2c 100644
--- a/frameworks/projects/automation_agent/src/mx/core/Version.as
+++ b/frameworks/projects/automation_agent/src/mx/core/Version.as
@@ -23,4 +23,4 @@
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.9.0.0";
+mx_internal static const VERSION:String = "4.9.1.0";
diff --git a/frameworks/projects/automation_air/src/mx/core/Version.as b/frameworks/projects/automation_air/src/mx/core/Version.as
index 51faab7..ea90e2c 100644
--- a/frameworks/projects/automation_air/src/mx/core/Version.as
+++ b/frameworks/projects/automation_air/src/mx/core/Version.as
@@ -23,4 +23,4 @@
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.9.0.0";
+mx_internal static const VERSION:String = "4.9.1.0";
diff --git a/frameworks/projects/automation_dmv/src/mx/core/Version.as b/frameworks/projects/automation_dmv/src/mx/core/Version.as
index 51faab7..ea90e2c 100644
--- a/frameworks/projects/automation_dmv/src/mx/core/Version.as
+++ b/frameworks/projects/automation_dmv/src/mx/core/Version.as
@@ -23,4 +23,4 @@
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.9.0.0";
+mx_internal static const VERSION:String = "4.9.1.0";
diff --git a/frameworks/projects/automation_flashflexkit/src/mx/core/Version.as b/frameworks/projects/automation_flashflexkit/src/mx/core/Version.as
index f1bb905..6148f43 100644
--- a/frameworks/projects/automation_flashflexkit/src/mx/core/Version.as
+++ b/frameworks/projects/automation_flashflexkit/src/mx/core/Version.as
@@ -24,4 +24,4 @@
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.9.0.0";
+mx_internal static const VERSION:String = "4.9.1.0";
diff --git a/frameworks/projects/automation_spark/src/mx/core/Version.as b/frameworks/projects/automation_spark/src/mx/core/Version.as
index 51faab7..ea90e2c 100644
--- a/frameworks/projects/automation_spark/src/mx/core/Version.as
+++ b/frameworks/projects/automation_spark/src/mx/core/Version.as
@@ -23,4 +23,4 @@
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.9.0.0";
+mx_internal static const VERSION:String = "4.9.1.0";
diff --git a/frameworks/projects/automation_spark/src/spark/core/Version.as b/frameworks/projects/automation_spark/src/spark/core/Version.as
index 51faab7..ea90e2c 100644
--- a/frameworks/projects/automation_spark/src/spark/core/Version.as
+++ b/frameworks/projects/automation_spark/src/spark/core/Version.as
@@ -23,4 +23,4 @@
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.9.0.0";
+mx_internal static const VERSION:String = "4.9.1.0";
diff --git a/frameworks/projects/charts/src/mx/core/Version.as b/frameworks/projects/charts/src/mx/core/Version.as
index 51faab7..ea90e2c 100644
--- a/frameworks/projects/charts/src/mx/core/Version.as
+++ b/frameworks/projects/charts/src/mx/core/Version.as
@@ -23,4 +23,4 @@
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.9.0.0";
+mx_internal static const VERSION:String = "4.9.1.0";
diff --git a/frameworks/projects/framework/src/mx/core/Version.as b/frameworks/projects/framework/src/mx/core/Version.as
index 51faab7..ea90e2c 100644
--- a/frameworks/projects/framework/src/mx/core/Version.as
+++ b/frameworks/projects/framework/src/mx/core/Version.as
@@ -23,4 +23,4 @@
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.9.0.0";
+mx_internal static const VERSION:String = "4.9.1.0";
diff --git a/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as b/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as
index ca355b2..29ef316 100644
--- a/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as
+++ b/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as
@@ -764,7 +764,7 @@
         // trace("createModalWindow: drawing modal " + s);
         g.clear();
         g.beginFill(c, 100);
-        g.drawRect(screen.x, screen.y, screen.width, screen.height);
+		g.drawRect(screen.x-1, screen.y-1, screen.width+2, screen.height+2);
         g.endFill();
 
         if (hasEventListener("updateModalMask"))
@@ -1443,7 +1443,7 @@
 				for (var i:int = 0; i < n; i++)
 				{
 					var o:PopUpData = popupInfo[i];
-					if (o && o != p)
+					if (o && o != p && o.owner.accessibilityProperties)
 					{
 						o.owner.accessibilityProperties.silent	= true;
 					}
diff --git a/frameworks/projects/mx/src/mx/core/Version.as b/frameworks/projects/mx/src/mx/core/Version.as
index 51faab7..ea90e2c 100644
--- a/frameworks/projects/mx/src/mx/core/Version.as
+++ b/frameworks/projects/mx/src/mx/core/Version.as
@@ -23,4 +23,4 @@
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.9.0.0";
+mx_internal static const VERSION:String = "4.9.1.0";
diff --git a/frameworks/projects/rpc/src/mx/core/Version.as b/frameworks/projects/rpc/src/mx/core/Version.as
index c0c6d5b..c0c1f72 100644
--- a/frameworks/projects/rpc/src/mx/core/Version.as
+++ b/frameworks/projects/rpc/src/mx/core/Version.as
@@ -22,4 +22,4 @@
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.9.0.0";
+mx_internal static const VERSION:String = "4.9.1.0";
diff --git a/frameworks/projects/spark/src/spark/components/ComboBox.as b/frameworks/projects/spark/src/spark/components/ComboBox.as
index a37f52a..7e47e94 100644
--- a/frameworks/projects/spark/src/spark/components/ComboBox.as
+++ b/frameworks/projects/spark/src/spark/components/ComboBox.as
@@ -777,7 +777,7 @@
                 if (typicalItem != null)
                 {
                     var itemString:String = LabelUtil.itemToLabel(typicalItem, labelField, labelFunction);
-                    textInput.widthInChars = itemString.length;
+                    textInput.typicalText = itemString;
                 }
                 else
                 {
diff --git a/frameworks/projects/spark/src/spark/components/supportClasses/RichEditableTextContainerManager.as b/frameworks/projects/spark/src/spark/components/supportClasses/RichEditableTextContainerManager.as
index fad5878..8d96340 100644
--- a/frameworks/projects/spark/src/spark/components/supportClasses/RichEditableTextContainerManager.as
+++ b/frameworks/projects/spark/src/spark/components/supportClasses/RichEditableTextContainerManager.as
@@ -30,6 +30,14 @@
 import flash.ui.ContextMenu;
 import flash.ui.Keyboard;
 
+import mx.core.mx_internal;
+import mx.events.SandboxMouseEvent;
+import mx.styles.IStyleClient;
+
+import spark.components.RichEditableText;
+import spark.components.TextSelectionHighlighting;
+
+import flashx.textLayout.tlf_internal;
 import flashx.textLayout.container.ContainerController;
 import flashx.textLayout.container.TextContainerManager;
 import flashx.textLayout.edit.EditManager;
@@ -52,17 +60,9 @@
 import flashx.textLayout.operations.ApplyFormatOperation;
 import flashx.textLayout.operations.InsertTextOperation;
 import flashx.textLayout.property.Property;
-import flashx.textLayout.tlf_internal;
 import flashx.undo.IUndoManager;
 import flashx.undo.UndoManager;
 
-import mx.core.mx_internal;
-import mx.events.SandboxMouseEvent;
-import mx.styles.IStyleClient;
-
-import spark.components.RichEditableText;
-import spark.components.TextSelectionHighlighting;
-
 use namespace mx_internal;
 use namespace tlf_internal;
 
@@ -294,23 +294,22 @@
         var inactiveSelectionColor:* = textDisplay.getStyle(
                                             "inactiveTextSelectionColor"); 
 
-        var inactivePointAlpha:Number =
-            editingMode == EditingMode.READ_WRITE ?
-            1.0 :
-            0.0;
+        var inactivePointAlpha:Number = 0.0;
         
-        var inactiveAlpha:Number =
+        var inactiveRangeAlpha:Number =
             textDisplay.selectionHighlighting == 
             TextSelectionHighlighting.ALWAYS ?
             1.0 :
             0.0;
 
-        // Inactive is not unfocused so show an insertion point if there is one.
-        // This is consistent with TextField.
+        
+        // This doesn't really matter since inactivePointAlpha is 0.
+        var pointBlinkRate:Number = 0.0;
         
         return new SelectionFormat(
-            inactiveSelectionColor, inactiveAlpha, BlendMode.NORMAL,
-            inactiveSelectionColor, inactivePointAlpha, BlendMode.INVERT);
+            inactiveSelectionColor, inactiveRangeAlpha, BlendMode.NORMAL,
+            inactiveSelectionColor, inactivePointAlpha, BlendMode.INVERT,
+            pointBlinkRate);
     }   
     
     /**
diff --git a/frameworks/projects/spark/src/spark/core/Version.as b/frameworks/projects/spark/src/spark/core/Version.as
index 51faab7..ea90e2c 100644
--- a/frameworks/projects/spark/src/spark/core/Version.as
+++ b/frameworks/projects/spark/src/spark/core/Version.as
@@ -23,4 +23,4 @@
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.9.0.0";
+mx_internal static const VERSION:String = "4.9.1.0";
diff --git a/frameworks/projects/spark_dmv/src/spark/core/Version.as b/frameworks/projects/spark_dmv/src/spark/core/Version.as
index 51faab7..ea90e2c 100644
--- a/frameworks/projects/spark_dmv/src/spark/core/Version.as
+++ b/frameworks/projects/spark_dmv/src/spark/core/Version.as
@@ -23,4 +23,4 @@
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.9.0.0";
+mx_internal static const VERSION:String = "4.9.1.0";
diff --git a/frameworks/projects/tool/bundles.properties b/frameworks/projects/tool/bundles.properties
new file mode 100644
index 0000000..5105238
--- /dev/null
+++ b/frameworks/projects/tool/bundles.properties
@@ -0,0 +1 @@
+bundles = automation_agent collections components containers controls core datamanagement effects formatters layout skins sparkEffects styles 
\ No newline at end of file
diff --git a/frameworks/projects/tool/src/mx/core/Version.as b/frameworks/projects/tool/src/mx/core/Version.as
index 51faab7..ea90e2c 100644
--- a/frameworks/projects/tool/src/mx/core/Version.as
+++ b/frameworks/projects/tool/src/mx/core/Version.as
@@ -23,4 +23,4 @@
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.9.0.0";
+mx_internal static const VERSION:String = "4.9.1.0";
diff --git a/frameworks/projects/tool_air/src/mx/core/Version.as b/frameworks/projects/tool_air/src/mx/core/Version.as
index 51faab7..ea90e2c 100644
--- a/frameworks/projects/tool_air/src/mx/core/Version.as
+++ b/frameworks/projects/tool_air/src/mx/core/Version.as
@@ -23,4 +23,4 @@
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.9.0.0";
+mx_internal static const VERSION:String = "4.9.1.0";
diff --git a/frameworks/themes/AeonGraphical/src/AeonGraphical.as b/frameworks/themes/AeonGraphical/src/AeonGraphical.as
index e16e7d4..5a76c00 100644
--- a/frameworks/themes/AeonGraphical/src/AeonGraphical.as
+++ b/frameworks/themes/AeonGraphical/src/AeonGraphical.as
@@ -16,10 +16,9 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-
-package
+package 
 {
-
+    
 import flash.display.Sprite;
 
 /**
@@ -37,7 +36,7 @@
     /**
      *  Constructor.
      */
-    public function AeonGraphical()
+	public function AeonGraphical()
     {
 		super();
     }
@@ -47,163 +46,169 @@
 	//  Properties
 	//
 	//--------------------------------------------------------------------------
-	private var assets:Array = [
-			AccordionHeader_disabledSkin,
-			AccordionHeader_downSkin,
-			AccordionHeader_overSkin,
-			AccordionHeader_upSkin,
-			ApplicationBackground,
-			BusyCursor,
-			Button_disabledSkin,
-			Button_downSkin,
-			Button_overSkin,
-			Button_upSkin,
-			ButtonBar_buttonDisabledSkin,
-			ButtonBar_buttonDownSkin,
-			ButtonBar_buttonOverSkin,
-			ButtonBar_buttonSelectedUpSkin,
-			ButtonBar_buttonSelectedDisabledSkin,
-			ButtonBar_buttonUpSkin,
-			ButtonBar_firstDisabledSkin,
-			ButtonBar_firstDownSkin,
-			ButtonBar_firstOverSkin,
-			ButtonBar_firstSelectedUpSkin,
-			ButtonBar_firstSelectedDisabledSkin,
-			ButtonBar_firstUpSkin,
-			ButtonBar_lastDisabledSkin,
-			ButtonBar_lastDownSkin,
-			ButtonBar_lastOverSkin,
-			ButtonBar_lastSelectedUpSkin,
-			ButtonBar_lastSelectedDisabledSkin,
-			ButtonBar_lastUpSkin,
-			CheckBox_disabledIcon,
-			CheckBox_downIcon,
-			CheckBox_overIcon,
-			CheckBox_selectedDisabledIcon,
-			CheckBox_selectedDownIcon,
-			CheckBox_selectedOverIcon,
-			CheckBox_selectedUpIcon,
-			CheckBox_upIcon,
-			CloseButtonDisabled,
-			CloseButtonDown,
-			CloseButtonOver,
-			CloseButtonUp,
-			ComboBoxArrow_disabledSkin,
-			ComboBoxArrow_downSkin,
-			ComboBoxArrow_editableDisabledSkin,
-			ComboBoxArrow_editableDownSkin,
-			ComboBoxArrow_editableOverSkin,
-			ComboBoxArrow_editableUpSkin,
-			ComboBoxArrow_overSkin,
-			ComboBoxArrow_upSkin,
-			DataGrid_columnDropIndicatorSkin,
-			DataGrid_columnResizeSkin,
-			DataGrid_headerSeparatorSkin,
-			DataGrid_sortArrowSkin,
-			DataGrid_stretchCursor,
-			DateChooser_nextMonthDisabledSkin,
-			DateChooser_nextMonthDownSkin,
-			DateChooser_nextMonthOverSkin,
-			DateChooser_nextMonthUpSkin,
-			DateChooser_nextYearDisabledSkin,
-			DateChooser_prevYearDownSkin,
-			DateChooser_nextYearOverSkin,
-			DateChooser_prevYearUpSkin,
-			DateChooser_prevMonthDisabledSkin,
-			DateChooser_prevMonthDownSkin,
-			DateChooser_prevMonthOverSkin,
-			DateChooser_prevMonthUpSkin,
-			DateChooser_rollOverIndicatorSkin,
-			DateChooser_selectionIndicatorSkin,
-			DateChooser_todayIndicatorSkin,
-			DateField_disabledSkin,
-			DateField_downSkin,
-			DateField_overSkin,
-			DateField_upSkin,
-			DividedBox_dividerSkin,
-			DividedBox_horizontalCursor,
-			DividedBox_verticalCursor,
-			DragManager_copyCursor,
-			DragManager_defaultDragImageSkin,
-			DragManager_linkCursor,
-			DragManager_moveCursor,
-			DragManager_rejectCursor,
-			FormItem_indicatorSkin,
-			HSliderHighlight_Skin,
-			HSliderThumb_disabledSkin,
-			HSliderThumb_downSkin,
-			HSliderThumb_overSkin,
-			HSliderThumb_upSkin,
-			HSliderTrack_Skin,
-			Loader_brokenImageSkin,
-			Menu_branchDisabledIcon,
-			Menu_branchIcon,
-			Menu_checkDisabledIcon,
-			Menu_checkIcon,
-			Menu_radioDisabledIcon,
-			Menu_radioIcon,
-			Menu_separatorSkin,
-			MenuBar_backgroundSkin,
-			MenuBar_itemDownSkin,
-			MenuBar_itemOverSkin,
-			MenuBar_itemUpSkin,
-			NumericStepperDownArrow_DisabledSkin,
-			NumericStepperDownArrow_DownSkin,
-			NumericStepperDownArrow_OverSkin,
-			NumericStepperDownArrow_UpSkin,
-			NumericStepperUpArrow_DisabledSkin,
-			NumericStepperUpArrow_DownSkin,
-			NumericStepperUpArrow_OverSkin,
-			NumericStepperUpArrow_UpSkin,
-			panelBackground,
-			PopUpButton_DisabledSkin,
-			PopUpButton_downSkin,
-			PopUpButton_overSkin,
-			PopUpButton_popUpDownSkin,
-			PopUpButton_popUpOverSkin,
-			PopUpButton_upSkin,
-			ProgressBarSkin,
-			ProgressIndeterminateSkin,
-			ProgressTrackSkin,
-			RadioButton_disabledIcon,
-			RadioButton_downIcon,
-			RadioButton_overIcon,
-			RadioButtonSelected_disabledIcon,
-			RadioButtonSelected_downIcon,
-			RadioButtonSelected_overIcon,
-			RadioButtonSelected_upIcon,
-			RadioButtonIcon,
-			ScrollArrowDown_disabledSkin,
-			ScrollArrowDown_downSkin,
-			ScrollArrowDown_overSkin,
-			ScrollArrowDown_upSkin,
-			ScrollArrowUp_disabledSkin,
-			ScrollArrowUp_downSkin,
-			ScrollArrowUp_overSkin,
-			ScrollArrowUp_upSkin,
-			ScrollThumb_downSkin,
-			ScrollThumb_overSkin,
-			ScrollThumb_upSkin,
-			ScrollTrack_Skin,
-			Tab_disabledSkin,
-			Tab_downSkin,
-			Tab_overSkin,
-			Tab_upSkin,
-			TabSelected_disabledSkin,
-			TabSelected_upSkin,
-			ToolTip_borderSkin,
-			Tree_defaultLeafIcon,
-			Tree_disclosureClosedIcon,
-			Tree_disclosureOpenIcon,
-			Tree_folderClosedIcon,
-			Tree_folderOpenIcon,
-			VSliderHighlight_Skin,
-			VSliderThumb_disabledSkin,
-			VSliderThumb_downSkin,
-			VSliderThumb_overSkin,
-			VSliderThumb_upSkin,
-			VSliderTrack_Skin
-		];
+    private var assets:Array = [
+        AccordionHeader_disabledSkin,
+        AccordionHeader_downSkin,
+        AccordionHeader_overSkin,
+        AccordionHeader_upSkin,
+        ApplicationBackground,
+        BusyCursor,
+        Button_disabledSkin,
+        Button_downSkin,
+        Button_overSkin,
+        Button_upSkin,
+        ButtonBar_buttonDisabledSkin,
+        ButtonBar_buttonDownSkin,
+        ButtonBar_buttonOverSkin,
+        ButtonBar_buttonSelectedDisabledSkin,
+        ButtonBar_buttonSelectedUpSkin,
+        ButtonBar_buttonUpSkin,
+        ButtonBar_firstDisabledSkin,
+        ButtonBar_firstDownSkin,
+        ButtonBar_firstOverSkin,
+        ButtonBar_firstSelectedDisabledSkin,
+        ButtonBar_firstSelectedUpSkin,
+        ButtonBar_firstUpSkin,
+        ButtonBar_lastDisabledSkin,
+        ButtonBar_lastDownSkin,
+        ButtonBar_lastOverSkin,
+        ButtonBar_lastSelectedDisabledSkin,
+        ButtonBar_lastSelectedUpSkin,
+        ButtonBar_lastUpSkin,
+        CheckBox_disabledIcon,
+        CheckBox_downIcon,
+        CheckBox_overIcon,
+        CheckBox_selectedDisabledIcon,
+        CheckBox_selectedDownIcon,
+        CheckBox_selectedOverIcon,
+        CheckBox_selectedUpIcon,
+        CheckBox_upIcon,
+        CloseButtonDisabled,
+        CloseButtonDown,
+        CloseButtonOver,
+        CloseButtonUp,
+        ComboBoxArrow_disabledSkin,
+        ComboBoxArrow_downSkin,
+        ComboBoxArrow_editableDisabledSkin,
+        ComboBoxArrow_editableDownSkin,
+        ComboBoxArrow_editableOverSkin,
+        ComboBoxArrow_editableUpSkin,
+        ComboBoxArrow_overSkin,
+        ComboBoxArrow_upSkin,
+        DataGrid_columnDropIndicatorSkin,
+        DataGrid_columnResizeSkin,
+        DataGrid_headerSeparatorSkin,
+        DataGrid_sortArrowSkin,
+        DataGrid_stretchCursor,
+        DateChooser_nextMonthDisabledSkin,
+        DateChooser_nextMonthDownSkin,
+        DateChooser_nextMonthOverSkin,
+        DateChooser_nextMonthUpSkin,
+        DateChooser_nextYearDisabledSkin,
+        DateChooser_nextYearDownSkin,
+        DateChooser_nextYearOverSkin,
+        DateChooser_nextYearUpSkin,
+        DateChooser_prevMonthDisabledSkin,
+        DateChooser_prevMonthDownSkin,
+        DateChooser_prevMonthOverSkin,
+        DateChooser_prevMonthUpSkin,
+        DateChooser_prevYearDisabledSkin,
+        DateChooser_prevYearDownSkin,
+        DateChooser_prevYearOverSkin,
+        DateChooser_prevYearUpSkin,
+        DateChooser_rollOverIndicatorSkin,
+        DateChooser_selectionIndicatorSkin,
+        DateChooser_todayIndicatorSkin,
+        DateField_disabledSkin,
+        DateField_downSkin,
+        DateField_overSkin,
+        DateField_upSkin,
+        DividedBox_dividerSkin,
+        DividedBox_horizontalCursor,
+        DividedBox_verticalCursor,
+        DragManager_copyCursor,
+        DragManager_defaultDragImageSkin,
+        DragManager_linkCursor,
+        DragManager_moveCursor,
+        DragManager_rejectCursor,
+        FormItem_indicatorSkin,
+        HSliderHighlight_Skin,
+        HSliderThumb_disabledSkin,
+        HSliderThumb_downSkin,
+        HSliderThumb_overSkin,
+        HSliderThumb_upSkin,
+        HSliderTrack_Skin,
+        Loader_brokenImageSkin,
+        Menu_branchDisabledIcon,
+        Menu_branchIcon,
+        Menu_checkDisabledIcon,
+        Menu_checkIcon,
+        Menu_radioDisabledIcon,
+        Menu_radioIcon,
+        Menu_separatorSkin,
+        MenuBar_backgroundSkin,
+        MenuBar_itemDownSkin,
+        MenuBar_itemOverSkin,
+        MenuBar_itemUpSkin,
+        NumericStepperDownArrow_DisabledSkin,
+        NumericStepperDownArrow_DownSkin,
+        NumericStepperDownArrow_OverSkin,
+        NumericStepperDownArrow_UpSkin,
+        NumericStepperUpArrow_DisabledSkin,
+        NumericStepperUpArrow_DownSkin,
+        NumericStepperUpArrow_OverSkin,
+        NumericStepperUpArrow_UpSkin,
+        PanelTitleBackground,
+        PopUpButton_DisabledSkin,
+        PopUpButton_downSkin,
+        PopUpButton_overSkin,
+        PopUpButton_popUpDownSkin,
+        PopUpButton_popUpOverSkin,
+        PopUpButton_upSkin,
+        ProgressBarSkin,
+        ProgressIndeterminateSkin,
+        ProgressTrackSkin,
+        RadioButton_disabledIcon,
+        RadioButton_downIcon,
+        RadioButton_overIcon,
+        RadioButtonSelected_disabledIcon,
+        RadioButtonSelected_downIcon,
+        RadioButtonSelected_overIcon,
+        RadioButtonSelected_upIcon,
+        RadioButtonIcon,
+        ScrollArrowDown_disabledSkin,
+        ScrollArrowDown_downSkin,
+        ScrollArrowDown_overSkin,
+        ScrollArrowDown_upSkin,
+        ScrollArrowUp_disabledSkin,
+        ScrollArrowUp_downSkin,
+        ScrollArrowUp_overSkin,
+        ScrollArrowUp_upSkin,
+        ScrollBar_thumbIcon,
+        ScrollThumb_downSkin,
+        ScrollThumb_overSkin,
+        ScrollThumb_upSkin,
+        ScrollTrack_Skin,
+        Tab_disabledSkin,
+        Tab_downSkin,
+        Tab_overSkin,
+        Tab_upSkin,
+        TabSelected_disabledSkin,
+        TabSelected_upSkin,
+        ToolTip_borderSkin,
+        Tree_defaultLeafIcon,
+        Tree_disclosureClosedIcon,
+        Tree_disclosureOpenIcon,
+        Tree_folderClosedIcon,
+        Tree_folderOpenIcon,
+		VSliderHighlight_Skin,
+        VSliderThumb_disabledSkin,
+        VSliderThumb_downSkin,
+        VSliderThumb_overSkin,
+        VSliderThumb_upSkin,
+		VSliderTrack_Skin,
+        panelBackground
+    ];
 }
 
 }
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthDisabledSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthDisabledSkin.fxg
index fe211d9..906cc2b 100644
--- a/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthDisabledSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthDisabledSkin.fxg
@@ -1,56 +1,54 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
-<Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
-	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
-	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="DateChooser_nextMonthDisabledSkin" afx:baseClassName="flash.display.Sprite" >
-        <Group d:type="layer" d:userLabel="Arrow">
-          <Group>
-            <Path data="M14 0Q18 0 18 4L18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0M17 4Q17 1.0632812 14.125 1L3.85 1Q1 1.1 1 4L1 14Q1 16.95 3.85 17L14.1 17Q17 16.95 17 14L17 4">
-              <fill>
-                <LinearGradient x="31.65" y="21.7" scaleX="-22" rotation="90">
-                  <GradientEntry ratio="0" color="#CCCCCC" alpha="0"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Path data="M16.95 14Q16.95 16.95 14.05 17L3.8 17Q0.95 16.95 0.95 14L1.05 4Q1.05 1.1 3.9 1L14.175 1Q17.05 1.0632812 17.05 4L16.95 14">
-              <fill>
-                <LinearGradient x="1.75" y="22" scaleX="22" rotation="270">
-                  <GradientEntry ratio="0" color="#CCCCCC" alpha="0.4"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.6"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Group>
-              <Path data="M12 9 12 10 11 10 11 11 10 11 10 12 9 12 9 13 8 13 8 14 7 14 7 5 8 5 8 6 9 6 9 7 10 7 10 8 11 8 11 9 12 9">
-                <fill>
-                  <SolidColor alpha="0.40000001"/>
-                </fill>
-              </Path>
-            </Group>
-          </Group>
+<Graphic flm:originalName="DateChooser/DateChooser_nextMonthDisabledSkin" version="2.0" afx:className="DateChooser_nextMonthDisabledSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Arrow" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Group>
+        <Path data="M14 0Q18 0 18 4L18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0M17 4Q17 1.0632812 14.125 1L3.85 1Q1 1.1 1 4L1 14Q1 16.95 3.85 17L14.1 17Q17 16.95 17 14L17 4">
+          <fill>
+            <LinearGradient x="31.65" y="21.7" scaleX="-22" rotation="90">
+              <GradientEntry ratio="0" color="#CCCCCC" alpha="0"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Path data="M16.95 14Q16.95 16.95 14.05 17L3.8 17Q0.95 16.95 0.95 14L1.05 4Q1.05 1.1 3.9 1L14.175 1Q17.05 1.0632812 17.05 4L16.95 14">
+          <fill>
+            <LinearGradient x="1.75" y="22" scaleX="22" rotation="270">
+              <GradientEntry ratio="0" color="#CCCCCC" alpha="0.4"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.6"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Group>
+          <Path data="M12 9 12 10 11 10 11 11 10 11 10 12 9 12 9 13 8 13 8 14 7 14 7 5 8 5 8 6 9 6 9 7 10 7 10 8 11 8 11 9 12 9">
+            <fill>
+              <SolidColor alpha="0.40000001"/>
+            </fill>
+          </Path>
         </Group>
-  <Private/>
+      </Group>
+    </Group>
+  </Group>
 </Graphic>
\ No newline at end of file
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthDownSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthDownSkin.fxg
index 1d6413d..3dac7df 100644
--- a/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthDownSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthDownSkin.fxg
@@ -1,66 +1,64 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
-<Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
-	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
-	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="DateChooser_nextMonthDownSkin" afx:baseClassName="flash.display.Sprite" >
-        <Group d:type="layer" d:userLabel="Arrow">
-          <Group>
-            <Path data="M17 4Q17 1.0632812 14.125 1L3.85 1Q1 1.1 1 4L1 14Q1 16.95 3.85 17L14.1 17Q17 16.95 17 14L17 4M14 0Q18 0 18 4L18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0">
-              <fill>
-                <LinearGradient x="31.65" y="21.7" scaleX="-22" rotation="90">
-                  <GradientEntry ratio="0" color="#0075BF"/>
-                  <GradientEntry ratio="0.99215686" color="#009DFF"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Path data="M17.05 4 16.95 14Q16.95 16.95 14.05 17L3.8 17Q0.95 16.95 0.95 14L1.05 4Q1.05 1.1 3.9 1L14.175 1Q17.05 1.0632812 17.05 4">
-              <fill>
-                <LinearGradient x="1.75" y="22" scaleX="22" rotation="270">
-                  <GradientEntry ratio="0" color="#99D7FE"/>
-                  <GradientEntry ratio="1" color="#D9F0FE"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Group>
-              <Path scaleX="-1" x="18" data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
-                <fill>
-                  <SolidColor/>
-                </fill>
-              </Path>
-            </Group>
-          </Group>
-          <Group>
-            <Path scaleX="-1" x="18.05" data="M14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14L1 4Q1 1.0632812 3.875 1L14.15 1">
-              <fill>
-                <LinearGradient x="16.7" y="8.8" scaleX="-7.9" rotation="90">
-                  <GradientEntry ratio="0" color="#FFFFFF" alpha="0"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
+<Graphic flm:originalName="DateChooser/DateChooser_nextMonthDownSkin" version="2.0" afx:className="DateChooser_nextMonthDownSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Arrow" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Group>
+        <Path data="M17 4Q17 1.0632812 14.125 1L3.85 1Q1 1.1 1 4L1 14Q1 16.95 3.85 17L14.1 17Q17 16.95 17 14L17 4M14 0Q18 0 18 4L18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0">
+          <fill>
+            <LinearGradient x="31.65" y="21.7" scaleX="-22" rotation="90">
+              <GradientEntry ratio="0" color="#0075BF"/>
+              <GradientEntry ratio="0.99215686" color="#009DFF"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Path data="M17.05 4 16.95 14Q16.95 16.95 14.05 17L3.8 17Q0.95 16.95 0.95 14L1.05 4Q1.05 1.1 3.9 1L14.175 1Q17.05 1.0632812 17.05 4">
+          <fill>
+            <LinearGradient x="1.75" y="22" scaleX="22" rotation="270">
+              <GradientEntry ratio="0" color="#99D7FE"/>
+              <GradientEntry ratio="1" color="#D9F0FE"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Group>
+          <Path scaleX="-1" x="18" data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
+            <fill>
+              <SolidColor/>
+            </fill>
+          </Path>
         </Group>
-  <Private/>
+      </Group>
+      <Group>
+        <Path scaleX="-1" x="18.05" data="M14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14L1 4Q1 1.0632812 3.875 1L14.15 1">
+          <fill>
+            <LinearGradient x="16.7" y="8.8" scaleX="-7.9" rotation="90">
+              <GradientEntry ratio="0" color="#FFFFFF" alpha="0"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
 </Graphic>
\ No newline at end of file
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthOverSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthOverSkin.fxg
index f6906b4..29e63f4 100644
--- a/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthOverSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthOverSkin.fxg
@@ -1,66 +1,64 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
-<Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
-	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
-	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="DateChooser_nextMonthOverSkin" afx:baseClassName="flash.display.Sprite" >
-        <Group d:type="layer" d:userLabel="Arrow">
-          <Group>
-            <Path data="M14 0Q18 0 18 4L18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0M17 4Q17 1.0632812 14.125 1L3.85 1Q1 1.1 1 4L1 14Q1 16.95 3.85 17L14.1 17Q17 16.95 17 14L17 4">
-              <fill>
-                <LinearGradient x="31.65" y="21.7" scaleX="-22" rotation="90">
-                  <GradientEntry ratio="0" color="#0075BF"/>
-                  <GradientEntry ratio="0.99215686" color="#009DFF"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Path scaleX="-1" x="18.05" data="M1.1 14 1 4Q1 1.0632812 3.875 1L14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14">
-              <fill>
-                <LinearGradient x="16.3" y="22" scaleX="-22" rotation="90">
-                  <GradientEntry ratio="0" color="#E6E6E6" alpha="0.4"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.6"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Group>
-              <Path scaleX="-1" x="18" data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
-                <fill>
-                  <SolidColor/>
-                </fill>
-              </Path>
-            </Group>
-          </Group>
-          <Group>
-            <Path data="M3.9 1 14.175 1Q17.05 1.0632812 17.05 4L16.95 14Q16.95 16.95 14.05 17L3.8 17Q0.95 16.95 0.95 14L1.05 4Q1.05 1.1 3.9 1">
-              <fill>
-                <LinearGradient x="1.35" y="8.8" scaleX="7.9" rotation="270">
-                  <GradientEntry ratio="0" color="#FFFFFF" alpha="0"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
+<Graphic flm:originalName="DateChooser/DateChooser_nextMonthOverSkin" version="2.0" afx:className="DateChooser_nextMonthOverSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Arrow" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Group>
+        <Path data="M14 0Q18 0 18 4L18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0M17 4Q17 1.0632812 14.125 1L3.85 1Q1 1.1 1 4L1 14Q1 16.95 3.85 17L14.1 17Q17 16.95 17 14L17 4">
+          <fill>
+            <LinearGradient x="31.65" y="21.7" scaleX="-22" rotation="90">
+              <GradientEntry ratio="0" color="#0075BF"/>
+              <GradientEntry ratio="0.99215686" color="#009DFF"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Path scaleX="-1" x="18.05" data="M1.1 14 1 4Q1 1.0632812 3.875 1L14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14">
+          <fill>
+            <LinearGradient x="16.3" y="22" scaleX="-22" rotation="90">
+              <GradientEntry ratio="0" color="#E6E6E6" alpha="0.4"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.6"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Group>
+          <Path scaleX="-1" x="18" data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
+            <fill>
+              <SolidColor/>
+            </fill>
+          </Path>
         </Group>
-  <Private/>
+      </Group>
+      <Group>
+        <Path data="M3.9 1 14.175 1Q17.05 1.0632812 17.05 4L16.95 14Q16.95 16.95 14.05 17L3.8 17Q0.95 16.95 0.95 14L1.05 4Q1.05 1.1 3.9 1">
+          <fill>
+            <LinearGradient x="1.35" y="8.8" scaleX="7.9" rotation="270">
+              <GradientEntry ratio="0" color="#FFFFFF" alpha="0"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
 </Graphic>
\ No newline at end of file
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthUpSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthUpSkin.fxg
index 4efbc16..354e783 100644
--- a/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthUpSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthUpSkin.fxg
@@ -1,66 +1,64 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
-<Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
-	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
-	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="DateChooser_nextMonthUpSkin" afx:baseClassName="flash.display.Sprite" >
-        <Group d:type="layer" d:userLabel="Arrow">
-          <Group>
-            <Path scaleX="-1" x="18" data="M14.15 1 3.875 1Q1 1.0632812 1 4L1 14Q1 16.95 3.9 17L14.15 17Q17 16.95 17 14L17 4Q17 1.1 14.15 1M18 4 18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0Q18 0 18 4">
-              <fill>
-                <LinearGradient x="-13.65" y="21.7" scaleX="22" rotation="270">
-                  <GradientEntry ratio="0" color="#585F63"/>
-                  <GradientEntry ratio="1" color="#B7BABC"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Path scaleX="-1" x="18.05" data="M1.1 14 1 4Q1 1.0632812 3.875 1L14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14">
-              <fill>
-                <LinearGradient x="16.3" y="22" scaleX="-22" rotation="90">
-                  <GradientEntry ratio="0" color="#E6E6E6" alpha="0.4"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.6"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Group>
-              <Path scaleX="-1" x="18" data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
-                <fill>
-                  <SolidColor/>
-                </fill>
-              </Path>
-            </Group>
-          </Group>
-          <Group>
-            <Path scaleX="-1" x="18.05" data="M14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14L1 4Q1 1.0632812 3.875 1L14.15 1">
-              <fill>
-                <LinearGradient x="16.7" y="8.8" scaleX="-7.9" rotation="90">
-                  <GradientEntry ratio="0" color="#FFFFFF" alpha="0"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
+<Graphic flm:originalName="DateChooser/DateChooser_nextMonthUpSkin" version="2.0" afx:className="DateChooser_nextMonthUpSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Arrow" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Group>
+        <Path scaleX="-1" x="18" data="M14.15 1 3.875 1Q1 1.0632812 1 4L1 14Q1 16.95 3.9 17L14.15 17Q17 16.95 17 14L17 4Q17 1.1 14.15 1M18 4 18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0Q18 0 18 4">
+          <fill>
+            <LinearGradient x="-13.65" y="21.7" scaleX="22" rotation="270">
+              <GradientEntry ratio="0" color="#585F63"/>
+              <GradientEntry ratio="1" color="#B7BABC"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Path scaleX="-1" x="18.05" data="M1.1 14 1 4Q1 1.0632812 3.875 1L14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14">
+          <fill>
+            <LinearGradient x="16.3" y="22" scaleX="-22" rotation="90">
+              <GradientEntry ratio="0" color="#E6E6E6" alpha="0.4"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.6"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Group>
+          <Path scaleX="-1" x="18" data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
+            <fill>
+              <SolidColor/>
+            </fill>
+          </Path>
         </Group>
-  <Private/>
+      </Group>
+      <Group>
+        <Path scaleX="-1" x="18.05" data="M14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14L1 4Q1 1.0632812 3.875 1L14.15 1">
+          <fill>
+            <LinearGradient x="16.7" y="8.8" scaleX="-7.9" rotation="90">
+              <GradientEntry ratio="0" color="#FFFFFF" alpha="0"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
 </Graphic>
\ No newline at end of file
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_nextYearDisabledSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_nextYearDisabledSkin.fxg
index 1d258cc..e62786d 100644
--- a/frameworks/themes/AeonGraphical/src/DateChooser_nextYearDisabledSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_nextYearDisabledSkin.fxg
@@ -1,39 +1,37 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
-<Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
-	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
-	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="DateChooser_nextYearDisabledSkin" afx:baseClassName="flash.display.Sprite" >
-        <Group d:type="layer" d:userLabel="Layer 1">
-          <Path data="M12 0 12 12 0 12 0 0 12 0">
-            <fill>
-              <SolidColor color="#5A6165" alpha="0"/>
-            </fill>
-          </Path>
-          <Group>
-            <Path x="-672.5" y="-1041" data="M679.475 1048 680.475 1048 680.475 1049 681.475 1049 681.475 1050 674.5 1050 674.5 1049 675.5 1049 675.5 1048 676.475 1048 676.475 1047 677.475 1047 677.475 1046 678.475 1046 678.475 1047 679.475 1047 679.475 1048">
-              <fill>
-                <SolidColor alpha="0.3019608"/>
-              </fill>
-            </Path>
-          </Group>
-        </Group>
-  <Private/>
+<Graphic flm:originalName="DateChooser/DateChooser_nextYearDisabledSkin" version="2.0" afx:className="DateChooser_nextYearDisabledSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Layer 1" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Path data="M12 0 12 12 0 12 0 0 12 0">
+        <fill>
+          <SolidColor color="#5A6165" alpha="0"/>
+        </fill>
+      </Path>
+      <Group>
+        <Path x="-672.5" y="-1041" data="M679.475 1048 680.475 1048 680.475 1049 681.475 1049 681.475 1050 674.5 1050 674.5 1049 675.5 1049 675.5 1048 676.475 1048 676.475 1047 677.475 1047 677.475 1046 678.475 1046 678.475 1047 679.475 1047 679.475 1048">
+          <fill>
+            <SolidColor alpha="0.3019608"/>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
 </Graphic>
\ No newline at end of file
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_nextYearDownSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_nextYearDownSkin.fxg
new file mode 100644
index 0000000..cb2449e
--- /dev/null
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_nextYearDownSkin.fxg
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!--
+
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+-->
+<Graphic flm:originalName="DateChooser/DateChooser_nextYearDownSkin" version="2.0" afx:className="DateChooser_nextYearDownSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Layer 1" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Path data="M12 0 12 12 0 12 0 0 12 0">
+        <fill>
+          <SolidColor color="#5A6165" alpha="0"/>
+        </fill>
+      </Path>
+      <Group>
+        <Path x="-663.5" y="-1041" data="M670.475 1047 670.475 1048 671.475 1048 671.475 1049 672.475 1049 672.475 1050 665.5 1050 665.5 1049 666.5 1049 666.5 1048 667.475 1048 667.475 1047 668.475 1047 668.475 1046 669.475 1046 669.475 1047 670.475 1047">
+          <fill>
+            <SolidColor color="#0075BE"/>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
+</Graphic>
\ No newline at end of file
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_nextYearOverSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_nextYearOverSkin.fxg
index 044392a..fbf4bdb 100644
--- a/frameworks/themes/AeonGraphical/src/DateChooser_nextYearOverSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_nextYearOverSkin.fxg
@@ -1,39 +1,37 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
-<Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
-	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
-	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="DateChooser_nextYearOverSkin" afx:baseClassName="flash.display.Sprite" >
-        <Group d:type="layer" d:userLabel="Layer 1">
-          <Path data="M12 0 12 12 0 12 0 0 12 0">
-            <fill>
-              <SolidColor color="#5A6165" alpha="0"/>
-            </fill>
-          </Path>
-          <Group>
-            <Path x="2" y="5" data="M5.975 3 6.975 3 6.975 4 0 4 0 3 1 3 1 2 1.975 2 1.975 1 2.975 1 2.975 0 3.975 0 3.975 1 4.975 1 4.975 2 5.975 2 5.975 3">
-              <fill>
-                <SolidColor color="#009DFF"/>
-              </fill>
-            </Path>
-          </Group>
-        </Group>
-  <Private/>
+<Graphic flm:originalName="DateChooser/DateChooser_nextYearOverSkin" version="2.0" afx:className="DateChooser_nextYearOverSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Layer 1" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Path data="M12 0 12 12 0 12 0 0 12 0">
+        <fill>
+          <SolidColor color="#5A6165" alpha="0"/>
+        </fill>
+      </Path>
+      <Group>
+        <Path x="2" y="5" data="M5.975 3 6.975 3 6.975 4 0 4 0 3 1 3 1 2 1.975 2 1.975 1 2.975 1 2.975 0 3.975 0 3.975 1 4.975 1 4.975 2 5.975 2 5.975 3">
+          <fill>
+            <SolidColor color="#009DFF"/>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
 </Graphic>
\ No newline at end of file
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_nextYearUpSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_nextYearUpSkin.fxg
new file mode 100644
index 0000000..c07cbe3
--- /dev/null
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_nextYearUpSkin.fxg
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!--
+
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+-->
+<Graphic flm:originalName="DateChooser/DateChooser_nextYearUpSkin" version="2.0" afx:className="DateChooser_nextYearUpSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Layer 1" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Path data="M12 0 12 12 0 12 0 0 12 0">
+        <fill>
+          <SolidColor color="#5A6165" alpha="0"/>
+        </fill>
+      </Path>
+      <Group>
+        <Path scaleX="1.0000153" x="-4" y="1" data="M10.975 6 11.975 6 11.975 7 12.975 7 12.975 8 6 8 6 7 7 7 7 6 7.975 6 7.975 5 8.975 5 8.975 4 9.975 4 9.975 5 10.975 5 10.975 6">
+          <fill>
+            <SolidColor/>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
+</Graphic>
\ No newline at end of file
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthDisabledSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthDisabledSkin.fxg
index bc1f490..453d89d 100644
--- a/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthDisabledSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthDisabledSkin.fxg
@@ -1,56 +1,54 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
-<Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
-	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
-	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="DateChooser_prevMonthDisabledSkin" afx:baseClassName="flash.display.Sprite" >
-        <Group d:type="layer" d:userLabel="Arrow">
-          <Group>
-            <Path data="M14.15 1 3.875 1Q1 1.0632812 1 4L1 14Q1 16.95 3.9 17L14.15 17Q17 16.95 17 14L17 4Q17 1.1 14.15 1M18 4 18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0Q18 0 18 4">
-              <fill>
-                <LinearGradient x="-13.65" y="21.7" scaleX="22" rotation="270">
-                  <GradientEntry ratio="0" color="#CCCCCC" alpha="0"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Path data="M1.1 14 1 4Q1 1.0632812 3.875 1L14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14">
-              <fill>
-                <LinearGradient x="16.3" y="22" scaleX="-22" rotation="90">
-                  <GradientEntry ratio="0" color="#EEEEEE" alpha="0.65098039"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.75294118"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Group>
-              <Path data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
-                <fill>
-                  <SolidColor alpha="0.40000001"/>
-                </fill>
-              </Path>
-            </Group>
-          </Group>
+<Graphic flm:originalName="DateChooser/DateChooser_prevMonthDisabledSkin" version="2.0" afx:className="DateChooser_prevMonthDisabledSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Arrow" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Group>
+        <Path data="M14.15 1 3.875 1Q1 1.0632812 1 4L1 14Q1 16.95 3.9 17L14.15 17Q17 16.95 17 14L17 4Q17 1.1 14.15 1M18 4 18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0Q18 0 18 4">
+          <fill>
+            <LinearGradient x="-13.65" y="21.7" scaleX="22" rotation="270">
+              <GradientEntry ratio="0" color="#CCCCCC" alpha="0"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Path data="M1.1 14 1 4Q1 1.0632812 3.875 1L14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14">
+          <fill>
+            <LinearGradient x="16.3" y="22" scaleX="-22" rotation="90">
+              <GradientEntry ratio="0" color="#EEEEEE" alpha="0.65098039"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.75294118"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Group>
+          <Path data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
+            <fill>
+              <SolidColor alpha="0.40000001"/>
+            </fill>
+          </Path>
         </Group>
-  <Private/>
+      </Group>
+    </Group>
+  </Group>
 </Graphic>
\ No newline at end of file
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthDownSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthDownSkin.fxg
index 9204fff..6688f72 100644
--- a/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthDownSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthDownSkin.fxg
@@ -1,66 +1,64 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
-<Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
-	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
-	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="DateChooser_prevMonthDownSkin" afx:baseClassName="flash.display.Sprite" >
-        <Group d:type="layer" d:userLabel="Arrow">
-          <Group>
-            <Path data="M14.15 1 3.875 1Q1 1.0632812 1 4L1 14Q1 16.95 3.9 17L14.15 17Q17 16.95 17 14L17 4Q17 1.1 14.15 1M18 4 18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0Q18 0 18 4">
-              <fill>
-                <LinearGradient x="-13.65" y="21.7" scaleX="22" rotation="270">
-                  <GradientEntry ratio="0" color="#0075BF"/>
-                  <GradientEntry ratio="0.99215686" color="#009DFF"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Path data="M1.1 14 1 4Q1 1.0632812 3.875 1L14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14">
-              <fill>
-                <LinearGradient x="16.3" y="22" scaleX="-22" rotation="90">
-                  <GradientEntry ratio="0" color="#99D7FE"/>
-                  <GradientEntry ratio="1" color="#D9F0FE"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Group>
-              <Path data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
-                <fill>
-                  <SolidColor/>
-                </fill>
-              </Path>
-            </Group>
-          </Group>
-          <Group>
-            <Path data="M14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14L1 4Q1 1.0632812 3.875 1L14.15 1">
-              <fill>
-                <LinearGradient x="16.7" y="8.8" scaleX="-7.9" rotation="90">
-                  <GradientEntry ratio="0" color="#FFFFFF" alpha="0"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
+<Graphic flm:originalName="DateChooser/DateChooser_prevMonthDownSkin" version="2.0" afx:className="DateChooser_prevMonthDownSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Arrow" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Group>
+        <Path data="M14.15 1 3.875 1Q1 1.0632812 1 4L1 14Q1 16.95 3.9 17L14.15 17Q17 16.95 17 14L17 4Q17 1.1 14.15 1M18 4 18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0Q18 0 18 4">
+          <fill>
+            <LinearGradient x="-13.65" y="21.7" scaleX="22" rotation="270">
+              <GradientEntry ratio="0" color="#0075BF"/>
+              <GradientEntry ratio="0.99215686" color="#009DFF"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Path data="M1.1 14 1 4Q1 1.0632812 3.875 1L14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14">
+          <fill>
+            <LinearGradient x="16.3" y="22" scaleX="-22" rotation="90">
+              <GradientEntry ratio="0" color="#99D7FE"/>
+              <GradientEntry ratio="1" color="#D9F0FE"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Group>
+          <Path data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
+            <fill>
+              <SolidColor/>
+            </fill>
+          </Path>
         </Group>
-  <Private/>
+      </Group>
+      <Group>
+        <Path data="M14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14L1 4Q1 1.0632812 3.875 1L14.15 1">
+          <fill>
+            <LinearGradient x="16.7" y="8.8" scaleX="-7.9" rotation="90">
+              <GradientEntry ratio="0" color="#FFFFFF" alpha="0"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
 </Graphic>
\ No newline at end of file
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthOverSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthOverSkin.fxg
index c5667b5..7e41cf1 100644
--- a/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthOverSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthOverSkin.fxg
@@ -1,66 +1,64 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
-<Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
-	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
-	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="DateChooser_prevMonthOverSkin" afx:baseClassName="flash.display.Sprite" >
-        <Group d:type="layer" d:userLabel="Arrow">
-          <Group>
-            <Path data="M18 4 18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0Q18 0 18 4M14.15 1 3.875 1Q1 1.0632812 1 4L1 14Q1 16.95 3.9 17L14.15 17Q17 16.95 17 14L17 4Q17 1.1 14.15 1">
-              <fill>
-                <LinearGradient x="-13.65" y="21.7" scaleX="22" rotation="270">
-                  <GradientEntry ratio="0" color="#0075BF"/>
-                  <GradientEntry ratio="0.99215686" color="#009DFF"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Path data="M1.1 14 1 4Q1 1.0632812 3.875 1L14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14">
-              <fill>
-                <LinearGradient x="16.3" y="22" scaleX="-22" rotation="90">
-                  <GradientEntry ratio="0" color="#E6E6E6" alpha="0.4"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.6"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Group>
-              <Path data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
-                <fill>
-                  <SolidColor/>
-                </fill>
-              </Path>
-            </Group>
-          </Group>
-          <Group>
-            <Path data="M14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14L1 4Q1 1.0632812 3.875 1L14.15 1">
-              <fill>
-                <LinearGradient x="16.7" y="8.8" scaleX="-7.9" rotation="90">
-                  <GradientEntry ratio="0" color="#FFFFFF" alpha="0"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
+<Graphic flm:originalName="DateChooser/DateChooser_prevMonthOverSkin" version="2.0" afx:className="DateChooser_prevMonthOverSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Arrow" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Group>
+        <Path data="M18 4 18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0Q18 0 18 4M14.15 1 3.875 1Q1 1.0632812 1 4L1 14Q1 16.95 3.9 17L14.15 17Q17 16.95 17 14L17 4Q17 1.1 14.15 1">
+          <fill>
+            <LinearGradient x="-13.65" y="21.7" scaleX="22" rotation="270">
+              <GradientEntry ratio="0" color="#0075BF"/>
+              <GradientEntry ratio="0.99215686" color="#009DFF"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Path data="M1.1 14 1 4Q1 1.0632812 3.875 1L14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14">
+          <fill>
+            <LinearGradient x="16.3" y="22" scaleX="-22" rotation="90">
+              <GradientEntry ratio="0" color="#E6E6E6" alpha="0.4"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.6"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Group>
+          <Path data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
+            <fill>
+              <SolidColor/>
+            </fill>
+          </Path>
         </Group>
-  <Private/>
+      </Group>
+      <Group>
+        <Path data="M14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14L1 4Q1 1.0632812 3.875 1L14.15 1">
+          <fill>
+            <LinearGradient x="16.7" y="8.8" scaleX="-7.9" rotation="90">
+              <GradientEntry ratio="0" color="#FFFFFF" alpha="0"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
 </Graphic>
\ No newline at end of file
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthUpSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthUpSkin.fxg
index 02bd839..d985d3d 100644
--- a/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthUpSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthUpSkin.fxg
@@ -1,66 +1,64 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
-<Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
-	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
-	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="DateChooser_prevMonthUpSkin" afx:baseClassName="flash.display.Sprite" >
-        <Group d:type="layer" d:userLabel="Arrow">
-          <Group>
-            <Path data="M18 4 18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0Q18 0 18 4M14.15 1 3.875 1Q1 1.0632812 1 4L1 14Q1 16.95 3.9 17L14.15 17Q17 16.95 17 14L17 4Q17 1.1 14.15 1">
-              <fill>
-                <LinearGradient x="-13.65" y="21.7" scaleX="22" rotation="270">
-                  <GradientEntry ratio="0" color="#585F63"/>
-                  <GradientEntry ratio="1" color="#B7BABC"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Path data="M1.1 14 1 4Q1 1.0632812 3.875 1L14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14">
-              <fill>
-                <LinearGradient x="16.3" y="22" scaleX="-22" rotation="90">
-                  <GradientEntry ratio="0" color="#E6E6E6" alpha="0.4"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.6"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Group>
-              <Path data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
-                <fill>
-                  <SolidColor/>
-                </fill>
-              </Path>
-            </Group>
-          </Group>
-          <Group>
-            <Path data="M14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14L1 4Q1 1.0632812 3.875 1L14.15 1">
-              <fill>
-                <LinearGradient x="16.7" y="8.8" scaleX="-7.9" rotation="90">
-                  <GradientEntry ratio="0" color="#FFFFFF" alpha="0"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
+<Graphic flm:originalName="DateChooser/DateChooser_prevMonthUpSkin" version="2.0" afx:className="DateChooser_prevMonthUpSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Arrow" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Group>
+        <Path data="M18 4 18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0Q18 0 18 4M14.15 1 3.875 1Q1 1.0632812 1 4L1 14Q1 16.95 3.9 17L14.15 17Q17 16.95 17 14L17 4Q17 1.1 14.15 1">
+          <fill>
+            <LinearGradient x="-13.65" y="21.7" scaleX="22" rotation="270">
+              <GradientEntry ratio="0" color="#585F63"/>
+              <GradientEntry ratio="1" color="#B7BABC"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Path data="M1.1 14 1 4Q1 1.0632812 3.875 1L14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14">
+          <fill>
+            <LinearGradient x="16.3" y="22" scaleX="-22" rotation="90">
+              <GradientEntry ratio="0" color="#E6E6E6" alpha="0.4"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.6"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Group>
+          <Path data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
+            <fill>
+              <SolidColor/>
+            </fill>
+          </Path>
         </Group>
-  <Private/>
+      </Group>
+      <Group>
+        <Path data="M14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14L1 4Q1 1.0632812 3.875 1L14.15 1">
+          <fill>
+            <LinearGradient x="16.7" y="8.8" scaleX="-7.9" rotation="90">
+              <GradientEntry ratio="0" color="#FFFFFF" alpha="0"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
 </Graphic>
\ No newline at end of file
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_prevYearDisabledSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_prevYearDisabledSkin.fxg
new file mode 100644
index 0000000..b2e2430
--- /dev/null
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_prevYearDisabledSkin.fxg
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!--
+
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+-->
+<Graphic flm:originalName="DateChooser/DateChooser_prevYearDisabledSkin" version="2.0" afx:className="DateChooser_prevYearDisabledSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Layer 1" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Path data="M12 0 12 12 0 12 0 0 12 0">
+        <fill>
+          <SolidColor color="#5A6165" alpha="0"/>
+        </fill>
+      </Path>
+      <Group>
+        <Path x="-672.55" y="-1056" data="M676.525 1058 675.525 1058 675.525 1057 674.525 1057 674.525 1056 681.5 1056 681.5 1057 680.5 1057 680.5 1058 679.525 1058 679.525 1059 678.525 1059 678.525 1060 677.525 1060 677.525 1059 676.525 1059 676.525 1058">
+          <fill>
+            <SolidColor alpha="0.3019608"/>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
+</Graphic>
\ No newline at end of file
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_prevYearDownSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_prevYearDownSkin.fxg
index a725930..997175a 100644
--- a/frameworks/themes/AeonGraphical/src/DateChooser_prevYearDownSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_prevYearDownSkin.fxg
@@ -1,39 +1,37 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
-<Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
-	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
-	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="DateChooser_prevYearDownSkin" afx:baseClassName="flash.display.Sprite" >
-        <Group d:type="layer" d:userLabel="Layer 1">
-          <Path data="M12 0 12 12 0 12 0 0 12 0">
-            <fill>
-              <SolidColor color="#5A6165" alpha="0"/>
-            </fill>
-          </Path>
-          <Group>
-            <Path x="-663.55" y="-1056" data="M672.5 1057 671.5 1057 671.5 1058 670.525 1058 670.525 1059 669.525 1059 669.525 1060 668.525 1060 668.525 1059 667.525 1059 667.525 1058 666.525 1058 666.525 1057 665.525 1057 665.525 1056 672.5 1056 672.5 1057">
-              <fill>
-                <SolidColor color="#0075BE"/>
-              </fill>
-            </Path>
-          </Group>
-        </Group>
-  <Private/>
+<Graphic flm:originalName="DateChooser/DateChooser_prevYearDownSkin" version="2.0" afx:className="DateChooser_prevYearDownSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Layer 1" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Path data="M12 0 12 12 0 12 0 0 12 0">
+        <fill>
+          <SolidColor color="#5A6165" alpha="0"/>
+        </fill>
+      </Path>
+      <Group>
+        <Path x="-663.55" y="-1056" data="M672.5 1057 671.5 1057 671.5 1058 670.525 1058 670.525 1059 669.525 1059 669.525 1060 668.525 1060 668.525 1059 667.525 1059 667.525 1058 666.525 1058 666.525 1057 665.525 1057 665.525 1056 672.5 1056 672.5 1057">
+          <fill>
+            <SolidColor color="#0075BE"/>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
 </Graphic>
\ No newline at end of file
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_prevYearOverSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_prevYearOverSkin.fxg
new file mode 100644
index 0000000..5b18280
--- /dev/null
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_prevYearOverSkin.fxg
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!--
+
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+-->
+<Graphic flm:originalName="DateChooser/DateChooser_prevYearOverSkin" version="2.0" afx:className="DateChooser_prevYearOverSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Layer 1" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Path data="M12 0 12 12 0 12 0 0 12 0">
+        <fill>
+          <SolidColor color="#5A6165" alpha="0"/>
+        </fill>
+      </Path>
+      <Group>
+        <Path x="2" data="M7 1 6 1 6 2 5.025 2 5.025 3 4.025 3 4.025 4 3.025 4 3.025 3 2.025 3 2.025 2 1.025 2 1.025 1 0.025 1 0.025 0 7 0 7 1">
+          <fill>
+            <SolidColor color="#009DFF"/>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
+</Graphic>
\ No newline at end of file
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_prevYearUpSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_prevYearUpSkin.fxg
index 20c520a..98c6315 100644
--- a/frameworks/themes/AeonGraphical/src/DateChooser_prevYearUpSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_prevYearUpSkin.fxg
@@ -1,39 +1,37 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
-<Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
-	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
-	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="DateChooser_prevYearUpSkin" afx:baseClassName="flash.display.Sprite" >
-        <Group d:type="layer" d:userLabel="Layer 1">
-          <Path data="M12 0 12 12 0 12 0 0 12 0">
-            <fill>
-              <SolidColor color="#5A6165" alpha="0"/>
-            </fill>
-          </Path>
-          <Group>
-            <Path rotation="180" scaleX="1.0000153" x="15" y="8" data="M10.975 6 11.975 6 11.975 7 12.975 7 12.975 8 6 8 6 7 7 7 7 6 7.975 6 7.975 5 8.975 5 8.975 4 9.975 4 9.975 5 10.975 5 10.975 6">
-              <fill>
-                <SolidColor/>
-              </fill>
-            </Path>
-          </Group>
-        </Group>
-  <Private/>
+<Graphic flm:originalName="DateChooser/DateChooser_prevYearUpSkin" version="2.0" afx:className="DateChooser_prevYearUpSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Layer 1" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Path data="M12 0 12 12 0 12 0 0 12 0">
+        <fill>
+          <SolidColor color="#5A6165" alpha="0"/>
+        </fill>
+      </Path>
+      <Group>
+        <Path rotation="180" scaleX="1.0000153" x="15" y="8" data="M10.975 6 11.975 6 11.975 7 12.975 7 12.975 8 6 8 6 7 7 7 7 6 7.975 6 7.975 5 8.975 5 8.975 4 9.975 4 9.975 5 10.975 5 10.975 6">
+          <fill>
+            <SolidColor/>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
 </Graphic>
\ No newline at end of file
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_rollOverIndicatorSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_rollOverIndicatorSkin.fxg
index 7cb5ba5..679543a 100644
--- a/frameworks/themes/AeonGraphical/src/DateChooser_rollOverIndicatorSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_rollOverIndicatorSkin.fxg
@@ -1,34 +1,32 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
-<Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
-	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
-	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="DateChooser_rollOverIndicatorSkin" afx:baseClassName="flash.display.Sprite" >
-        <Group d:type="layer" d:userLabel="Layer 1">
-          <Group>
-            <Path x="-692" y="-1072" data="M711.975 1072 711.975 1092 691.975 1092 691.975 1072 711.975 1072">
-              <fill>
-                <SolidColor color="#DAF1FF"/>
-              </fill>
-            </Path>
-          </Group>
-        </Group>
-  <Private/>
+<Graphic flm:originalName="DateChooser/DateChooser_rollOverIndicatorSkin" version="2.0" afx:className="DateChooser_rollOverIndicatorSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Layer 1" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Group>
+        <Path x="-692" y="-1072" data="M711.975 1072 711.975 1092 691.975 1092 691.975 1072 711.975 1072">
+          <fill>
+            <SolidColor color="#DAF1FF"/>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
 </Graphic>
\ No newline at end of file
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_selectionIndicatorSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_selectionIndicatorSkin.fxg
index fcc2d48..5841ea4 100644
--- a/frameworks/themes/AeonGraphical/src/DateChooser_selectionIndicatorSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_selectionIndicatorSkin.fxg
@@ -1,34 +1,32 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
-<Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
-	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
-	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="DateChooser_selectionIndicatorSkin" afx:baseClassName="flash.display.Sprite" >
-        <Group d:type="layer" d:userLabel="Layer 1">
-          <Group>
-            <Path data="M19.975 20 -0.025 20 -0.025 0 19.975 0 19.975 20">
-              <fill>
-                <SolidColor color="#9AD8FF"/>
-              </fill>
-            </Path>
-          </Group>
-        </Group>
-  <Private/>
+<Graphic flm:originalName="DateChooser/DateChooser_selectionIndicatorSkin" version="2.0" afx:className="DateChooser_selectionIndicatorSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Layer 1" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Group>
+        <Path data="M19.975 20 -0.025 20 -0.025 0 19.975 0 19.975 20">
+          <fill>
+            <SolidColor color="#9AD8FF"/>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
 </Graphic>
\ No newline at end of file
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_todayIndicatorSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_todayIndicatorSkin.fxg
index 73190e3..93c22e0 100644
--- a/frameworks/themes/AeonGraphical/src/DateChooser_todayIndicatorSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_todayIndicatorSkin.fxg
@@ -1,34 +1,32 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
-<Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
-	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
-	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="DateChooser_todayIndicatorSkin" afx:baseClassName="flash.display.Sprite" >
-        <Group d:type="layer" d:userLabel="Layer 7">
-          <Group>
-            <Path data="M19.975 20 -0.025 20 -0.025 0 19.975 0 19.975 20">
-              <fill>
-                <SolidColor color="#B7BABC"/>
-              </fill>
-            </Path>
-          </Group>
-        </Group>
-  <Private/>
+<Graphic flm:originalName="DateChooser/DateChooser_todayIndicatorSkin" version="2.0" afx:className="DateChooser_todayIndicatorSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Layer 7" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Group>
+        <Path data="M19.975 20 -0.025 20 -0.025 0 19.975 0 19.975 20">
+          <fill>
+            <SolidColor color="#B7BABC"/>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
 </Graphic>
\ No newline at end of file
diff --git a/frameworks/themes/AeonGraphical/src/PanelTitleBackground.fxg b/frameworks/themes/AeonGraphical/src/PanelTitleBackground.fxg
new file mode 100644
index 0000000..fde72cc
--- /dev/null
+++ b/frameworks/themes/AeonGraphical/src/PanelTitleBackground.fxg
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!--
+
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+-->
+<Graphic flm:originalName="Panels/PanelTitleBackground" version="2.0" afx:className="PanelTitleBackground" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Layer 1" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Group>
+        <Path data="M272 4 272 27.9 271.975 27.9 271.975 27.975 -0.025 27.975 -0.025 7.7 0 7.7 0 4Q0 2.3 1.15 1.15 2.3 0 4 0L268 0Q269.65 0 270.85 1.15 272 2.3 272 4">
+          <fill>
+            <SolidColor color="#E8EAEA" alpha="0"/>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Path data="M272 27 272 28 0 28 0 27 272 27">
+          <fill>
+            <SolidColor color="#ABAEB0" alpha="0"/>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
+</Graphic>
\ No newline at end of file
diff --git a/frameworks/themes/AeonGraphical/src/PopUpButton_DisabledSkin.fxg b/frameworks/themes/AeonGraphical/src/PopUpButton_DisabledSkin.fxg
index 8b8ed34..8a3cfb1 100644
--- a/frameworks/themes/AeonGraphical/src/PopUpButton_DisabledSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/PopUpButton_DisabledSkin.fxg
@@ -20,7 +20,7 @@
 <Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
 	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
 	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="PopUpButton_disabledSkin" afx:baseClassName="flash.display.Sprite" >
+	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="PopUpButton_DisabledSkin" afx:baseClassName="flash.display.Sprite" >
         <Group d:type="layer" d:userLabel="Layer 1">
           <Group>
             <Path data="M144.125 21 3.875 21Q1 20.936719 1 18L1 4Q1 1.0632812 3.875 1L144.125 1Q147 1.0632812 147 4L147 18Q147 20.936719 144.125 21">
diff --git a/frameworks/themes/AeonGraphical/src/ScrollBar_thumbIcon.fxg b/frameworks/themes/AeonGraphical/src/ScrollBar_thumbIcon.fxg
new file mode 100644
index 0000000..156eac2
--- /dev/null
+++ b/frameworks/themes/AeonGraphical/src/ScrollBar_thumbIcon.fxg
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!--
+
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+-->
+<Graphic flm:originalName="Scrollbars/ScrollBar_thumbIcon" version="2.0" afx:className="ScrollBar_thumbIcon" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Layer 1" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Path x="-1" data="M5 3 0 3 0 2 5 2 5 3M5 1 0 1 0 0 5 0 5 1M0 4 5 4 5 5 0 5 0 4M5 6 5 7 0 7 0 6 5 6">
+        <fill>
+          <SolidColor color="#5A6165"/>
+        </fill>
+      </Path>
+    </Group>
+  </Group>
+</Graphic>
\ No newline at end of file
diff --git a/modules/asc/src/java/macromedia/abc/Encoder.java b/modules/asc/src/java/macromedia/abc/Encoder.java
index badf0f8..bb520dc 100644
--- a/modules/asc/src/java/macromedia/abc/Encoder.java
+++ b/modules/asc/src/java/macromedia/abc/Encoder.java
@@ -1109,14 +1109,6 @@
 	{
 		if (opcodePass == 1)
 		{
-			if (opat(1) == OP_setlocal && readIntAt(1) == index)
-			{
-				rewind(1);
-				OP_dup();
-				OP_setlocal(index);
-				return;
-			}
-
 			beginop(OP_getlocal);
 			opcodes.writeU32(index);
 		}
diff --git a/modules/compiler/src/java/flex2/compiler/common/MxmlConfiguration.java b/modules/compiler/src/java/flex2/compiler/common/MxmlConfiguration.java
index afa9e84..55b3eea 100644
--- a/modules/compiler/src/java/flex2/compiler/common/MxmlConfiguration.java
+++ b/modules/compiler/src/java/flex2/compiler/common/MxmlConfiguration.java
@@ -48,6 +48,7 @@
     //
     // 'compiler.mxml.compatibility-version' option
     //
+	public static final int VERSION_4_9_1 = 0x04090001;
 	public static final int VERSION_4_9 = 0x04090000;
 	public static final int VERSION_4_8 = 0x04080000;
 	public static final int VERSION_4_6 = 0x04060000;
@@ -56,7 +57,7 @@
     public static final int VERSION_3_0 = 0x03000000;
     public static final int VERSION_2_0_1 = 0x02000001;
     public static final int VERSION_2_0 = 0x02000000;
-    public static final int CURRENT_VERSION = VERSION_4_9;
+    public static final int CURRENT_VERSION = VERSION_4_9_1;
     public static final int EARLIEST_MAJOR_VERSION = 3;
     public static final int LATEST_MAJOR_VERSION = 4;
     public static final int LATEST_MINOR_VERSION = 9;
diff --git a/modules/compiler/src/java/flex2/tools/VersionInfo.java b/modules/compiler/src/java/flex2/tools/VersionInfo.java
index 4b582cd..f62aa55 100644
--- a/modules/compiler/src/java/flex2/tools/VersionInfo.java
+++ b/modules/compiler/src/java/flex2/tools/VersionInfo.java
@@ -33,7 +33,7 @@
 {
     public static String FLEX_MAJOR_VERSION = "4";
     public static String FLEX_MINOR_VERSION = "9";
-    public static String FLEX_NANO_VERSION  = "0";
+    public static String FLEX_NANO_VERSION  = "1";
     
 	/**
 	 * Lib version is the "version" of the SWC format. Major number changes represent big (although not
diff --git a/modules/swfutils/src/java/flash/graphics/g2d/SpriteGraphics2D.java b/modules/swfutils/src/java/flash/graphics/g2d/SpriteGraphics2D.java
index 67e824f..2fb0ab4 100644
--- a/modules/swfutils/src/java/flash/graphics/g2d/SpriteGraphics2D.java
+++ b/modules/swfutils/src/java/flash/graphics/g2d/SpriteGraphics2D.java
@@ -97,7 +97,8 @@
 	private SpriteGraphics2D(SpriteGraphics2D swf2d)
 	{
 		super((GraphicContext)swf2d.graphicContext.clone());
-		defineTags = new TagList();
+		bounds = new Rect();
+		defineTags = swf2d.getTags();
 	}
 
 	/**
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/svggen/font/resources/Messages.properties b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/svggen/font/resources/Messages.properties
index 29d0131..6fde713 100644
--- a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/svggen/font/resources/Messages.properties
+++ b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/svggen/font/resources/Messages.properties
@@ -19,7 +19,7 @@
 # -----------------------------------------------------------------------------
 
 SVGFont.config.usage = \
-usage: java org.apache.batik.svggen.font.SVGFont <ttf-path> [-l <range-begin>] [-h <range-end>] [-autorange] [-ascii] [-id <id>] [-o <output-path>] [-testcard]
+usage: java org.apache.flex.forks.batik.svggen.font.SVGFont <ttf-path> [-l <range-begin>] [-h <range-end>] [-autorange] [-ascii] [-id <id>] [-o <output-path>] [-testcard]
 
 SVGFont.config.svg.begin = \
 <?xml version="1.0" standalone="no"?> \
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/util/resources/XMLResourceDescriptor.properties b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/util/resources/XMLResourceDescriptor.properties
index 39d6a77..6486da4 100644
--- a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/util/resources/XMLResourceDescriptor.properties
+++ b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/util/resources/XMLResourceDescriptor.properties
@@ -21,4 +21,4 @@
 # -----------------------------------------------------------------------------
 
 #org.xml.sax.driver = org.apache.xerces.parsers.SAXParser
-org.w3c.css.sac.driver = org.apache.batik.css.parser.Parser
+org.w3c.css.sac.driver = org.apache.flex.forks.batik.css.parser.Parser
diff --git a/mustella/Assets/Fonts/Droid/DroidSansFallback.ttf b/mustella/Assets/Fonts/Droid/DroidSansFallback.ttf
new file mode 100644
index 0000000..cfbc66a
--- /dev/null
+++ b/mustella/Assets/Fonts/Droid/DroidSansFallback.ttf
Binary files differ
diff --git a/mustella/Assets/Fonts/Droid/NOTICE.txt b/mustella/Assets/Fonts/Droid/NOTICE.txt
new file mode 100644
index 0000000..1fdb31d
--- /dev/null
+++ b/mustella/Assets/Fonts/Droid/NOTICE.txt
@@ -0,0 +1,195 @@
+Notice for all the files in this folder.
+------------------------------------------------------------
+
+
+
+   Copyright (c) 2005-2008, The Android Open Source Project
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+
diff --git a/mustella/tests/LangPacks/Japanese/SWFs/LangPackApp.mxml b/mustella/tests/LangPacks/Japanese/SWFs/LangPackApp.mxml
index e543bc4..168f931 100644
--- a/mustella/tests/LangPacks/Japanese/SWFs/LangPackApp.mxml
+++ b/mustella/tests/LangPacks/Japanese/SWFs/LangPackApp.mxml
@@ -30,30 +30,10 @@
 	</mx:Script>
 	<mx:Style>
 
-	    @font-face {
-		src: url("../../../../Assets/Fonts/Open_Sans/OpenSans-Regular.ttf");
-		fontFamily: EmbeddedFont;
-			embedAsCFF: false;
-	    }
-
-	    @font-face {
-		src: url("../../../../Assets/Fonts/Open_Sans/OpenSans-Italic.ttf");
-		fontStyle: italic;
-		fontFamily: EmbeddedFont;
-			embedAsCFF: false;
-	    }    
-
-	    @font-face {
-		src: url("../../../../Assets/Fonts/Open_Sans/OpenSans-Bold.ttf");
-		fontWeight: bold;
-		fontFamily: EmbeddedFont;
-			embedAsCFF: false;
-	    }
-
-	    @font-face {
-		src: url("../../../../Assets/Fonts/Open_Sans/OpenSans-BoldItalic.ttf");
-		fontWeight: bold;
-		fontStyle: italic;
+        @namespace mx "library://ns.adobe.com/flex/mx";
+        
+        @font-face {
+		src: url("../../../../Assets/Fonts/Droid/DroidSansFallback.ttf");
 		fontFamily: EmbeddedFont;
 			embedAsCFF: false;
 	    }
@@ -65,10 +45,27 @@
 
 	    .errorTip {
 		fontStyle: normal;
+        fontWeight: normal;
 		fontAntiAliasType: normal;
 		fontFamily: EmbeddedFont;
 	    }
 
+        mx|DateChooser
+        {	
+            weekDayStyleName: "noBoldWeekDayStyle";
+			headerStyleName: "noBoldHeaderStyle"
+        }
+        
+        .noBoldWeekDayStyle
+        {
+			fontWeight: normal;
+            textAlign: "center";
+        }
+		
+        .noBoldHeaderStyle {
+            fontWeight: normal;
+        }
+
 	</mx:Style>
 
 	<components:MyFormatters id="mf" />
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_FieldRequired.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_FieldRequired.png
index d113e8b..c1fa148 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_FieldRequired.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_FieldRequired.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_InvalidCharError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_InvalidCharError.png
index b121a1e..9c9bec1 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_InvalidCharError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_InvalidCharError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_NumberRequired.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_NumberRequired.png
index a2f904b..deea837 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_NumberRequired.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_NumberRequired.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_TypeRequired.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_TypeRequired.png
index 6eae400..35e7e01 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_TypeRequired.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_TypeRequired.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_invalidNumberError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_invalidNumberError.png
index 33bbc1e..b957c4a 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_invalidNumberError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_invalidNumberError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_wrongLengthError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_wrongLengthError.png
index d499d32..107a792 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_wrongLengthError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_wrongLengthError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_wrongTypeError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_wrongTypeError.png
index 2bd5844..42e409b 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_wrongTypeError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CreditCardValidator_wrongTypeError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_currencySymbolError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_currencySymbolError.png
index a735d87..0d25f6e 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_currencySymbolError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_currencySymbolError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_decimalPointCountError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_decimalPointCountError.png
index af74f5c..a45e8e2 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_decimalPointCountError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_decimalPointCountError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_exceedsMaxError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_exceedsMaxError.png
index 881d65d..878373e 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_exceedsMaxError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_exceedsMaxError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_invalidCharError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_invalidCharError.png
index 21366f8..43ea52f 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_invalidCharError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_invalidCharError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_invalidFormatCharsError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_invalidFormatCharsError.png
index 2b095a1..3f74247 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_invalidFormatCharsError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_invalidFormatCharsError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_lowerThanMinError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_lowerThanMinError.png
index fac14c0..2a8211c 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_lowerThanMinError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_lowerThanMinError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_negativeError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_negativeError.png
index 6349e33..fb0043c 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_negativeError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_negativeError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_precisionError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_precisionError.png
index 2b095a1..3f74247 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_precisionError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_precisionError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_separationError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_separationError.png
index 986d29e..011542b 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_separationError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_CurrencyValidator_separationError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateChooser_Japanese_Layout.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateChooser_Japanese_Layout.png
index 1789af4..605443e 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateChooser_Japanese_Layout.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateChooser_Japanese_Layout.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateField_Dropdown_Japanese_Layout.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateField_Dropdown_Japanese_Layout.png
index 9018ed9..2a391c5 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateField_Dropdown_Japanese_Layout.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateField_Dropdown_Japanese_Layout.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateValidator_dateFormat.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateValidator_dateFormat.png
index a5b083f..e5c1f80 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateValidator_dateFormat.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateValidator_dateFormat.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateValidator_formatError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateValidator_formatError.png
index aa1118c..fe6007e 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateValidator_formatError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateValidator_formatError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateValidator_invalidCharError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateValidator_invalidCharError.png
index ff2ac01..8e0320b 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateValidator_invalidCharError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateValidator_invalidCharError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateValidator_wrongDayError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateValidator_wrongDayError.png
index a612910..f9e5ae0 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateValidator_wrongDayError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateValidator_wrongDayError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateValidator_wrongMonthError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateValidator_wrongMonthError.png
index 13baf2d..33a003d 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateValidator_wrongMonthError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateValidator_wrongMonthError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateValidator_wrongYearError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateValidator_wrongYearError.png
index b225816..b46c19c 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateValidator_wrongYearError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateValidator_wrongYearError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidCharError2.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidCharError2.png
index aaa014c..7ee817b 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidCharError2.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidCharError2.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidDomainError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidDomainError.png
index 6dfbf08..b79d4b0 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidDomainError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidDomainError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidDomainError2.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidDomainError2.png
index b3f6ad5..62d7ba2 100755
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidDomainError2.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidDomainError2.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidDomainError_noPeriod.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidDomainError_noPeriod.png
index 91a6641..b46ee59 100755
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidDomainError_noPeriod.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidDomainError_noPeriod.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidIPDomainError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidIPDomainError.png
index 99d6bee..c832b8c 100755
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidIPDomainError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidIPDomainError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidPeriodsInDomainError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidPeriodsInDomainError.png
index 0bdd171..6216ee1 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidPeriodsInDomainError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidPeriodsInDomainError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_missingAtSignError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_missingAtSignError.png
index 98500c0..6ec7e6b 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_missingAtSignError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_missingAtSignError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_missingPeriodInDomainError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_missingPeriodInDomainError.png
index 4fcc7e4..ed6eb9c 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_missingPeriodInDomainError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_missingPeriodInDomainError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_missingUsernameError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_missingUsernameError.png
index 2c5607c..9ead18b 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_missingUsernameError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_missingUsernameError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_tooManyAtSignsError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_tooManyAtSignsError.png
index dc6a790..5f8b522 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_tooManyAtSignsError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_tooManyAtSignsError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_decimalPointCountError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_decimalPointCountError.png
index af74f5c..a45e8e2 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_decimalPointCountError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_decimalPointCountError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_exceedsMaxError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_exceedsMaxError.png
index 0940752..4ca0bb9 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_exceedsMaxError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_exceedsMaxError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_integerError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_integerError.png
index f1e2133..68e25a1 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_integerError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_integerError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_invalidCharError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_invalidCharError.png
index 21366f8..43ea52f 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_invalidCharError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_invalidCharError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_invalidFormatCharsError_Decimal.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_invalidFormatCharsError_Decimal.png
index c326a6a..3f1328a 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_invalidFormatCharsError_Decimal.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_invalidFormatCharsError_Decimal.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_invalidFormatCharsError_Thousand.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_invalidFormatCharsError_Thousand.png
index d0ddb41..b4ac4d9 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_invalidFormatCharsError_Thousand.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_invalidFormatCharsError_Thousand.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_lowerThanMinError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_lowerThanMinError.png
index fac14c0..2a8211c 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_lowerThanMinError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_lowerThanMinError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_negativeError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_negativeError.png
index 6349e33..fb0043c 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_negativeError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_negativeError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_precisionError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_precisionError.png
index 2b095a1..3f74247 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_precisionError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_NumberValidator_precisionError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_PhoneNumberValidator_invalidCharError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_PhoneNumberValidator_invalidCharError.png
index d1fd445..96e59d3 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_PhoneNumberValidator_invalidCharError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_PhoneNumberValidator_invalidCharError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_PhoneNumberValidator_wrongLengthError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_PhoneNumberValidator_wrongLengthError.png
index aa33010..9b4552c 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_PhoneNumberValidator_wrongLengthError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_PhoneNumberValidator_wrongLengthError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_SocialSecurityValidator_invalidCharError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_SocialSecurityValidator_invalidCharError.png
index 665c82d..704ce1e 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_SocialSecurityValidator_invalidCharError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_SocialSecurityValidator_invalidCharError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_SocialSecurityValidator_wrongFormatError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_SocialSecurityValidator_wrongFormatError.png
index d5321a9..0d8d23a 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_SocialSecurityValidator_wrongFormatError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_SocialSecurityValidator_wrongFormatError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_SocialSecurityValidator_zeroStartError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_SocialSecurityValidator_zeroStartError.png
index 79936fe..bbee611 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_SocialSecurityValidator_zeroStartError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_SocialSecurityValidator_zeroStartError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_StringValidator_tooLongError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_StringValidator_tooLongError.png
index 56085f8..1767636 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_StringValidator_tooLongError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_StringValidator_tooLongError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_StringValidator_tooLongError1.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_StringValidator_tooLongError1.png
index 6e9ee9e..41f8795 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_StringValidator_tooLongError1.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_StringValidator_tooLongError1.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_StringValidator_tooShortError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_StringValidator_tooShortError.png
index b60a604..994c4c1 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_StringValidator_tooShortError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_StringValidator_tooShortError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_StringValidator_tooShortError1.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_StringValidator_tooShortError1.png
index 1a6da0b..ff49c55 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_StringValidator_tooShortError1.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_StringValidator_tooShortError1.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_ZipCodeValidator_invalidCharError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_ZipCodeValidator_invalidCharError.png
index 9bd02cf..c8f2d7f 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_ZipCodeValidator_invalidCharError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_ZipCodeValidator_invalidCharError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_ZipCodeValidator_invalidDomainError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_ZipCodeValidator_invalidDomainError.png
index 1388bbb..f00548b 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_ZipCodeValidator_invalidDomainError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_ZipCodeValidator_invalidDomainError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_ZipCodeValidator_wrongCAFormatError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_ZipCodeValidator_wrongCAFormatError.png
index 6b69c43..c90b433 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_ZipCodeValidator_wrongCAFormatError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_ZipCodeValidator_wrongCAFormatError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_ZipCodeValidator_wrongLengthError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_ZipCodeValidator_wrongLengthError.png
index 7dd5b41..83183ee 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_ZipCodeValidator_wrongLengthError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_ZipCodeValidator_wrongLengthError.png
Binary files differ
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_ZipCodeValidator_wrongUSFormatError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_ZipCodeValidator_wrongUSFormatError.png
index 63d7446..7d2d519 100644
--- a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_ZipCodeValidator_wrongUSFormatError.png
+++ b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_ZipCodeValidator_wrongUSFormatError.png
Binary files differ
diff --git a/mustella/tests/gumbo/components/ComboBox/Properties/ComboBox_Properties.mxml b/mustella/tests/gumbo/components/ComboBox/Properties/ComboBox_Properties.mxml
index 3c4d32d..bb11ff0 100644
--- a/mustella/tests/gumbo/components/ComboBox/Properties/ComboBox_Properties.mxml
+++ b/mustella/tests/gumbo/components/ComboBox/Properties/ComboBox_Properties.mxml
@@ -1029,7 +1029,7 @@
                 <AssertPropertyValue target="mainGroup.myCB_array" propertyName="width" value="146"/>
                 <RunCode code="FlexGlobals.topLevelApplication.mainGroup.myCB_array.setTI_22()"/>
                 <Pause timeout="50"/>                
-                <AssertPropertyValue target="mainGroup.myCB_array" propertyName="width" value="110"/>
+                <AssertPropertyValue target="mainGroup.myCB_array" propertyName="width" value="65"/>
             </body>
         </TestCase>         
         
@@ -1041,7 +1041,7 @@
                 <AssertPropertyValue target="mainGroup.myCB_array" propertyName="width" value="146"/>
                 <RunCode code="FlexGlobals.topLevelApplication.mainGroup.myCB_array.setTI_13()"/>
                 <Pause timeout="50"/>                
-                <AssertPropertyValue target="mainGroup.myCB_array" propertyName="width" value="170"/>
+                <AssertPropertyValue target="mainGroup.myCB_array" propertyName="width" value="99"/>
             </body>
         </TestCase>                 
 
diff --git a/mustella/tests/spark/styles/local/baselines/dropShadowVisible_css_Alert.png b/mustella/tests/spark/styles/local/baselines/dropShadowVisible_css_Alert.png
index d3c386b..7f77dc7 100644
--- a/mustella/tests/spark/styles/local/baselines/dropShadowVisible_css_Alert.png
+++ b/mustella/tests/spark/styles/local/baselines/dropShadowVisible_css_Alert.png
Binary files differ
diff --git a/mustella/tests/spark/styles/local/baselines/dropShadowVisible_default_Alert.png b/mustella/tests/spark/styles/local/baselines/dropShadowVisible_default_Alert.png
index 33e304b..3d58cb1 100644
--- a/mustella/tests/spark/styles/local/baselines/dropShadowVisible_default_Alert.png
+++ b/mustella/tests/spark/styles/local/baselines/dropShadowVisible_default_Alert.png
Binary files differ