BODY { margin: 0; padding: 0;}

A { text-decoration: none; }
A:hover { text-decoration: underline; }

HR { display: none; }

/* ---------------------------------------------------- abstract classes -- */

.HorizList { margin: 0; padding: 0; }
.HorizList LI { float: left; list-style-type: none; display: block; }
.HorizList LI A { display: block; }

UL.DotBullet { margin: 0 0 .5em 0; padding: 0 0 0 10px; }
UL.DotBullet LI { list-style: none; padding-left: 6px; background: url(http://archderm.ama-assn.org/icons/dot.79A8BE.gif) 0 .5em no-repeat; margin-bottom: .5em; }


UL.NoBullet { margin: 0 0 .5em 0; padding: 0 0 0 10px; }
UL.NoBullet LI { list-style: none; margin-bottom: .5em; }

.Icon, .Button { vertical-align: middle; }
.Photo { }

.Invisible { display: none; }

.LinkAction { }
.LinkMore { }

.ClearFix { height: 0; clear: both; font-size: 0; }
.BoxFix { }

.Col { }
.Left { }
.Center { }
.Right { }


/* ------------------------------------------------------------ template -- */

#LayoutWrapper { }
#HeaderWrapper { min-width: 965px; }
#BodyWrapper { position: relative; margin: 20px; min-width: 740px; clear: left; }
#MainColumn { margin-right: 140px; }
#SideColumn { width: 120px; position: absolute; top: 0; right: 0; }

* HTML #PageWrapper { width: expression( (document.body.clientWidth > 965) ? 100 + "%" : 965 + "px"	); } /* stupid IE6/win */
* HTML #HeaderWrapper { width: expression( (document.body.clientWidth > 965) ? 100 + "%" : 965 + "px"	); } /* stupid IE6/win */
* HTML #SideColumn { right: 20px; } /* stupid IE/6 win */

#AccessibilityLinks { position: absolute; left: -1000px; top: -1000px; }
#BrowserWarning { display: none; }


/* -------------------------------------------------------------- footer -- */

#FooterWrapper { clear: both; text-align: center; margin: 2em 0; min-width: 740px; }
#FooterWrapper A { color: #33C; }
#FooterWrapper P { margin-bottom: .5em; }
#FooterWrapper P SPAN { border-bottom: 1px solid #000; padding-bottom: 3px; } /* NOTE: this is totally faking it because SPAN is "display: inline" and doesn't take padding correctly. */

* HTML #FooterWrapper P SPAN { padding-bottom: 2px; } /* stupid IE6/win */
*:first-child+HTML #FooterWrapper P SPAN { padding-bottom: 2px; } /* stupid IE7/win */

#FooterNav A { text-transform: uppercase; }
#Copyright { margin-top: 2em; }


/* ----------------------------------------------------------------- ads -- */

.AdWrapper { text-align: center; }
.AdLabel {
        color: #666;
        font-family: 'Lucida Grande', arial, helvetica, sans-serif;
        font-size: 11px;
}

#AdLeaderboard { margin: 5px 0; min-width: 810px; }
#AdLeaderboard A IMG { vertical-align: middle; }

#SideColumn .AdWrapper { margin-bottom: 20px; }
#SideColumn .AdWrapper DIV { margin-top: 3px; }

#Ad120x600 { }
#Ad120x240 { }


/* -------------------------------------------------------------- header -- */
#HeaderWrapper { border-top: 2px solid #8C303D; background: url(http://archderm.ama-assn.org/icons/bg.header.gif) top left repeat-x; }
#archderm-logo { float: left; display: inline; margin: 35px 0 11px 10px; }
.ARCHDERMManuscript#LayoutWrapper #archderm-logo { float: left; display: inline; margin: 35px 0 17px 10px; }

#ArchivesNav { min-height: 39px; }
#ArchivesNav LABEL IMG { vertical-align: middle; }
#ArchivesNav FORM { background: #D4D4D4 url(http://archderm.ama-assn.org/icons/bg.header.curve.bot.gif) bottom left no-repeat; float: right; padding: 10px 15px 9px 12px; min-height: 20px; max-width: 575px; position: relative; }
#ArchivesNav FORM SPAN { position: absolute; top: 11px; left: -11px; display: block; width: 11px; height: 11px; background: #FFF url(http://archderm.ama-assn.org/icons/bg.header.curve.top.gif) top left no-repeat; }
#ArchivesNav .LinkMore { font-weight: bold; text-transform: uppercase; color: #53859F; margin-left: 8px; }

* HTML #ArchivesNav { height: 39px; } /* stupid IE6/win */
* HTML #ArchivesNav FORM { padding-top: 8px; height: 20px; } /* stupid IE6/win */
*:first-child+HTML #ArchivesNav FORM { padding-top: 8px; } /* stupid IE7/win */

#SiteSearch { margin-top: 25px; float: right; clear: right; }
#SiteSearch FORM { padding: 0 15px 0 0; }
#SiteSearch LABEL { color: #B61010; font-weight: bold; text-transform: uppercase; }
#SiteSearch .TextInput { width: 150px; }
#SiteSearch .LinkMore { color: #53859F; margin-left: 8px; }

#UserToolbar { clear: both; text-align: right; margin: 0 15px 4px 0; }
#UserToolbar A { color: #33C; }

#MainNav { background: #9CCF63; position: relative; /* min-height: 1.625em; */}
#MainNav UL { /* min-height: 1.625em; */ }
#MainNav UL LI { font-size: 91%; text-transform: uppercase; border-right: 1px solid #FFF; }
#MainNav UL LI A { color: #FFF; padding: .85em 5px; background-color: #9CCF63; background-position: 50% 50%; background-repeat: no-repeat; height: 1em; }
#MainNav UL LI A:hover { background-color: #105D42; text-decoration: none; }
#MainNav UL LI.Active A { /* background-color: #83AACE; */ background-color: #105D42; }
#MainNav UL LI.Active A:hover { /* background-color: #83AACE; */ text-decoration: none; }
#MainNav UL LI A SPAN { position: absolute; top: -1000px; left: -1000px; font-size: 0; }
#MainNav FORM { position: absolute; top: .45em; right: 15px;  margin-left: 550px; }
#MainNav LABEL { font-size: 91%; color: #B61010; font-weight: bold; text-transform: uppercase; margin-left: 10px; vertical-align: middle; }

* HTML #MainNav { height: 2.4em; overflow: hidden; } /* stupid IE6/win */
* HTML #MainNav LABEL { vertical-align: middle; } /* stupid IE6/win */
* HTML #MainNav FORM { top: .32em; } /* stupid IE6/win */
*:first-child+HTML #MainNav FORM { top: .32em; } /* stupid IE7/win */
*:first-child+HTML #MainNav UL { min-height: 1.625em; } /* stupid IE7/win */

#nav_home A { width: 40px; background-image: url(http://archderm.ama-assn.org/icons/nav/home.0.gif); }
#nav_current-issue A { width: 88px; background-image: url(http://archderm.ama-assn.org/icons/nav/current-issue.0.gif); }
#nav_past-issues A { width: 74px; background-image: url(http://archderm.ama-assn.org/icons/nav/past-issues.0.gif); }
#nav_collections A { width: 118px; background-image: url(http://archderm.ama-assn.org/icons/nav/collections.0.gif); }
#nav_cme A { width: 22px; background-image: url(http://archderm.ama-assn.org/icons/nav/cme.0.gif); }

#nav_careernet A { width: 95px; background-image: url(http://archderm.ama-assn.org/icons/nav/careernet.0.gif); } 

#nav_submit A { width: 42px; background-image: url(http://archderm.ama-assn.org/icons/nav/submit.0.gif); }
#nav_subscribe A { width: 65px; background-image: url(http://archderm.ama-assn.org/icons/nav/subscribe.0.gif); }
#nav_help A { width: 29px; background-image: url(http://archderm.ama-assn.org/icons/nav/help.0.gif); }

#nav_home.Active A,
#nav_home A:hover { background-image: url(http://archderm.ama-assn.org/icons/nav/home.1.gif); }
#nav_current-issue.Active A,
#nav_current-issue A:hover { background-image: url(http://archderm.ama-assn.org/icons/nav/current-issue.1.gif); }
#nav_past-issues.Active A,
#nav_past-issues A:hover { background-image: url(http://archderm.ama-assn.org/icons/nav/past-issues.1.gif); }
#nav_collections.Active A,
#nav_collections A:hover { background-image: url(http://archderm.ama-assn.org/icons/nav/collections.1.gif); }
#nav_cme.Active A,
#nav_cme A:hover { background-image: url(http://archderm.ama-assn.org/icons/nav/cme.1.gif); }

#nav_careernet.Active A,
#nav_careernet A:hover { background-image: url(http://archderm.ama-assn.org/icons/nav/careernet.1.gif); }

#nav_submit.Active A,
#nav_submit A:hover { background-image: url(http://archderm.ama-assn.org/icons/nav/submit.1.gif); }
#nav_subscribe.Active A,
#nav_subscribe A:hover { background-image: url(http://archderm.ama-assn.org/icons/nav/subscribe.1.gif); }
#nav_help.Active A,
#nav_help A:hover { background-image: url(http://archderm.ama-assn.org/icons/nav/help.1.gif); }


/* BEGIN: Manuscript Nav */

#nav_manuscript-home A { width: 105px; background-image: url(http://archderm.ama-assn.org/icons/nav/nav.manuscript-home.0.gif); }
#nav_author-instructions A { width: 132px; background-image: url(http://archderm.ama-assn.org/icons/nav/nav.author-instructions.0.gif); }
#nav_reviewer-instructions A { width: 145px; background-image: url(http://archderm.ama-assn.org/icons/nav/nav.reviewer-instructions.0.gif); }
#nav_help A { width: 29px; background-image: url(http://archderm.ama-assn.org/icons/nav/nav.help.0.gif); }
#nav_tips A { width: 27px; background-image: url(http://archderm.ama-assn.org/icons/nav/nav.tips.0.gif); }
#nav_logout A { width: 44px; background-image: url(http://archderm.ama-assn.org/icons/nav/nav.logout.0.gif); }
#nav_journal-home A { width: 85px; background-image: url(http://archderm.ama-assn.org/icons/nav/nav.journal-home.0.gif); }


#nav_manuscript-home.Active A,
#nav_manuscript-home A:hover { background-image: url(http://archderm.ama-assn.org/icons/nav/nav.manuscript-home.1.gif); }
#nav_author-instructions.Active A,
#nav_author-instructions A:hover { background-image: url(http://archderm.ama-assn.org/icons/nav/nav.author-instructions.1.gif); }
#nav_reviewer-instructions.Active A,
#nav_reviewer-instructions A:hover { background-image: url(http://archderm.ama-assn.org/icons/nav/nav.reviewer-instructions.1.gif); }
#nav_help.Active A,
#nav_help A:hover { background-image: url(http://archderm.ama-assn.org/icons/nav/nav.help.1.gif); }
#nav_tips.Active A,
#nav_tips A:hover { background-image: url(http://archderm.ama-assn.org/icons/nav/nav.tips.1.gif); }
#nav_logout.Active A,
#nav_logout A:hover { background-image: url(http://archderm.ama-assn.org/icons/nav/nav.logout.1.gif); }
#nav_journal-home.Active A,
#nav_journal-home A:hover { background-image: url(http://archderm.ama-assn.org/icons/nav/nav.journal-home.1.gif); }

/* END: Manuscript Nav */



/* ---------------------------------------------------------------- home -- */

.ARCHDERMHome H1 { text-transform: uppercase; }
.ARCHDERMHome H1 SPAN { text-transform: none; font-weight: normal; }


.ARCHDERMHome #current-issue { margin-bottom: 15px; position: relative; }
.ARCHDERMHome #current-issue H1 { color: #B61010; }
.ARCHDERMHome #current-issue H1 SPAN { color: #000; }

.ARCHDERMHome H3.special { font-size: 128%; color: #000; line-height: 150%;}

.ARCHDERMHome #cover-image { position: absolute; right: 10px; border: 1px solid #9DB6C7; margin-left: 40px; }
.ARCHDERMHome #in-this-issue { background: #f5f5f5; padding: 10px; min-height: 245px; }

.ARCHDERMHome #in-this-issue H3 { margin-right: 216px; font-weight: normal; line-height: 150%; }
.ARCHDERMHome #in-this-issue H3 SPAN { font-weight: normal; font-style: normal; }
.ARCHDERMHome #in-this-issue UL.mainList { margin: 0 0 .5em 0; padding: 0 0 0 10px; }
.ARCHDERMHome #in-this-issue UL.mainList li { list-style: none; padding-left: 6px; background: url(http://archderm.ama-assn.org/icons/dot.79A8BE.gif) 0 .5em no-repeat; margin-bottom: .5em; margin-right: 216px; font-size: 120%; line-height: 112%; }
.ARCHDERMHome #in-this-issue LI A { color: #002f67; font-weight: normal; }

* HTML .ARCHDERMHome #cover-image { right: 170px; top: 33px; } /* stupid IE6/win */
* HTML .ARCHDERMHome #in-this-issue { height: 245px; } /* stupid IE6/win */

/*replication of H1 tag for homepage explore and interact/top content box heading in XHTML added by PK 10/08 */

.exploreboxtitle { font-size: 128%; 
			margin: 0 0 .5em 0; padding: 0;
			text-transform: uppercase;
			font-weight:bold;
			padding-top: 5px;			
			}

.topboxtitle { font-size: 128%; 
			text-transform: uppercase;
			font-weight:bold;			
			padding: 5px 0 4px 10px; margin: 0;
			}

.toplinks 
{
		text-transform: uppercase; 
		font-size: 11px;
}

/* ---------------------------------------------------------------- early release box sometimes used on home pages -- */



.ARCHDERMHome #ertitle {
	padding-bottom: 0;
	padding-top: 5px;
	padding-left: 0;
	margin-left: 12px;
	padding-bottom: 8px;
	text-align: left;

}


.ARCHDERMHome #ertitle SPAN {
	font-weight: bold;
	font-size: 128%;
	color: #002f67;
	
}

.ARCHDERMHome #early-release-box { 
	background: #e7f3df; 
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	margin-top: 0;
	border: 1px solid #3a5e8a; 
	}



