/* SVN FILE: $Id: empty.css 2011 2008-08-19 06:17:13Z teemow $ */
/**
 * GlobalGuest <http://www.globalguest.de/>
 * Copyright (c)    2008, GlobalGuest Germany GmbH
 *                        Frankenwerft 19, 2nd Floor
 *                        50667 Köln - Deutschland
 * 
 * @copyright        Copyright (c) 2008, GlobalGuest Germany GmbH
 * @link             http://www.globalguest.de/
 * @package          platform
 * @subpackage       views.css
 * @since            v 0.0.9-660
 * @version          $Revision: 2011 $
 * @modifiedby       $LastChangedBy: teemow $
 * @lastmodified     $LastChangedDate: 2008-08-19 08:17:13 +0200 (Di, 19. Aug 2008) $
 * 
 *
 * This empty CSS is only for the FOUC effect 
 *
 * Flash of Unstyled Content (FOUC)
 * What is a FOUC?
 * Some pages that use the CSS @import rule experience a curious display quirk in the Windows version
 * of MS Internet Explorer: a momentary flash of unstyled page content. 
 * The unimaginative creature that I am, I call this phenomenon Flash of Unstyled Content or FOUC for short.
 * 
 * Because this quirk seems to affect only MS Internet Explorer, we're tempted to conclude that IE is just plain wrong.
 * I am not going to jump to that conclusion. It is unclear to me whether or not a FOUC afflicted user agent is
 * in disagreement with any W3C recommendation. Though I can't speak for the W3C, I can say that I would prefer that
 * Internet Explorer ditch the flash of unstyled content.
 * 
 * Source... http://www.bluerobot.com/web/css/fouc.asp 
 */