/* noScript.css 
 =====================================================================
  purpose: 	Sometimes elements are hidden or otherwise modified as an 
  			initial	state so that JavaScript can show/hide/modify that
  			element.  If Javascript is disabled, the css has to 
  			unmodify some of these properties so the content is 
  			viewable.  This file is linked to from inside a <noscript>
  			tag.
 ===================================================================== */

#container{display:none;}
#NoScript{width:850px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-align:center; margin:0 auto; background:#fff; margin-top:50px; line-height:40px; color:#2e2e2e; position:relative;}

#techLibHero {visibility:visible;}

.CategoryList, div#refinementPanel, #searchType .articleList {display:block;} /* from search refinement panel */

#contentType.pigLibraryLanding a.backLink, #contentType.pigLibraryArticle a.backLink {display: inline;}