.ARCHDERMHome #early-release-box LI { 
	font-size: 120%;
	line-height: 125%;
	}


.ARCHDERMHome #early-release-box LI A { 
	color: #002f67; 
	/*font-size: 11px;*/
	}



/*--- Express label formatting using text added CH 11/08-----------------------------------------*/

.express { 
                font-family:verdana,arial,helvetica,sans-serif; 
                color:#cc0000; 
                font-size:9px; 
				font-weight:bold;
                text-transform:uppercase; 
                letter-spacing:.005em; 
                padding-left:6px; 
                display:inline;
              }

/*---------- Red font style for theme issue heading added PK 11/08-----------------------*/



.theme {     
         color: #B61010;    
  	     display:inline;
		}


/*---------- new subscript and superscript styles added CM 03/10-----------------------*/


.subscript {
	font-size: .75em;
	vertical-align: 0;
    position: relative;
   top: 0.25em;
}

.superscript {
	font-size: .75em;
	vertical-align: 0;
    position: relative;
    bottom: 0.4em;
}







/* explore/interact: common properties */
.ARCHDERMHome #explore-interact { padding-top: 5px; margin-bottom: 15px; margin-right: 40%; }
.ARCHDERMHome #explore-interact .Item { float: left; width: 50%; }
.ARCHDERMHome #explore-interact .Item .BoxFix { border: 1px solid #E9D6D9; padding: 5px; margin: 0 3px 15px 0; }
.ARCHDERMHome #explore-interact .Item A { color: #6290BA; }
.ARCHDERMHome #explore-interact .Item H2 { text-transform: uppercase; padding-left: 30px; min-height: 25px; background-repeat: no-repeat; background-position: 0 0; }
.ARCHDERMHome #explore-interact .Item H2 A { color: #036; height: 25px; display: table-cell; vertical-align: middle; }
.ARCHDERMHome #explore-interact .Item H3 { margin: 0 10px .5em 10px; }
.ARCHDERMHome #explore-interact .Item P { margin: 0 10px 1em 10px; }
.ARCHDERMHome #explore-interact .Item .LinkAction { font-weight: bold;
text-align: right; font-size: 82%; text-transform: uppercase; margin-left: 10px; }
* HTML .ARCHDERMHome #explore-interact { display: inline; zoom: 1;margin-right: 0; } /* stupid IE6/win */
* HTML .ARCHDERMHome #explore-interact .Item { width: 49.9%; } /* stupid IE6/win */
* HTML .ARCHDERMHome #explore-interact H1 { padding-top: 5px; } /* stupid IE6/win */
* HTML .ARCHDERMHome #explore-interact .Item H2 { height: 25px; } /* stupid IE6/win */
*:first-child+HTML .ARCHDERMHome #explore-interact { zoom: 1; margin-right: 0; } /* stupid IE7/win */
*:first-child+HTML .ARCHDERMHome #explore-interact .Item { width: 49.9%; } /* stupid IE7/win */

