/**
Styles used only on hosted welcome pages.
*/

#welcomeBody {
  background-color: #FEFEDF;
  padding: 0 5px 20px 5px;
}
#welcomeBody p, 
#welcomeBody form {
  margin: 0;
  padding: 0;
}
#welcomeBody #group1,
#welcomeBody #group2 {
  margin: 0;
  padding: 0 20px 0 0;
}
#welcomeBody table.columns {
  padding-left: 8px;
  width: 100%;
}
#welcomeBody table.columns td {
  padding: 0;
  width: 50%;
}
* html #welcomeBody table.columns {
  margin-left: 8px;
  width: 95%;
  w/idth: 95%; /* IE Mac */
}
* html #welcomeBody table.columns td {
  margin: 0;
  padding: 0;
}
#welcomeBody div.section {
  margin: 0;
  padding: 10px 0 0 0;
}
#welcomeBody div.section p {
  margin: 2px 4px;
}
#welcomeBody div.focus {
  clear: both;
  margin: 0;
  padding: 4px 0;
}
#welcomeBody h1 {
  font-size: 1em;
  font-weight: bold;
  margin: 10px 0 3px 0;
  padding: 0;
}
#welcomeBody h1 a {
  border: solid #9C9 1px;
  color: #696; 
  display:block; 
  padding: 2px 4px 1px 4px;
  text-decoration: none; 
}
#welcomeBody h1 a:visited {
  color: #696; /* prevent purple color */
}
#welcomeBody h1 a:hover {
  background-color: #D3E5CB;
  color: #474; 
}
#welcomeBody h2 {
  font-size: 1em;
  margin: 0 0 3px 0;
  padding: 0;
}
#welcomeBody a {
  color: #0469B8;
  font-size: 11px; 
  font-family: Trebuchet MS;	
  text-decoration:underline;  
}
#welcomeBody a:visited {
  color: 0469B8;
  font-size: 11px; 
  font-family: Trebuchet MS;	
  text-decoration:underline;
}
#welcomeBody a:hover {
  color: #0469B8;
  font-size: 11px;
  font-family: Trebuchet MS;	
  text-decoration:none;
}

#welcomeBody ul {
  font-size: 1em;
  list-style: url("bullet.gif") disc outside;
  padding: 0 0 0 4px;
  margin: 0 0 2px 12px;
}
#welcomeBody ul.no-bullet {
  list-style: none;
}
#welcomeBody #banner {
  padding-left: 8px;
}
/* Highlight new articles */
#welcomeBody .new {
  color: #C00;
  font-size: .9em;
  font-weight: bold;
}
/* right- and left-floated content (images, usually) */
#welcomeBody .right {
  float: right; 
  margin: 0 0 0 8px;
}
#welcomeBody .left {
  float: left; 
  margin: 0 8px 0 0;
}
/* Quick link form buttons */
.button {
  background-color: #36C;
  border: solid #FFF 1px;
  color: #FFF;
  font-family: Trebuchet MS;	
  font-size: 11px;
  font-weight: bold;
}
.button:hover {
  background-color: #69F;
}
#nwHeadlines {
  font-size: 12px;
}
#nwHeadliness ul {
  margin: 0 0 0 12px;
  padding: 0 0 0 0px;
}
#nwHeadliness ul li {
  margin: 0;
  padding: 0;
   list-style-type:disc;
  
}
#nwHeadlines ul a {
  display: inline;
  height: 1%; /* IE otherwise separates blocks too much */
  line-height: 1.1em;
  margin: 0;
  padding: 4px 2px;   
  vertical-align:text-top;
   color: #0469B8;
  font-size: 11px;
  font-family: Trebuchet MS;	
 
}

#welcomeBody .more,
#nwHeadlines .more {
  background: url("../images/blue_arrow_rx.gif") right no-repeat;
  clear: both;
  padding-right: 1em;
  text-align: right;
}

/* 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.
 *
 * [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: Trebuchet MS;	 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; border-bottom:dotted #999 1px;}
#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: Trebuchet MS;	 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;}

/* 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;}




