/* CSS Document */

#str {
  width             : 481px;
  padding           : 10px;
  padding-bottom    : 30px;
}

#str a {
  text-decoration   : underline;
  color             : blue;
}

#str a:hover {
  text-decoration   : none;
}

#radioname {
  color             : #fe5e00;
  font-size         : 32px;
  font-weight       : 100;
  text-align        : left;
}

#radiourl {
  font-size         : 11px;
}

#radionote {
  width             : 450px;
  _width            : 99.5%;
  color             : #053A59;
  font-size         : 14px;
  text-align        : left;
  font-style        : italic;
  border            : 2px dashed #FFC969;
  padding           : 5px;
  padding-right     : 6px;
}

#radiooffline {
  width             : 450px;
  _width            : 100%;
  color             : #053A59;
  font-size         : 14px;
  text-align        : left;
  border            : 2px dashed #FC5200;
  padding           : 5px;
}

#radioprg {
  width             : 450px;
  _width            : 100%;
  color             : #053A59;
  font-size         : 14px;
  text-align        : left;
  border            : 2px dashed #9BD9FE;
  padding           : 5px;
}

#radioprgtab {
  color             : #053A59;
  font-size         : 14px;
  text-align        : left;
}

#radioinfo {
  width             : 450px;
  _width            : 100%;
  font-size         : 11px;
  border-width      : 1px;
  border-style      : dashed;
  border-color      : #9BD9FE;
  padding           : 5px;
}

.radiot {
  color             : #0A6CA7;
  font-size         : 12px;
  /*font-weight       : 100;*/
  text-align        : left;
}

