Index: /FCKeditor/trunk/editor/js/fckadobeair.js
===================================================================
--- /FCKeditor/trunk/editor/js/fckadobeair.js	(revision 1603)
+++ /FCKeditor/trunk/editor/js/fckadobeair.js	(revision 1604)
@@ -148,4 +148,5 @@
 		var _Original_FCKPanel_Window_OnFocus	= FCKPanel_Window_OnFocus ;
 		var _Original_FCKPanel_Window_OnBlur	= FCKPanel_Window_OnBlur ;
+		var _Original_FCK_StartEditor			= FCK.StartEditor ;
 
 		FCKPanel_Window_OnFocus = function( e, panel )
@@ -163,4 +164,13 @@
 			panel._focusTimer = FCKTools.SetTimeout( _Original_FCKPanel_Window_OnBlur, 100, this, [ e, panel ] ) ;
 		}
+		
+		FCK.StartEditor = function()
+		{
+			// Force pointing to the CSS files instead of using the inline CSS cached styles.
+			window.FCK_InternalCSS			= FCKConfig.FullBasePath + 'css/fck_internal.css' ;
+			window.FCK_ShowTableBordersCSS	= FCKConfig.FullBasePath + 'css/fck_showtableborders_gecko.css' ;
+
+			_Original_FCK_StartEditor.apply( this, arguments ) ;
+		}
 	})();
 }
