﻿div.searchContainer
{
    margin-left:25px;
}
table.searchCell
{
    border:solid 1px black;
    height:80px;
    width:285px;
    font-size:9pt;
}
table.searchCellAlt
{
    border:solid 1px black;
    height:80px;
    width:285px;
    font-size:9pt;
    color:White;
    background-color:#7d7e92;
}
table.searchCellAlt  a
{
    font-size:8pt;
    color:White;
    
}

div.searchCell td.left
{
    text-align:left;
    vertical-align:top;
}
div.searchCell  div.searchCell div.relationShip, div.searchCell div.headLine
{
    padding:5px 0 5px;
    
}
table.searchCell .name
{
    font-size:9pt;
}
table.searchCell .name a
{
    font-size:9pt;
   
}
.searchCell a.searchName
{
    font-weight:bold;
    font-size:9pt;
}


