﻿#searchLeft
{
    float: left;
    width: 595px;
    height: 290px;
    margin-top: 10px;    
    background-color: #74A7D4;
}
.searchTable { margin: 5px; margin-top: 1px; margin-left: 10px; width: 96%; font-weight: bold; font-size: 13px; color: #fff; height: 215px; }
#searchRight
{
    float: right;
    width: 300px;    
    height: 290px;    
    margin-top: 10px;    
    background-color: #74A7D4;
}
#searchResults
{
    height: 300px;
    width: 900px;
    float: left;    
    margin-top: 5px;    
    background-color: #74A7D4;
}
.srResultsHeader
{
    height: 20px;
    margin: 5px;
}
#srResultsContainer
{
    height: 240px; 
    background-color: #fff; 
    border: solid 1px #fff; 
    margin: 5px; 
    margin-top: -5px; 
    overflow: auto;
}
.searchResultsRow, .searchResultsRowNoHover
{
    font-family: Trebuchet, sans-serif;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}
.fm { position: relative; }
.srrAlt { background-color: #E2ECF5; }
.searchResultsRow:hover, srrAlt:hover
{
    background-color: #BDD3E8;
}
.searchResultsCell, .searchResultsCellCenter
{
    height: 23px;   
    border-bottom: solid 1px #5388BE;
}
.searchResultsCellCenter
{
    text-align: center;
}
.searchResultsResults, .searchResultsPager
{
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-indent: 2px;
}
.searchResultsPager
{
    float: right;
    display: none;
}
.quickImageView { width: 175px; height: 120px; background-color: #BDD3E8; border: solid 1px #5388BE; position: absolute; left: -1px; z-index: 3000; display: none; }
.qivDown { top: 18px; border-top: none; }
.qivUp { bottom: 4px; border-bottom: none; }
.qivImg { margin-left: 3px; margin-top: 2px; border: none; }
.w20 { width: 20px; }
.w70 { width: 70px; }
.w80 { width: 80px; }
.w140 { width: 140px; }
.pl { padding-left: 28px; }
.sib { margin-right: 2px; margin-bottom: 5px; }
.sib2 { margin-left: 4px; margin-left: 4px; }
.mr { margin-right: 5px; }
.lm { margin-right: -2px; }
#MSVE_obliqueNotification { visibility: hidden; } 
#propertyToolBar { width: 25px; float: right; height: 100px; margin-top: 3px; }
#mapConstraintAdd, #mapConstraintRemove { width: 20px; width: 20px; margin-left: 4px; margin-top: 2px; float: left; cursor: pointer; }
#mapConstraintText { margin-left: 5px; color: #fff; font-weight: bold; width: auto; font-size: 13px; float: left; margin-top: 3px; }
#nlDatePicker { width: 68px; font-size: 13px; font-weight: bold; margin-top: -1px; }
.ui-datepicker-trigger { vertical-align: top; cursor: pointer; }