table.media_table {
  font-family: "Arial", sans-serif;
  font-size: 11px;
  border: 1px #000000 solid;
}

table.media_table th {
  font-weight: bold;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  background-color: #009999;
}

table.media_table td.title_odd {
  font-weight: bold;
  text-align: left;
  width: 300px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
  background-color: #f0f0f0;
}
table.media_table td.speaker_odd {
  font-weight: normal;
  font-style: italic;
  text-align: left;
  width: 100px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
  background-color: #f0f0f0;
}
table.media_table td.date_odd {
  font-weight: normal;
  text-align: left;
  width: 100px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
  background-color: #f0f0f0;
}
table.media_table td.audio_odd {
  font-weight: bold;
  text-align: left;
  width: 100px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
  background-color: #f0f0f0;
}

table.media_table td.title_even {
  font-weight: bold;
  text-align: left;
  width: 300px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
  background-color: #d0d0d0;
}
table.media_table td.speaker_even {
  font-weight: normal;
  font-style: italic;
  text-align: left;
  width: 100px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
  background-color: #d0d0d0;
}
table.media_table td.date_even {
  font-weight: normal;
  text-align: left;
  width: 100px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
  background-color: #d0d0d0;
}
table.media_table td.audio_even {
  font-weight: bold;
  text-align: left;
  width: 100px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
  background-color: #d0d0d0;
}

table.media_table td.audio_odd a {
  font-family: "Arial", sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
}
table.media_table td.audio_odd a:link {
  color: blue;
  text-decoration: none;
}
table.media_table td.audio_odd a:visited {
  color: blue;
  text-decoration: none;
}
table.media_table td.audio_odd a:active {
  color: maroon;
  text-decoration: none;
}
table.media_table td.audio_odd a:hover {
  color: blue;
  text-decoration: underline;
}

table.media_table td.audio_even a {
  font-family: "Arial", sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
}
table.media_table td.audio_even a:link {
  color: blue;
  text-decoration: none;
}
table.media_table td.audio_even a:visited {
  color: blue;
  text-decoration: none;
}
table.media_table td.audio_even a:active {
  color: maroon;
  text-decoration: none;
}
table.media_table td.audio_even a:hover {
  color: blue;
  text-decoration: underline;
}

.media_heading {
  font-family: "Goudy", "Times New Roman", serif;
  font-size: 22px;
  font-weight: normal;
  text-decoration: underline;
  text-align: center;
  /* border-bottom: 1px #027fca solid; */
}

.media_text1 {
  margin: 14px;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.media_text2 {
  margin: 10px;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
}

.media_text2 table {
  text-align: left;
}

.media_text3 {
  margin: 10px;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
}

ul.media_text3 {
  margin-left: 20px;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
}

.media_text3 li {
  margin: 0px;
  padding-top: 5px;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
}

.media_page_body {
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #027fca;
}

.media_section1 {
  margin: 5px;
  text-align: center;
}
.media_section2 {
  margin: 5px;
  text-align: left;
}

.media_wmp
{
  font-family: "Verdana", "Arial", sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 12px;
  color: #054da5;
  text-decoration: none;
}
.media_wmp:link
{
  color: #054da5;
  text-decoration: none;
}
.media_wmp:visited
{
  color: #054da5;
  text-decoration: none;
}
.media_wmp:active
{
  color: #009ee2;
  text-decoration: none;
}
.media_wmp:hover
{
  color: #009ee2;
  text-decoration: none;
}

.browser_instr {

}
