/* 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 */
#nwIndex {margin:1em; font-family: Arial, Helvetica, sans-serif; font-size:10pt;}
#nwIndex a:hover {color:#F60; text-decoration:underline;}
#nwIndex ul {padding:0em; margin:0em; list-style-type:none;}
#nwIndex ul.nwPast ul {}
#nwIndex h4 {margin:1em 0em 0em 0em; font-size:1em; font-weight:normal;}
#nwIndex .nwHead {line-height:1.3em; font-size:1em;}
#nwIndex .nwCurrent {margin-bottom:2em; }
#nwIndex .nwCurrent a.nwHead {font-size:1.2em; color:#F60; font-weight:bold; text-decoration:none;}
#nwIndex .nwCurrent a.nwHead:hover {text-decoration:underline;}
#nwIndex .nwCurrent .nwSummary {display:visible; line-height:1.2em; margin-bottom:1em;}
#nwIndex .nwPast .nwSummary {display:none;}
#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;}
#nwArticle .nwHead {margin:1em 0em; font-size:2em; font-weight:bold;}
#nwArticle .nwSubhead {font-size:1.4em; font-weight: bold; margin-bottom: 1em;}
#nwArticle .nwByline {font-size:1.1em; font-weight:bold;}
#nwArticle .nwBody {margin-top:1em;}
#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;}
#nwArticle p {line-height:1.2em;}
#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;}
blockquote {
	padding-top:1em;
	padding-bottom:1em;
	font-size:83%;
}

