﻿/*-------Begin Search Tab Wrap-------*/

.search_tab_wrap
{
    width: 759px;
    height: 30px;
    text-align: center;
    margin-left: 40px;
}
.search_tab_wrap a
{
    color: #FFFFFF;
    font: bold 16px Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height: 30px;
    vertical-align: middle;
    height: 30px;
    width: 129px;
    float: left;
    padding: 0px 5px 0px 5px;
}
.search_tab_humans .searchtabhumans, .search_tab_deselected .searchtabhumans:hover
{
    background: url(../graphics/search/search_tab_humans.jpg) no-repeat left top;
}
.search_tab_cats .searchtabcats, .search_tab_deselected .searchtabcats:hover
{
    background: url(../graphics/search/search_tab_cats.jpg) no-repeat left top;
}
.search_tab_dogs .searchtabdogs, .search_tab_deselected .searchtabdogs:hover
{
    background: url(../graphics/search/search_tab_dogs.jpg) no-repeat left top;
}
.search_tab_deselected a
{
    background: url(../graphics/search/search_tab_deselected.jpg) no-repeat left top;
}
.search_tab_humans a:hover, .search_tab_cats a:hover, .search_tab_dogs a:hover, .search_tab_deselected a:hover
{
    color: #dedede;
    text-decoration: none;
}
/*-------End Search Tab Wrap-------*/
/*-------Begin Search Wrap-------*/


.search_wrap_humans, .search_wrap_cats, .search_wrap_dogs
{
    width: 759px;
    height: 55px;
    padding: 10px;
    color: #952f2b;
}
.search_wrap_humans
{
    background: url(../graphics/search/search_box.jpg) no-repeat left top;
}
.search_wrap_cats
{
    background: url(../graphics/search/search_box_cats.jpg) no-repeat left top;
}
.search_wrap_dogs
{
    background: url(../graphics/search/search_box_dogs.jpg) no-repeat left top;
}


.search
{
    width: 293px;
    height: 20px;
    background: url(../graphics/search/search_bg.gif) no-repeat left top;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #8c8c8c;
    border: none;
    border: 0px;
    padding: 5px 0px;
}

.gobuttonleft
{
    /* background: transparent url('../graphics/search/gobtn_lft.png') no-repeat;
    background-position: top left;*/

    border-width:0px;
    height: 31px;
    width:7px;
    display:block;
    float:left;
}
.gobutton
{
    background: transparent url('../graphics/search/gobtn_mid.png') repeat-x;
    background-position: top left;
    display:block;
    float:left;
    color: #9c313c;
    border-width:0px;
    font: normal 18px Arial, Helvetica, sans-serif;
    height: 31px;
    text-decoration: none;
    cursor:pointer;
}
.gobuttonright
{
    /* background: transparent url('../graphics/search/gobtn_rht.png') no-repeat;
    background-position: top left;*/
     display:block;
    float:left;
   border-width:0px;
    height: 31px;
    width:7px;
}

/*-------End Search Wrap-------*/
.completionListnew
{
    border: solid 1px #444444;
    margin: 1px;
    padding: 1px;
    height: auto;
    overflow: auto;
    background-color: White;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    padding: 1px;
    text-align: left;
    z-index: 1000;
}
.listItemnew
{
    color: #333333;
}
.itemHighlightednew
{
    background-color: #960000;
    color: #ffffff;
}

