/*
 * Table style sheet for mapc JudComm Web pages
 * $Id: tables.css$
 * $start: 1998/08/17$
 * $by: btsawyer$
 * $Rev: 2001/01/20$
*/


TD.border {   /* Rust with small, white centered text. Must balance with the footer height.*/
  background: #A22E39;  /*192 46 63*/
  color: #FFFFFF;
  font-family: Arial, Helvetica, Sans; 
  font-weight: normal; 
  font-size:0.7em;
  text-align: center;
}
TD.borderonly {   /* Rust - no text - size makes it thin*/
  background: #A22E39;
  color: #FFFFFF;
  font-size:0.25em;
}
TD.neatline {   /* thin white line*/
  background: #FFFFFF;  
  color: #000000;
  font-size:0.25em;
}
TD.tabhead {  /* Black with large, bold, white, centered text*/
  background: #000000;
  color: #FFFFFF;
  font-family: Arial, Helvetica, Sans;
  font-weight: bold; 
  font-size:1.1em;
  text-align: center;
}
TD.coltitle {  /* Gold with bold, rust, center justified text*/
  background: #EADAA4;  /*234 218 164*/
  color: #A22E39;
  font-family: Arial, Helvetica, Sans; 
  font-weight: bold;
  text-align: center;
}
TD.coltitlel {  /* left justified coltitle*/
  background: #EADAA4;
  color: #A22E39;
  font-family: Arial, Helvetica, Sans; 
  font-weight: bold;
  text-align: left;
}
TD.coltitler {  /* right justified coltitle*/
  background: #EADAA4;
  color: #A22E39;
  font-family: Arial, Helvetica, Sans; 
  font-weight: bold;
  text-align: right;
}
TD.subtitle {  /* Gold with small, rust, left just. text*/
  background: #EADAA4;
  color: #A22E39;
  font-family: Arial, Helvetica, Sans; 
  font-weight: normal;
  font-size:0.76em;
  text-align: left;
}
TD.datal {  /* Lt. beige with black left justified text*/
  background: #F0F0E0;  /*240 240 224*/
  color: #000000;
  font-family: Arial, Helvetica, Sans; 
  text-align: left;
}
TD.datar {  /* Lt. beige with black right justified text*/
  background: #F0F0E0;
  color: #000000;
  font-family: Arial, Helvetica, Sans; 
  text-align: right;
}
TD.emph {  /* Yellow with black left justified text*/
  background: #FFFF88;  /*255 255 136*/
  color: #000000;
  font-family: Arial, Helvetica, Sans; 
  text-align: left;
}
TD.footer {  /* Rust with small, white, left justified text*/
  background: #A22E39;
  color: #FFFFFF;
  font-family: Arial, Helvetica, Sans; 
  font-weight: normal; 
  font-size:0.7em;
  text-align: left;
}