.ARCHDERMHome #explore-interact .RowWrapper { clear: left; margin-bottom: 15px; background: url(http://archderm.ama-assn.org/icons/bg.row-wrapper.E9D6D9.gif) 50%
100% no-repeat; border-left: 1px solid #E9D6D9; border-right: 1px solid #E9D6D9; margin-right: 6px; }
.ARCHDERMHome #explore-interact .RowWrapper .Item .BoxFix { margin-bottom: 0; border: 1px solid transparent; border-top: 1px solid
#E9D6D9; }
.ARCHDERMHome #explore-interact .RowWrapper .Left .BoxFix { margin-right: 0 !important; }
.ARCHDERMHome #explore-interact .RowWrapper .Right .BoxFix { margin-right: 0 !important; margin-left: 6px; }
.ARCHDERMHome #explore-interact .RowWrapper .ClearFix { clear: left; }
* HTML .ARCHDERMHome #explore-interact .RowWrapper { zoom: 1; margin-right: 3px; }
* HTML .ARCHDERMHome #explore-interact .RowWrapper .Item .BoxFix { border: none; border-top: 1px solid #E9D6D9; }

.ARCHDERMHome #explore-interact .Item#clinician-corner H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/clinician-corner.gif); }
.ARCHDERMHome #explore-interact .Item#podcast H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/podcast.gif); }
.ARCHDERMHome #explore-interact .Item#author-in-the-room H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/author-in-the-room.gif); }

