﻿ div.profileSummary
    {
        background-color: white;
        height: 145px;
        border: solid 1px #2F3164;
        overflow: hidden;
    }
    div.profileSummary  div.contents
    {
      height:123px;   
    }
    div.profileSummary div.title span
    {
        margin: 2px;
    }
    div.profileSummary div.titleMatched span
    {
        margin: 2px;
    }
    div.profileSummary div.sbody div
    {
      
    }
    div.profileSummary div.title
    {
        background-color: #2F3164;
        height: 6px;
        font: arial;
        font-size: 8pt;
        width: 200px;
    }
    
    div.profileSummary div.titleMatched
    {
        background-color: #f4ec15;
        height: 20px;
        font: arial;
        font-size: 8pt;
        width: 200px;
    }
    div.profileSummary div.title a
    {
        color: White;
    }
    div.profileSummary div.titleMatched a
    {
        color: Black;
    }
    div.profileSummary div.title input
    {
        float: right;
    }
    div.profileSummary div.titleMatched input
    {
        float: right;
    }
    div.profileSummary div.sbody
    {
        width: 200px;
    }
    div.profileSummary img
    {
        float: left;
        margin: 2px;
        border: none;
    }
    div.profileSummary .links
    {
        
        margin: 2px;
    }
    div.profileSummary .summary
    {
         overflow:hidden;
         height:50px;

    }
    
    div.profileSummary .distance
    {
        font:8pt;
        overflow:hidden;
    }
    div.profileSummary .links a
    {
        color: #2F3164;
        font-weight: bold;
        border: none;
        border-collapse: collapse;
        text-decoration:none;
    }
    div.profileSummary
    {
        font-size:8pt;
    }
    img.allPhotos
    {
        display:block;
    }

