/* 
    Document   : audio.css
    Created on : Oct 11, 2009, 4:51:38 PM
    Author     : David Kooienga
    Description: Styles unique to the sermon web page
*/

tr.page_nav a {
  text-decoration: none;
}

tr.page_nav a:link, tr.page_nav a:visited {
  color: #403F9D;
  display: block;
  padding: 0 5px 0 5px;
}

tr.page_nav a:active, tr.page_nav a:focus {
  outline-style: none;
  -moz-outline-style: none;
}

td.page_nav_large, td.page_nav_medium, td.page_nav_small {
  background-color: white;
  border: gray 1px solid;
  text-align:center;
}

td.page_nav_large {
  width: 6em;
}

td.page_nav_medium {
  width: 4em;
}

td.page_nav_small {
  width: 2em;
}

td.page_nav_large a:hover, td.page_nav_medium a:hover, td.page_nav_small a:hover {
  background-color: #d0d9ea;
  padding: 0 5px 0 5px;
}
