/* ==========================================================================
   SSA Internet Explorer Fixes
	 
	 IE-specific rules for fixing non-standard or unsupported CSS
   
   THIS FILE SHOULD NOT BE MINIMIZED/COMPRESSED
	 
	 A member of the SSA Styles library
	 
	 For All Media Types (print media rules are embedded via @media directives
	 
	 Developed By: Craig Cecil, Lockheed Martin, 2011
	 =========================================================================*/

body.fw-thmNeo.fw-thmInfo #fw-container {
	width:expression(document.body.clientWidth > 600? "600px": "auto" );  /* serve to IE6 since it does not recognize max-width */
}	