/* amednews.com visual stylesheet */


/* S1 table - colors etc.*/
/* row/cells */
table.data, table.harper {border-collapse: collapse;}
table.data .box0 {    
  color: black;
  background:  #ffffff; /* white */
}
table.data .box1 {    
  color: black;
  background:  #e3d9a4; /* box tan */
}
table.data .box1a {    
  color: black;
  background: #ece5cb; /* box light tan */
}
table.data .box2 {    
  color: black;
  background: #b7ceec;  /* box dusk-blue */
}
table.data .box2a {   
  color: black;
  background: #d0def0;  /* box light dusk-blue */
}

/* table subhed labels */
table.data .label1 th, table.data .label2 th {
  padding: 6px;
  color: #800517;  /* amn brick red */
}
table.data .label1 {    
  background: #ece5cb; /* box light tan */
}
table.data .label2 {    
  background: #b7ceec;  /* box dusk-blue */
}

/* uber-colhed */
table.data th.spancols {  
  vertical-align: bottom;
  text-align: center;
  font-weight: normal;
  color: black;
  background: #d0def0;  /* box light dusk-blue */
  padding : .3em;
}
