/* The Archives @ BostonRadio.org -- station profile */
BODY { 
  margin-left: 5em;
  margin-right: 5em;
  font-family: "Bitstream Vera Sans", sans
}

TABLE.infobox { }
TABLE.infobox TR { vertical-align: top }
TABLE.infobox TH { text-align: right; font-weight: bold }
TABLE.infobox TD { text-align: left }

/* This is described as the only CSSS2 border control that IE supports.
   Luckily, this is what we need (it does the equivalent of "cellpadding=0px"
   in the HTML4 table model). */
TABLE.infobox TABLE { border-collapse: collapse }
TABLE.infobox TABLE TH { text-align: left; font-weight: bold; padding: 0px }
TABLE.infobox TABLE TD { 
  text-align: left;
  padding: 0px 0px 0px 1em
}
TABLE.infobox TABLE.phones TH { font-weight: normal }
TABLE.infobox TABLE.phones TD { text-align: right }

/* TABLE.infobox TABLE.formats TH { font-weight: normal } */
/* TABLE.infobox TABLE.formats TD { text-align: left } */

DIV.thumb { border: solid black 1px; float: right; margin-left: 1em; padding: 8px; text-align: center; }
:link IMG { border:none }
DIV.trailer IMG {  border: none; float: right; padding-left: 5em; 
  padding-top: 1ex }
