

/* ---------------------------------------------------------------
 Dr. Mark Greenberg Basic and Print Stylesheet
--------------------------------------------------------------- */

/*fouc*/
html.enhanced body { visibility: hidden; }
html.enhanced-incomplete body { visibility: visible; }

body { font-family:"Segoe UI", Tahoma, Helvetica, "Helvetica Neue", Arial, sans-serif; color:#333; }

/*links*/
a:link { color:#368512; }
a:visited { color:#8dc262; }
a:hover, a:active { color:#2a7801; }

/*forms*/
input.text,textarea { display: block; }
span.required { color:red; }

/*notice*/
#content #overview p.note,#content p.note { padding:10px; border:1px solid #8cc264; margin:1.5em 0; }
#content #overview p.outdated,#content p.outdated { border:1px solid #840505; padding:10px; margin:1.5em 0;  }

/* ---------------------------------------------------------------
Print-only styles
--------------------------------------------------------------- */
@media print {
	#contain { width: auto; margin: 25px; }
	h2.addComment,#comment_form,div.socialData, #whatwerethinking #secondaryContent, #footerInterior, a.enhanced_toggleResult { display:none !important;  }
	.slideShow li, .slideShow li div, .labFeatureItem { position: static !important; display: block !important; opacity: 1 !important; }
	html.enhanced body { visibility: visible; }
}