#divSearch {
    font-family: Arial, 'Arial-CE', Helvetica, sans-serif;
    font-size: 9pt;
    width: 190px;
    padding: 5px;
    background-color: #ccc;
    border-bottom: 1px solid #666;
    margin-bottom: 1em;
    overflow: auto;
    display: none;
}

#divSearch table.chboxes {
    font-size: 8pt;
    border-collapse: collapse;
}

#divSearch table.chboxes td {
    padding: 0px;
}

#divSearch a.tools {
    font-size: 0.9em;
    color: black;
    text-decoration: none;
    border-bottom: 1px dotted;
}

#divSearch a.tools:hover {
    color: blue;
}

#divSearch a.permalink {
    display: none;
}

#search_form_permalink {
    margin-top: 0.7em;
    margin-left: 0.5em;
    font-size: 0.9em;
}

#search_form_permalink input {
    font-size: 0.9em;
    width: 95%;
}

#search_form {
    margin-top: 0.5em;
}

#map_search_results {
    /*width: 180px;*/
    overflow: hidden;
    margin-top: 1em;
}

#map_search_results fieldset {
    border: none;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0.3em;
    overflow: hidden;
    width: 190px;
    white-space: nowrap;
    cursor:  pointer;
}
#map_search_results img.map-pointer {
    vertical-align: text-bottom;
    float: left;
    margin-right: 5px;
}
#map_search_results fieldset a {
    color: blue;   
}

#map_search_results h1 {
    font-size: 1.2em;
}
#map_search_results h2 {
    font-size: 1.1em;
    margin-top: 1.0em;
    margin-bottom: 0px;
}
#map_search_results p.desc {
    color: gray;
    margin-top: 0px;
    margin-bottom: 0.3em;
    font-size: 0.9em;
}

#map_search_results p.desc a {
    color: gray;
    text-decoration: none;
    border-bottom: 1px dotted;
}

#map_search_results p.desc a:hover {
    color: blue;
}
