a.page
{
    text-decoration: none;
}

a.result
{
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
}

image
{
    border: none;
}

input.searchfield
{
    width: 140px;
    border: 1px solid #C9C9C9;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
    height: 19px;
}

p.noresults
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: left;
}

span.description
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    overflow: hidden;
}

span.displayurl
{
    color: #36A200;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 85%;
}

span.pageing
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    margin-right: 2px;
    background-color: #F1F1F1;
}

span.pagestats
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: large;
}

span.searchstats
{
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 85%;
}

.sbutton
{
    border: none;
    width: 23px;
    background-color: #9F9F9F;
    background-image: url(../images/search_go.gif);
    background-repeat: no-repeat;
    height: 23px;
    cursor: pointer;
}

#paginationbottom
{
    padding-top: 5px;
    list-style: none;
    font-size: 85%;
    text-align: center;
}

#paginationbottom a
{
    color: #0066A7;
    text-decoration: none;
}

#paginationbottom h4
{
    display: none;
}

#paginationbottom li
{
    border: 1px solid #E6E6E6;
    padding: .2em .5em .2em .5em;
    margin: .25em .25em;
    display: inline;
    text-align: center;
    cursor: pointer;
}

#paginationbottom li.selected
{
    border: 1px solid #CCCCCC;
    background-color: #F4F4F4;
    font-weight: bold;
}

#paginationtop
{
    padding-top: 5px;
    list-style: none;
    font-size: 85%;
    text-align: center;
}

#paginationtop a
{
    color: #0066A7;
    text-decoration: none;
}

#paginationtop h4
{
    display: none;
}

#paginationtop li
{
    border: 1px solid #E6E6E6;
    padding: .2em .5em .2em .5em;
    margin: .25em .25em;
    display: inline;
    text-align: center;
    cursor: pointer;
}

#paginationtop li.selected
{
    border: 1px solid #CCCCCC;
    background-color: #F4F4F4;
    font-weight: bold;
}