/* explore/interact: patient page */
.ARCHDERMHome #explore-interact .Item#patient-page H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/patient-page.gif); position: relative; }
.ARCHDERMHome #explore-interact .Item#patient-page H2 .Icon { position: absolute; top: 0; right: 0; }
.ARCHDERMHome #explore-interact .Item#patient-page P { margin-bottom: .5em; }
.ARCHDERMHome #explore-interact .Item#patient-page .Photo { margin: 1px; }
.ARCHDERMHome #explore-interact .Item#patient-page .LinkAction { text-align: left; text-transform: none; margin-bottom: .5em; position: static; }
/* i can't believe how buggy IE/win is... */
* HTML .ARCHDERMHome #explore-interact .Item#patient-page .BoxFix { background: url(http://archderm.ama-assn.org/icons/misc/free.gif) 97% 5px no-repeat; }
* HTML .ARCHDERMHome #explore-interact .Item#patient-page H2 { position: static; }
* HTML .ARCHDERMHome #explore-interact .Item#patient-page H2 .Icon { right: 5px; }
*:first-child+HTML .ARCHDERMHome #explore-interact .Item#patient-page .BoxFix { background: url(http://archderm.ama-assn.org/icons/misc/free.gif) 97% 5px no-repeat; }
*:first-child+HTML .ARCHDERMHome #explore-interact .Item#patient-page H2 { position: static; }
*:first-child+HTML .ARCHDERMHome #explore-interact .Item#patient-page H2 .Icon { display: none; }

