﻿.simplePagerNav {
    padding-left: 40%;
    background-color: #FFF;
    color: #003d4c;
    height: 45px;
}

    .simplePagerNav > li {
        float: left;
        border: 1px solid #ddd;
        height: 45px;
    }

        .simplePagerNav > li > a {
            display: block;
            text-align: center;
            padding: 12px;
            color: #000;
            text-decoration: none;
        }

        .simplePagerNav > li a:hover {
            background-color: #003d4c;
        }

        .simplePagerNav > li.currentPage > a {
            background-color: #003d4c;
            color: #fff;
        }

span#ctl00_cphMainContent_DataPager1 {
    display: block;
    text-align: center;
    font-weight: bold;
}

a.previousbutton, a.nextbutton {
    background: url(/images/prev-gray-arrow.png) no-repeat;
    font-size: 0;
    width: 19px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: -15px;
}

a.nextbutton {
    background: url('../../Content/img/icons/next-arrow.png') no-repeat;
}

a.stitle {
    color: #003d4c;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    font-size: 1.2em;
    display: block;
    width: 100%;
}

p.ssummary, p.sdate {
    color: #333333;
  
    font-size: 15px;
}

    p.ssummary strong, p.ssummary b {
        font-weight: bold;
    }

a.pagenumber {
    color: #a2a2a2;
  
    font-size: 15px;
}

.searchfields {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    margin-left: -1%;
}

p.ssummary {
    line-height: 24px;
}

.sresults {
    padding-bottom: 25px;
}

.sdate {
    padding-top: 10px;
}

.grayHead {
    border-radius: 4px;
     background:#FFF;
    margin-bottom: 2%;
    padding-left: 1%;
    padding-bottom: 1%;
    margin-left: -1%;
}

    .grayHead h2 {
        font-size: 2em;
        font-weight: bold;
        color: inherit;
        /*padding-left: 1%;*/
        margin-bottom: 10px !important;
        padding-top: 1%;
        margin-top: 55px !important;
    }

    /*.grayHead p {
        margin: 1%;
    }*/

#test-list {
    margin-left: -1%;
}
@media screen and (max-width:425px){
#test-list {
    margin-left: 0%;
}
}

.SearchResults .grayHead{
    margin-left: 0;
     background: #f1f1f1;
}
.SearchResults .grayHead ul li {
    padding-left: 1%;
}
.SearchResults .grayHead ul li .sresults {
    padding-bottom: 0;
}
.SearchResults .grayHead ul li .sresults p.ssummary {
        margin-bottom: 0px;
}

.SearchResults .grayHead ul li .sresults hr{
        margin-top: 15px;
    margin-bottom: 15px;
}

