.container{
   width: 100%;
   float: left;
   margin: 0px;
   padding: 0px;
   background-color: white;
}

.page_navigation , .alt_page_navigation{
    padding-bottom: 10px;
}

.page_navigation a, .alt_page_navigation a{
    border: 1px solid rgb(192, 192, 192);
    padding:3px 5px;
    margin:2px;
    color:white;
    text-decoration:none;
    float: left;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 12px;
    background-color:#790102;
}
.active_page{
    background-color:white !important;
    color:black !important;
}
.content li, .alt_content li, .content ,.tableftpx li {
    padding: 0px;
    list-style-type: none;
}

