﻿.SearchBody
{
    margin-top: 36px;
    margin-bottom: 14px;
}

.SearchResultImage
{
    border: solid 4px #232323;
    float: left;
    margin-right: 10px;
}

.SearchResult
{
    background-repeat: repeat-y;
    background-position: 0px 0px;
    padding-left: 10px;
}

.SearchResultHeader
{
    background-position: 0 0; 
    background-repeat: no-repeat; 
    padding-left: 135px;
    height: 32px;
}

.SearchResultHeaderText
{
    font-family: Verdana;
    font-size: 9px;
    color: #b23e2a;
    padding-top: 4px;
}

.SearchCriteria
{
    background-color: #f2ebd2;
    border: solid 1px #e3e2d1;
    padding: 8px 8px 8px 8px;
    text-align: center;
}

.SearchCriteria input[type="checkbox"]
{
    vertical-align: middle;
}

.SearchCriteria label
{
    vertical-align: middle;
}

.SearchCriteria strong
{
    
}

.SearchHistory
{
    background-color: #f2ebd2;
    border: solid 1px #e3e2d1;
    padding: 8px 8px 8px 8px;
    float: right;
    width: 210px;
}

.SearchPager
{
    font-size: 10px;
}

.SearchOrderBy
{
    background-color: #f2ebd2;
    border: solid 1px #e3e2d1;
    padding: 8px 8px 8px 8px;
    float: right;
    width: 160px;
}

.SearchHeaderLine
{
    
    vertical-align: middle;
    text-align: center;
}

.SearchHeaderLine hr
{
    border-left: none;
    border-right: none;
    border-top: solid 1px #e3e2d1;
    border-bottom: none;
}


.SearchResultUsername
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 14px;
    color: #656565;
}

.SearchResultProfileData
{
    float: right;
    width: 360px;
    margin-right: 20px;
    font-size: 11px;
    line-height: 16px;
}

.SearchResultVitalValue
{
    font-size: 12px;
    padding-left: 7px;
}

.SearchResultVitalName
{
    font-size: 11px;
    color: #908a6c;
    background-image: url('/Images/Site/Search/ellipsis.gif');
    background-repeat: repeat-x;
    background-position: right 10px;
    padding-right: 10px;
}

.SearchResultVitalName div
{
    display: inline;
    background-image: none;
    background-color: #fffef5;
}

.SearchResultSeparator
{
    height: 10px;
}

.SearchNoResults
{
    width: 100%;
    text-align: center;
    padding: 20px;
}


.EZMatch_LabelAll
{
    color: #000000;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}

.EZMatch_LabelStrong
{
    color: #13a156;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}

.EZMatch_LabelMedium
{
    color: #EDCA00;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}

.EZMatch_LabelWeak
{
    color: #a11318;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}

.SearchFooter .SearchGroup
{
    display: none;
}