/* explore/interact: video news release */
.ARCHDERMHome #explore-interact .Item#video-news-release H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/video-news-release.gif); }
.ARCHDERMHome #explore-interact .Item#video-news-release .LinkAction { text-transform: none; }
.ARCHDERMHome #explore-interact .Item#video-news-release .LinkAction .Icon { border-right: 4px solid #FFF; } /* NOTE: hacky, but works */
.ARCHDERMHome #explore-interact .Item#video-news-release .LinkAction A { white-space: nowrap; }

/* explore/interact: new icons */
.ARCHDERMHome #explore-interact .Item#art-and-images-in-psychiatry H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/art-and-images-in-psychiatry.gif); }
.ARCHDERMHome #explore-interact .Item#articles-for-residents H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/articles-for-residents.gif); }
.ARCHDERMHome #explore-interact .Item#cover-art-pediatrics H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/cover-art-pediatrics.gif); }
.ARCHDERMHome #explore-interact .Item#early-release H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/early-release.gif); }
.ARCHDERMHome #explore-interact .Item#email-alert H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/email-alert.gif); }
.ARCHDERMHome #explore-interact .Item#evidence-based-dermatology H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/evidence-based-dermatology.gif); }
.ARCHDERMHome #explore-interact .Item#mag_eye H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/mag_eye.gif); }
.ARCHDERMHome #explore-interact .Item#evidence-based-pediatrics H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/evidence-based-pediatrics.gif); }
.ARCHDERMHome #explore-interact .Item#my-folder H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/my-folder.gif); }
.ARCHDERMHome #explore-interact .Item#on-my-mind H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/on-my-mind.gif); }
.ARCHDERMHome #explore-interact .Item#powerpoint H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/powerpoint.gif); }
.ARCHDERMHome #explore-interact .Item#rss H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/rss.gif); }
.ARCHDERMHome #explore-interact .Item#you-make-the-diagnosis H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/you-make-the-diagnosis.gif); }
.ARCHDERMHome #explore-interact .Item#jama-cme-btn H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/jama_cme_btn.jpg); }
.ARCHDERMHome #explore-interact .Item#jama-early-release-btn H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/jama_early_release_btn.jpg); }
.ARCHDERMHome #explore-interact .Item#jama-express-btn H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/jama_express_btn.jpg); }
.ARCHDERMHome #explore-interact .Item#jama-video-btn H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/jama_video_btn.jpg); }
.ARCHDERMHome #explore-interact .Item#icon-ct-scan H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/icon.ct_scan.gif); }
.ARCHDERMHome #explore-interact .Item#icon-send-friend H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/icon.send_friend.gif); }
.ARCHDERMHome #explore-interact .Item#icon-topics H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/icon.topics.gif); }
.ARCHDERMHome #explore-interact .Item#icon-microscope H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/microscope.gif); }
.ARCHDERMHome #explore-interact .Item#icon-calendar-events H2 { background-image: url(http://archderm.ama-assn.org/icons/misc/icon.calendar-events.gif); }
.ARCHDERMHome #explore-interact .Item .BoxFix { min-height: 12em !important; }
* HTML .ARCHDERMHome #explore-interact .Item .BoxFix { height: 12em !important; } /* fix for IE6/win */


