﻿
.Clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
 
/*.Clearfix {display: inline-block;}*/
 
/* Hides from IE-mac \*/
* html .Clearfix {height: 1%;}
.Clearfix {display: block;}
/* End hide from IE-mac */



.Content 
{
    width: 550px;
    margin-left: 10px;
    margin-right: 10px;
}

.input 
{
    border: solid 1px #000;
}

.SearchBox 
{
    background-color: #E9F1FF;
    border: solid 1px #004E62;  
    padding: 10px 0px 10px 0px;
}

.SearchBox .Form
{
    margin: 0px 10px 0px 10px;
}

.SearchBox .Form .Row 
{   
    height: 25px;
}

.ResultCell 
{
    font-size: 11px;
    height: 25px;
    padding-left: 2px; 
}

.InsInfo .Row .Label 
{
    font-weight: bold;
}
.InsInfo .Row .Cell 
{
    line-height: 20px;
}
