﻿div.searchBox
{
    padding: 0 25px;
}
div.searchBox input
{
    border-left: 1px solid #bebdb9;
    border-right: 1px solid #bebdb9;
    border-top: 1px solid #9b9b97;
    border-bottom: 1px solid #d8d7d3;
    font-size: 1.1em;
    font-family: Arial, helvetica;
    color: #4c4c4c;
    padding: 3px 4px 3px 4px;
    width: 130px;
    background: transparent url(/App_Themes/Default/Images/Graphics/inputfield.gif) no-repeat 0 0;
}
div.searchBox input.searchBoxButton
{
    border: 1px solid #d0c6b9;
    background: #ece6df;
    color: #3d7209;
    font-family: Georgia, Times New Roman, Serif;
    font-size: 1.3em;
    font-style: italic;
    padding: 1px 10px;
    width: auto;
    margin: 0 0 0 10px;
}
div.searchResults
{
    padding: 0 25px;
    margin: 20px 0 30px 0;
}

div.searchResultsList
{
    
    padding: 0 25px;
}
div.searchResultsList a:link, div.searchResultsList a:visited
{
    display: block;
    padding: 12px 4px 12px 6px;
    border-bottom: 1px solid #ddd5cb;
    font-style: normal;
}
div.searchResultsList a:hover, div.searchResultsList a:active
{
    background: #f5f2ee;
}
div#pager
{
    margin: 10px 0 0 0;
    padding: 0 25px;
    font-size: 1.1em;
    line-height: 1.8em;
}
div#pager a:link, div#pager a:visited
{
    padding: 3px 4px;
}
div#pager a:hover, div#pager a:active, div#pager .selected
{
    background: #f5f2ee;
    color: #353224;
}
