/* CSS Document */
table { 
 border-collapse: collapse;
 width: 100%;
}

th {
  background: #8A0808;
  height: 30px;
  padding-left: 11px;
  padding-right: 11px;
  color: #fff;
  text-align: left; 
 /* border-left: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC; */
  border: solid 1px #CCCCCC;
 /* border-bottom: solid 2px #ffffff; */
}

th.pics { padding:5px; }
tr { height:18px;}
tr.head { height:15px;}
td.lead {padding-left:5px;}
td.left {padding-left:10px; border-right: solid 1px #CCCCCC; border-left: solid 1px #CCCCCC; border-bottom: solid 1px #CCCCCC;}
td.left a{ text-decoration:none; color:#FF0000; }
td.left a:hover{ text-decoration:none; color:#FFCC00; }

td.head {padding-left:16px; border-bottom: solid 1px #CC0000;}
td.desc { border-bottom: solid 1px #CC0000;}
td.desc1 { border-bottom: solid 1px #CC0000; padding:4px;}
td.cen { text-align:center; }
td.leader {
  padding-left: 11px;
  padding-right: 11px;
  border-left: solid 1px #EED9C3;
 border-bottom: solid 1px #FF0000; 
}

td.links{ border-left:#FFFFFF; }  /* links sidebar table */
th.first { border-left: 0px; }
td.first { border-left: 0px; border-bottom: solid 1px #FF0000; }
tr.rowA { border-bottom: 1px solid #CC0000; height: 35px; font-weight:bold;}

tr.rowB {border-bottom: 1px solid #CC0000; height: 35px; font-weight:bold;}

