
/*****************************************
/* Podcast Listing
/*****************************************/

#Intro {
  font-weight: 20pt;
  font-style: italic;
}

#PodcastTable {
  /* position: relative; top: -300px; */
  border-style: none;
}
#PodcastTableBackground {
  position: relative; top: 70px;
  width: 100%; height: 300px;
  background-color: white;
  opacity: .40; -moz-opacity: .40; filter: alpha(opacity=40);
}
#PodcastTableTitle p {
  font: normal 15pt Comic Sans MS;
  text-align: center;
  white-space: nowrap;
}
#PodcastTable tr th {
  font-weight: bold;
  font-size: 13pt;
  text-align: left;
  /* text-decoration: underline; */
  white-space: nowrap;
  padding: 5px;
}
#PodcastTable tr.pcastGap {
  height: 20px;
  background-color: transparent;
}
#PodcastTable tr th.pcastHeader {
  font-weight: bold;
  font-size: 20pt;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding-top: 20px;
}
#PodcastTable tr.pcastTitle {
  background-color: #FFFFDF;
  opacity: .75; -moz-opacity: .75; filter: alpha(opacity=75);
  width: 100%;
}
#PodcastTable tr.pcastLink {
  background-color: #FFFFFF;
}
#PodcastTable tr.pcastText {
  background-color: #FFFFFF;
}
#PodcastTable tr td {
  font: normal 10pt Courier;
  color: black;
  padding: 2px 6px 2px 6px;
  font-weight: normal;
  white-space: nowrap;
}
#PodcastTable tr td.wrap {
  white-space: normal;
}
#PodcastTable * a {
  text-decoration: none;
}
#PodcastTable * a:hover {
  text-decoration: underline;
}
#PodcastTable * img {
  border: 1px solid white;
  vertical-align: bottom;
}
#PodcastTable * img:hover {
  border: 1px solid black;
}
#EndOfList {
  background-color: transparent;
}
#EndOfList td {
  text-align: center;
}

/*****************************************
/* NavBar
/*****************************************/

#Links {
  width: 33%;
  text-align: left;
  white-space: nowrap;
  font-family: Verdana,Arial, sans-serif;
  font-size: 10pt;
  text-decoration: none;
}
#Links a {
  color: black;
  text-decoration: none;
}
#Links a:hover {
  text-decoration: underline;
}
#Links img {
  border: 0px none;
  vertical-align: bottom;
}

#Middle {
  text-align: center;
}

#Right {
  text-align: center;
}
#Right a {
  /*color: black;*/
  text-decoration: none;
}
#Right a:hover {
  text-decoration: underline;
}

/*****************************************
/* Sidebar
/*****************************************/

#Podcasting {
  line-height: 1.4;
}
#Podcasting ul {
  margin: 0px 5px 0px 15px;
}
#Podcasting * li {
}
#Podcasting p {
}
#PodcastSoftware {
  line-height: 1.4;
}
#AudioSoftware {
  line-height: 1.4;
}
#AudioSoftware ul {
  margin: 0px 5px 0px 15px;
}
