﻿
.searchInput {
    position: absolute;
    right: 1em;
    top: 3em;
    left: 5em;
}

#clerkSiteSearchTarget {
    margin: 0 1em 0 0.5em;
    background: white;
    border: solid 1px black;
    position: absolute;
    right: 0;
    left: 0;
    color: black;
}

#clerkSiteSearchSpinner {
    background: #E5E5E5;
    border: solid 1px black;
    position: absolute;
    right: 0;
    margin-left: 10px;
    margin-right: 40px;
    padding: 10px;
    left: 0;
    color: black;
}

.searchResultDialog h1 {
    color: black;
}

.searchResultDialog > h1 {
    padding-left: 1em;
    padding-top: 0.5em;
    font-size: 1em;
}

.searchResultDialog_Item {
    margin: 1em;
    border: solid 1px silver;
    padding: 1em;
}

.searchResultDialog_Item:hover {
    background-color: #F5F5F5;
    border: solid 1px gold;
}

.searchResultDialog_Item em {
    background-color: #FFFFCC;
    font-weight: bold;
    font-style: normal;
}

.searchResultDialog section a {
    text-decoration: none;
}

.searchResultDialog section a h2 {
    margin: 0;
    color: #0000CC;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}

.searchResultDialog section a div {
    margin-top: 0.0em;
    margin-bottom: 0.5em;
    color: #008000;
    font-size: 0.85em;
}

