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

table.sermons {
    border-style: none;
    border-spacing: 0;
    background: transparent;
    width: 550px;
}

table.sermons td {
    border-style: none;
    background: transparent;
    text-align: left;
    padding: 5px 5px 5px 5px
}

table.sermons th {
    border-style: none;
    background: transparent;
    text-align: left;
    padding: 5px 5px 5px 5px
}

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: #6c5e4a;
    color:white;
    padding: 0 5px 0 5px;
}
