﻿.SearchStringBox
{
    border: White 1px solid;
    text-align: left;
    font-family: Tahoma;
    font-size: 10px;
    width: 150px;
    height: 18px;
    margin-left: 10px;
    color: Black;
    font-weight: bold;
}
.SearchButton
{
    color: Blue;
    background-color: Transparent;
    border: Blue;
    font-family: Verdana;
    font-size: 10px;
}
.SearchResultsItem
{
    margin-left: 10px;
    padding: 5px;
    width: 550px;
    text-align: left;
}
.SearchResultsLink
{
    text-decoration: none;
}
.SearchResultsTitle
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: Blue;
}
.SearchResultsItemAlt
{
    color: Silver;
    margin-left: 10px;
    padding: 5px;
    width: 550px;
    text-align: left;
}
.SearchResultsLinkAlt
{
    text-decoration: none;
}
.SearchResultsTitleAlt
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: Blue;
}
.ResultsDiv
{
    display: none;
    position: relative;
    right: 623px;
    top: -38px;
    width: 623px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 430px;
    text-align: left;
    padding: 0px;
    margin: 0px;
}
.SearchFullButton
{
    text-decoration: underline;
    font-family: Tahoma;
    color: White;
    margin-left: 10px;
    cursor: pointer;
    text-decoration: underline;
}
.SearchClose
{
    margin-left: 10px;
    text-decoration: underline;
    font-family: Verdana;
    cursor: pointer;
    width: 100px;
}
.SearchResultsHeader
{
    text-align: left;
    font-family: Tahoma;
    font-size: 10px;
    padding-top: 10px;
    padding-left: 10px;
    color: White;
    width: 613px;
    height: 26px;
    background-image: url(/images/layout/SearchHeader.png);
    background-repeat: no-repeat;
    vertical-align: middle;
}
.SearchGoogleDiv
{
    display: none;
    background-image: url(/images/layout/SearchResultBg.png);
    background-repeat: repeat-y;
}
.SearchResults
{
    background-image: url(/images/layout/SearchResultBg.png);
    background-repeat: repeat-y;
}

.SearchEnd
{
    width: 613px;
    height: 27px;
    background-image: url(/images/layout/SearchResultEnd.png);
    background-repeat: no-repeat;
    
}