/* explore/interact: audio icon and no icon h4 style*/
.ARCHDERMHome #explore-interact .Item#audio-feature H2, .ARCHDERMHome #explore-interact .Item H2#audio-feature { background-image: url(http://archderm.ama-assn.org/images/audio-icon.gif); }

.ARCHDERMHome #explore-interact .Item#clinician-corner H2.no-icon, .ARCHDERMHome #explore-interact .Item#audio-feature H2.no-icon { background: none; padding-left: 10px; margin: 0 0 0.5em 0; }
.ARCHDERMHome #explore-interact .Item#patient-page H2.no-icon, .ARCHDERMHome #explore-interact .Item#patient-page H2.no-icon { background: none; padding-left: 10px; margin: 0 0 0.5em 0; }




.ARCHDERMHome #top-content { float: right; margin-bottom: 15px; width: 40%; }
.ARCHDERMHome #top-content .BoxFix { border: 1px solid #E9D6D9; padding-bottom: 2px; }
.ARCHDERMHome #top-content H1 { padding: 5px 0 4px 10px; margin: 0; }
.ARCHDERMHome #top-content .Item { border-top: 1px solid #E9D6D9; margin-top: 2px; }
.ARCHDERMHome #top-content .Active { min-height: 33em; }
.ARCHDERMHome #top-content H2 { text-transform: uppercase; margin: 0; background: #F5F5F5 url(http://archderm.ama-assn.org/icons/arrow.254970.rt.gif) 8px .65em no-repeat; margin-top: 2px; }
.ARCHDERMHome #top-content H2 A { display: block; padding: 5px 0 7px 20px; }
.ARCHDERMHome #top-content UL { padding-left: 20px; padding-right: 10px; }
.ARCHDERMHome #top-content LI A { color: #4E697C; }

* HTML .ARCHDERMHome #top-content .BoxFix { zoom: 1; } /* stupid IE6/win */
*:first-child+HTML .ARCHDERMHome #top-content .BoxFix { zoom: 1; } /* stupid IE7/win */
* HTML .ARCHDERMHome #top-content H2 { background-position: 8px .75em; } /* stupid IE6/win */
*:first-child+HTML .ARCHDERMHome #top-content H2 { background-position: 8px .75em; } /* stupid IE7/win */
* HTML .ARCHDERMHome #top-content .Active { height: 33em; } /* stupid IE6/win */

/*
	NOTE: the following rules have been moved to the HTML file and changed 
	into dynamically created CSS rules to enable the content to display with 
	javascript disabled.

.ARCHDERMHome #top-content .Item UL { display: none; }
.ARCHDERMHome #top-content .Active H2 { background: #FFF url(http://archderm.ama-assn.org/icons/arrow.254970.dn.gif) 6px .85em no-repeat; }
.ARCHDERMHome #top-content .Active H2 A:hover { text-decoration: none; }
.ARCHDERMHome #top-content .Active UL { display: block; }
*/

.ARCHDERMHome #related-sites { border: 1px solid #E9D6D9; padding: 5px 10px; margin: 15px 0; clear: both; }
.ARCHDERMHome #related-sites H3 { text-transform: uppercase; }
.ARCHDERMHome #related-sites .Col { float: left; }
.ARCHDERMHome #related-sites .Left { width: 30%; }
.ARCHDERMHome #related-sites .Center { width: 40%; }
.ARCHDERMHome #related-sites .Right { width: 30%; }
.ARCHDERMHome #related-sites LI A { color: #6290BA; font-weight: bold; }

.ARCHDERMHome #stay-connected { float: left; width: 49.5%; background-color:#f5f5f5; min-height:135px;  }
.ARCHDERMHome #stay-connected .BoxFix { padding: 15px 15px 15px 90px; background: url(http://archderm.ama-assn.org/icons/misc/stay-connected.gif) 15px 15px no-repeat; margin-right: 5px; }
.ARCHDERMHome #stay-connected H2 { text-transform: uppercase; }
.ARCHDERMHome #stay-connected UL { margin-bottom: 0; }
.ARCHDERMHome #stay-connected LI A { color: #3B74A9; }

.ARCHDERMHome #call-for-papers { float: right; width: 49.5%; background-color:#f5f5f5; min-height:135px; }
.ARCHDERMHome #call-for-papers .BoxFix { padding: 15px 15px 15px 90px; background: url(http://archderm.ama-assn.org/icons/misc/call-for-papers.gif) 15px 15px no-repeat; margin-left: 5px; }
.ARCHDERMHome #call-for-papers H2 { text-transform: uppercase; }
.ARCHDERMHome #call-for-papers P { margin: 0; }


/*  advanced search dropdown menu widths for section and collections dropdowns */


#hwForm_search_sectiononly {
	width: 360px;
}

#hwForm_collection {
	width: 360px;

}



