/* Newswire Styles
 * Copyright 2004 Healthnotes
 *
 * Because Healthnotes Newswire is published in many forms--such as by HTTP 
 * includes--and to avoid naming conflicts with customer-defined styles, 
 * all class names contain the 'nw' prefix and most style definitions
 * specify the exact context of the subject element/class.
 *
 * [9/29/05 TH] Added styles for sup and sub elements
 * [1/19/04 TH] Removed bottom border of nwCurrent
 * [12/16/04 TH] Larger nwHead, nwSubhead font sizes
 * [11/18/04 TH] Added nwNote
 * [5/27/04 TH] Added nwSubhead style.
 */

/* Styles that apply only to Newswire index view */
#healthnoteswrapper #nwIndex {margin:1em; font-family: Arial, Helvetica, sans-serif; font-size:10pt;}
#healthnoteswrapper #nwIndex a:hover {color:#9b9082; text-decoration:underline;}
#healthnoteswrapper #nwIndex ul {padding:0em; margin:0em; list-style-type:none;}
#healthnoteswrapper #nwIndex ul.nwPast ul {font-size:0.7em; color:#9b9082; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;}
#healthnoteswrapper #nwIndex h4 {margin:1em 0em 0em 0em; font-size:0.8em; font-weight:normal;}
#healthnoteswrapper #nwIndex .nwHead {line-height:1.3em; font-size:1em; color:#9b9082; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;}
#healthnoteswrapper #nwIndex .nwCurrent {margin-bottom:2em; }
#healthnoteswrapper #nwIndex .nwCurrent a.nwHead {font-size:0.7em; color:#9b9082; font-weight:bold; text-decoration:none; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;}
#healthnoteswrapper #nwIndex .nwCurrent a.nwHead:hover {text-decoration:underline; font-family:Arial, Helvetica, sans-serif;}
#healthnoteswrapper #nwIndex .nwCurrent .nwSummary {display:visible; line-height:1.3em; margin-bottom:1em; color:#e9e8e8; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:0.6em; font-weight:normal;}
#healthnoteswrapper #nwIndex .nwPast .nwSummary {display:none;}
#healthnoteswrapper #nwIndex .nwNote {
  color: #666;
  font-size: .9em;
  margin: .4em 0 1em 0; 
}

/* Styles that apply only to article details view */
#nwArticle {margin:.5em; font-family: Arial, Helvetica, sans-serif; font-size:10pt;}
#healthnoteswrapper #nwArticle .nwHead {margin:1em 0em; font-size:1.6em; font-weight:bold; color:#9b9082; text-transform:uppercase; line-height:1.2em;}
#nwArticle .nwSubhead {font-size:1.4em; font-weight: bold; margin-bottom: 1em;}
#nwArticle .nwByline {font-size:1.1em; font-weight:bold;}
#healthnoteswrapper #nwArticle .nwBody {margin-top:1em; font-size:7.5pt; color:#e9e8e8; font-family:Verdana, Arial, Helvetica, sans-serif;}
#nwArticle .nwBio {font-size:0.8em; font-style:italic;}
#nwArticle .nwBio i {font-style:normal;}
#nwArticle .nwCopyright {font-size:0.75em;}
#nwArticle .nwReference {font-style:italic;}
#healthnoteswrapper #nwArticle p {line-height:1.5em;}
#nwArticle sup {vertical-align: super; font-size: .9em;}
#nwArticle sub {vertical-align: super; font-size: .9em;}

/* Articles created before 5/13/2004 refer to deprecated CSS classes.  To make sure 
 * they look similar to new classes, we define those classes here. */
.TITLE-HNWIRE {font-size:x-large; font-weight:bold;}
.INDEX-TITLE-HNWIRE {font-size:medium;}
.SUBTITLE-HNWIRE {font-size:medium; font-weight:bold;}
.BYLINE-HNWIRE {font-size:small; font-weight:bold;}
.SUMMARY-HNWIRE {font-size:small; font-style:italic;}
.SUBHEAD-HNWIRE {font-size:medium;}
.REFERENCE-HNWIRE {font-size:x-small; margin-top:0em; margin-bottom:0em;}
.AUTHORBIO-HNWIRE {font-size:x-small; font-style:italic;}
.AUTHORBIO-HNWIRE i {font-style:normal;}
.COPYRIGHT-HNWIRE {font-size:x-small; font-weight:normal;}

#newsfeed .nwImage {display: none;} 