﻿DIV.gridpager a,
DIV.gridpager a:visited
{
    padding-right: 0px;
}

DIV.gridpager a:hover
{
    color: #C4291F;
    padding-right: 0px;
}

table.resultsGrid
{
}

td.gridHeader
{
    background-color: rgb(167,160,149);
    color:White;
    font-weight:bold;
    height:50px;
}
td.firstColumn
{
    background-color: rgb(196,191,184);
    color:White;
    font-weight:bold;
    vertical-align:top;
    width: 30px;
    text-align:center;
    padding-top:13px;
}
td.secondColumn
{
    padding-top:13px;
    padding-left:18px;
    padding-bottom:13px;
    background-color: white;
}

.searchPageTitle
{
    color:Black;
    font-weight:bold;
    font-size:1.0em;
}

.searchPageTitleArrow
{
    color: #cc463d;
    font-weight:bold;
    font-size:1.0em;
}

td.secondColumn : hover
{
    background-color: rgb(225,223, 219);
    color: #665e52;
}

.searchGridHeader
{
    color: White;
    background-color: #a7a095;
    text-align: left;
    height: 27px;
}

.searchGridFoundContent
{
    color: #665e52;
}

td.searchPagerNrActive a,
td.searchPagerNrActive a:hover,
td.searchPagerNrActive a:visited
{
     font-size: 1.1em;
     color: #ffffff;
     text-decoration:none;
     font-weight:bold;
}

td.searchPagerNrNonActive a,
td.searchPagerNrNonActive a:hover,
td.searchPagerNrNonActive a:visited
{
    color : #000000;
    text-decoration: underline;
    font-weight:bold;
    padding-left: 3px;
    padding-right: 3px;
}

td.searchPagerNrNonActive a:hover,
td.searchPagerNrNonActive a:visited
{
    color : #C4291F;
    text-decoration: underline;
    font-weight:bold;
    padding-left: 3px;
    padding-right: 3px;
}

td.searchPagerNrActive 
{
    background-color: #4f7390;
    padding-left: 4px;
    padding-right: 4px;
}

.searchPagerActive
{
    color:Black;
    font-weight:bold;
    font-size:1.1em;
    padding-left: 3px;
    padding-right: 3px;   
}

.searchPagerNonActive
{
    color:Black;
    font-weight:bold;
    font-size:1.1em;
}

.searchPagerArrowActive
{
    color: #cc463d;
    font-weight:bold;
    font-size:1.1em;
}

.searchPagerArrowNonActive
{
    color: #adadad;
    font-weight:bold;
    font-size:1.1em;
}

.searchTable
{
    width: 100%;
    background-image: url('images/SearchBackgroundImage.jpg');
    background-repeat:no-repeat;
}

.searchKeyWord
{
    font-size: 1.1em;
    font-weight:bold;
}

.searchOptions
{
    font-size: 1.0em;
    font-weight:bold;
}

span.searchPageUrl a
{
    font-weight: normal;   
    color: #9c968c;
}
