﻿#content table.podcast {
  width: 580px;
  font-size: 0.9em;
}
#content table.podcast {
  border-collapse: collapse;
  border: 1px solid;
  text-align: left;
}
#content table.podcast caption {
  margin: 0;
  padding: 0.3em;
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
}

#content table.podcast caption 
{
  border: 1px solid #264000;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    background-color: #264000;
    padding: 0.3em;
    color: #FFF;
    margin-left: -1px;
}

#content table.podcast thead th {
  border-bottom: 1px solid;
  border-right: 1px dashed #eee;
  padding: 0.3em;
  text-align: left;
  vertical-align: top;
  font-size: 1em;
  font-weight: bold;
}
#content table.podcast tbody td, #content table.attendance tbody th {
  border-bottom: 1px solid #aaa;
  border-right: 1px dashed #aaa;
  padding: 0.3em;
  font-size: 1em;
  vertical-align: top;
}
#content table.attendance tbody th {
  padding-left: .5em;
  font-weight: normal;
}
#content table.attendance tbody td {
  text-align: center;
}

#content table.podcast tbody tr.alt td 
{
	background-color: #e6f1f4;
}
#content table.podcast tbody td a.button {
  padding: 0.2em;
  margin: 0 0.2em;
  border: 1px solid;
  font-size: 1em;
  text-decoration: none;
}

#content table.podcast tfoot tr.paging {
  border-top: 1px solid;
  font-weight: bold;
}
#content table.podcast tfoot tr.paging td {
  padding: 0.2em;
}
#content table.podcast tfoot tr.paging ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content table.podcast tfoot tr.paging li {
  margin: 0;
  padding: 0 1em 0 0;
  float: left;
}
#content table.podcast tfoot tr.paging li a {
  text-decoration: underline;
}
#content table.podcast tfoot tr.paging {
border-color: #999;
background-color: #002139;
color: #FFF;
}
#content table.podcast tfoot tr.paging a {
color: #FFF;
}