* HTML .ARCHDERMHome #stay-connected,
* HTML .ARCHDERMHome #call-for-papers { width: 49.5%; } /* IE6/win rounding error */
*:first-child+HTML .ARCHDERMHome #stay-connected,
*:first-child+HTML .ARCHDERMHome #call-for-papers { width: 49.5%; } /* IE7/win rounding error */

.ARCHDERMHome #explore-interact .NoIcon H2 { background-image: none !important; padding-left: 10px; }

/*.ARCHDERMHome #bottom-boxes { background:url(http://archderm.ama-assn.org/icons/bg.row-wrapper.F5F5F5.gif) 50% 0 repeat-y; }*/
* HTML .ARCHDERMHome #bottom-boxes { zoom: 1; } /* stupid IE6/win */
*:first-child+HTML .ARCHDERMHome #bottom-boxes { zoom: 1; } /* stupid IE7/win */


.ARCHDERMSecondLevel IMG,
.ARCHDERMSecondLevel A IMG { border: none; }

.ARCHDERMSecondLevel H1, .ARCHDERMSecondLevel H2, .ARCHDERMSecondLevel H3, .ARCHDERMSecondLevel H4, .ARCHDERMSecondLevel H5, .ARCHDERMSecondLevel H6 { margin: 0 0 .5em 0; padding: 0; }

.ARCHDERMSecondLevel H1 { font-size: 128%; }
.ARCHDERMSecondLevel H2 { font-size: 100%; }
.ARCHDERMSecondLevel H3 { font-size: 100%; }

.ARCHDERMSecondLevel P { margin-top: 0; }

.ARCHDERMSecondLevel UL, .ARCHDERMSecondLevel OL { margin-top: 0; margin-bottom: 1em; }





/* incredibly stupid IE6/win ignorees the padding on the following A elements when in quirks mode */
* HTML .ARCHDERMSecondLevel #MainNav UL LI A { height: 2.6em; }
* HTML .ARCHDERMSecondLevel #nav_home A { width: 50px; }
* HTML .ARCHDERMSecondLevel #nav_current-issue A { width: 98px; }
* HTML .ARCHDERMSecondLevel #nav_past-issues A { width: 84px; }
* HTML .ARCHDERMSecondLevel #nav_collections A { width: 128px; }
* HTML .ARCHDERMSecondLevel #nav_cme A { width: 32px; }

* HTML .ARCHDERMSecondLevel #nav_careernet A { width: 105px; }

* HTML .ARCHDERMSecondLevel #nav_submit A { width: 52px; }
* HTML .ARCHDERMSecondLevel #nav_subscribe A { width: 75px; }
* HTML .ARCHDERMSecondLevel #nav_help A { width: 39px; }

.ARCHDERMSecondLevel FORM { margin: 0; padding: 0; }
.ARCHDERMSecondLevel INPUT, .ARCHDERMSecondLevel SELECT { vertical-align: middle; }
.ARCHDERMSecondLevel SELECT { font-size: 100%; }

.ARCHDERMSecondLevel#LayoutWrapper { font-family: 'Lucida Grande', arial, helvetica, sans-serif; color: #000; font-size: 68.75%; }


/* BEGIN: Manuscript Styles */

.ARCHDERMManuscript #HeaderWrapper { min-width: 975px; }
* HTML .ARCHDERMManuscript #PageWrapper { width: expression( (document.body.clientWidth > 975) ? 100 + "%" : 975 + "px"	); } /* stupid IE6/win */
* HTML .ARCHDERMManuscript #HeaderWrapper { width: expression( (document.body.clientWidth > 975) ? 100 + "%" : 975 + "px"	); } /* stupid IE6/win */

.ARCHDERMManuscript#LayoutWrapper { font-family: 'Lucida Grande', arial, helvetica, sans-serif; color: #000; }

.ARCHDERMManuscript #ArchivesNav LABEL { margin-top: 3px; display: block; }

.ARCHDERMManuscript IMG,
.ARCHDERMManuscript A IMG { border: none; }

.ARCHDERMManuscript H1, .ARCHDERMManuscript H2, .ARCHDERMManuscript H3, .ARCHDERMManuscript H4, .ARCHDERMManuscript H5, .ARCHDERMManuscript H6 { margin: 0 0 .5em 0; padding: 0; }
.ARCHDERMManuscript P { margin-top: 0; }
.ARCHDERMManuscript UL, .ARCHDERMManuscript OL { margin-top: 0; margin-bottom: 1em; }

.ARCHDERMManuscript FORM { margin: 0; padding: 0; }
.ARCHDERMManuscript INPUT, .ARCHDERMManuscript SELECT { vertical-align: middle; }
.ARCHDERMManuscript SELECT { font-size: 91%; }

/* END: Manuscript Styles */


