﻿.searchControlGroup 
{
    margin: auto; 
    width: 500px;
    padding-bottom: 10px;
}

.searchControlGroupLabel 
{
    width: 170px; 
    display: inline-block;
}

#histButtons 
{    
    padding-bottom: 10px;
    text-align: center;
}

#content_ddlYearRange, #content_ddlGrantorGrantee, #content_ddlSurname 
{
    margin-right: 40px;
}

#histDropdowns 
{
    border: 1px solid black;
    width: 98%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: auto;
    margin-bottom: 10px;
}

#histSearchOptions 
{
    border: 1px solid black;
    width: 98%;
    margin: auto;   
    margin-bottom: 10px; 
}

.altBackground 
{
    background-color: #f3f3f3;
}

#RecordingSearch 
{
    width: 95%;
    padding-left: 20px;
    padding-bottom: 10px;
}

#buttonsAdvanced 
{
    padding-top: 15px;
}

#content_ddlPageNumberTop, #content_ddlPageNumber
{
    border: 1px solid black;
}

#BasicOptions, #IndexSection
{
    border: 1px solid black;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.bigMargin 
{
    margin-left: 150px;
}

#help 
{
    font-size: 1.1em;
    font-weight: bold;
    margin-left: 10px;
}

#content_hlAdvancedSearch
{
    font-weight: bold;
    margin-left: 10px; 
}

#IndexSection
{
    padding-left: 10px;
}

#IndexSection #content_btnDownload
{
    margin-left: 25px;
}

#IndexSection .label
{
    padding-left: 10px;
}

.mobileDivider 
{
    display: none;
}

table 
{
    border-collapse: collapse;
    margin-left: 10px;
    margin-right: 10px; 
}

table, th, td 
{
   border: 0px solid black;
   padding: 5px 5px 5px 5px;
}

thead
{
    background-color: #B0C4DE;
}

.centercell 
{
    text-align: center;
}

.smallColumn 
{
    width: 15px;
}

#referencesTable 
{
    margin: 0 auto;
    width: 98%;
}

.searchText, .centercell, .table1  
{    
    font-size: 11pt;
}

#content_btnSearchRecording, #content_btnReset 
{
    width: 85px;
}

#banner_, #banner_ img 
{
    width: 100%;
}

#banner_ {position: relative; top: 0px; z-index: 3; height: 100%; max-height: 320px; overflow: hidden;}


