.search-query-text-input
{
    font-size: 1em;
    font-weight: bold;
    color: black;
    padding-left: 2px;
    font-family: Arial, Helvetica, sans-serif;
    width: 25em;
    height: 1.2em;
}

.search-query-submit
{
    font-weight: normal;
    font-size: .6em;
}

#supporting-site-search-form
{
    vertical-align: middle;
}

.search-label-results
{
    border: 1px solid #ddd;
    padding: 5px;
}

table.search-results
{
    margin: 2px 0 5px 0;
    border-collapse: collapse;
    width: 100%; 
}

h2.search-results {
    background: #ddd;
    border: 1px solid #ccc;
    color: #000;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 5px;
}
h2.search-results img {
    float: left;
    margin: 0 5px 0 0;
}
ul.search-results {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.search-results li {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: none;
    padding: 5px;
}

.search-filters-panel {
    background: #f0f0f0;
    margin-bottom: 10px; 
    padding: 10px;
}

.search-filters-panel ul {
    list-style: none; 
    margin: 0;
    padding: 0;
}

.search-filter-container {
    margin: 10px 0;
}

.search-filter-reset {
    font-size: 9pt;
    font-weight: normal;
    text-decoration: underline;
}

.first {
    margin-top: 0;
}

#search-sidebar {
    float: right;
    width: 230px; 
}

#search-results-container {
    margin-right: 240px;
}

#search-container {
    width: 100%;
    overflow: hidden;
}

div.error {
    padding: 10px; 
}

.search-filters-panel div.error {
    padding: 2px; 
}

#search-filter-by-contributor-autocomplete {
    width: 200px;
}

ol.autocompleter {
    background: #fff;
    border: 1px solid #888;
    font-size: 0.9em;
    list-style-type: none;
    list-style: none;
    margin-top: 0.3em;
    margin: 0;
    padding: 0;
    width: 15em;
}

ol.autocompleter li {
    margin: 0;
    padding: 3px;
    cursor: default;
}

ol.autocompleter q, ol.autocompleter i {
    display: none;
}

ol.autocompleter li.focused {
    background: #ccf;
}

.username-in-autocomplete-list {
    color: #666;
    font-size: 1em;
}