@media print {
	.AdWrapper, #MainNav, #ArchivesNav, #SiteSearch, #FooterNav, #UserToolbar { display: none; }
	#HeaderWrapper, #BodyWrapper { width: auto; max-width: 100%; min-width: 0; margin: 0; }
	#MainColumn { margin: 0; width: auto; }
	#archderm-logo { float: none; display: block; margin: 0; }
	#HeaderWrapper { border-top: none; background: none; margin-bottom: 1em; }
	* HTML .ARCHDERMHome #cover-image { right: 0; } /* stupid IE6/win */
	* HTML .ARCHDERMHome #in-this-issue LI { zoom: 1; } /* stupid IE6/win */
	.ARCHDERMHome #top-content .Active { min-height: 0; }
	.ARCHDERMHome #stay-connected .BoxFix, .ARCHDERMHome #call-for-papers .BoxFix { padding: 15px; }
	.ARCHDERMHome #explore-interact .Item H2 { padding: 0; }
	.ARCHDERMHome #explore-interact .Item H2 A { display: block; height: auto; }
}

/*Class used for padding of help pages within the frameset for all journals with the exception of Pubs*/
.help_padding {padding:15px 10px;}

/*-----Classes associated to format miscellaneous pages with XHTML compliance added PK 10/08---------------- */

.container {			
			margin:0px;
			padding:0px;
	}

h1.heading {
			font-family:verdana,arial,helvetica,sans-serif; color: #006600; 
			font-size: 18px;
			font-weight:bold;
			padding-left:12px;
			padding-bottom: 4px;
			padding-top:4px;				
			border:1px solid #99cc66;
			margin-bottom: 0;
			margin-top: 0;
			margin-right: 10px;
}


.content {
			font-family:verdana,arial,helvetica,sans-serif; color: #000; font-size: 13px;	
			padding:12px;		
			float:left;
			border-left:1px solid #99cc66;	
	}


.leftmargin {

			margin-left:10px;

}
/*special quiz styles*/
h1.quiz {
			font-family:verdana,arial,helvetica,sans-serif; 			color: #ffffff; 
			font-size: 13px;
			font-weight:bold;
			background: #99cc66;
			margin-bottom: 1px;
			margin-top: 0; 
			padding: 3px 0 3px 15px; 
}
h2.quiz {
			font-family:verdana,arial,helvetica,sans-serif; 			color: #666666; 
			font-size: 10px;
			font-weight:bold;
			background: #e3f2db;
			margin-bottom: 0;
			margin-top: 0;
			padding: 3px 0 3px 15px; 
}
p.quiztitle {
			font-weight: bold;
			color: #060;
			font-size: 17px;
}
hr.quiz {
			border: none;
			border-top: 1px solid #060;
			background: none;
			width: 50%;
			text-align: center;
}
.nextquiz { color: #006600; font-weight: bold; }
.headblock { border-left: 1px solid #99cc66; }

/* Stay Connected Styles for 2-column link layout */


/* This style formats the left-hand Stay Connected link list column */
UL.DotBullet_col_1 { margin: 0 0 0 0; padding: 0 20px 0 10px; float:left; display:inline-block; }

/* This style formats the right-hand Stay Connected link list column */
UL.DotBullet_col_2 { margin: 0 0 .5em 0; padding: 0 20px 0 10px; float:left; }


UL.DotBullet_col_1 LI { list-style: none; padding-left: 6px; background: url(http://jama.ama-assn.org/icons/dot.79A8BE.gif) 0 .5em no-repeat; margin-bottom: .5em; }

UL.DotBullet_col_2 LI { list-style: none; padding-left: 6px; background: url(http://jama.ama-assn.org/icons/dot.79A8BE.gif) 0 .5em no-repeat; margin-bottom: .5em; }

/* This style disables the "clear" and "display" properties of the above styles so that they don't affect subequent sections */
.clear_connected { clear:both; }


/* special I4A styles */
div.ifora .listcols {
  float: left;
  width: 32%;
}

div.ifora ul {
  list-style-type: none;
}

div.ifora li.level2 {
	font-weight: bold;
}

div.ifora li.level3 {
  margin-left: 1em;
}

div.ifora li.level4 {
  margin-left: 2em;
}

div.ifora h2 { 
	clear: left;
	color: #006600;
	font-size: 1em;
}

div.ifora {
	font-size: 13px;
	font-family: verdana,arial,helvetica,sans-serif;
}

div.ifora p.toplink {
	font-size: .7em;
}

div.ifora .medline a {
	font-size: .7em;
	text-transform: uppercase;
	margin-left: 5px;
}

div.ifora hr {
	background-color: #99CC66;
	border: none;
	clear: left;
	color: #99CC66;
	display: block;
	height: 1px;
	width: 90%;
}

