/* Maps Styles */


/* Marker Info Window Styles */

.maps_marker_info_window_container
{
    text-align: center; 
    padding-bottom: 6px; 
    padding-left: 6px;
}

.maps_marker_info_window_wording_container
{
    display: block;
}

.maps_marker_info_window_location
{
    font-weight: bold;
    font-size: 20px;
}

.maps_marker_info_window_date
{
    font-weight: bold; 
    font-size: 15px; 
    margin-top: 4px;
}

.maps_marker_info_window_date sup
{
    bottom: 3.8px;
    font-size: 10px;
}


.maps_marker_info_window_address
{
    margin-top: 4px;
}

.maps_marker_info_window_host
{
    margin-top: 4px;
}

.maps_marker_info_window_links
{
    font-weight:bold; 
    margin-top:4px;
}

.maps_marker_info_window_picture_container
{
    display:block; 
    margin-top:8px;
}

.maps_marker_info_window_picture
{
    width:100%; 
    height:auto;
}


/* Marker Search Box Styles */
     
#maps_search_box
{   
    background-color: #fff;         
    margin-left: 10px;
    margin-top: 10px;
    padding: 10px;
    text-overflow: ellipsis;
    font-size: 15px;
    width: 300px;
    height: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

#maps_search_box:focus 
{
    border-color: #4d90fe;
}


/* Marker Search Results Styles */

.maps_search_results_container
{
    display: none; 
    background-color:#fff; 
    width: 175px; 
    height: 285px; 
    top: 55px; 
    right: 10px; 
    position: absolute; 
    overflow-y: auto;
    text-align: center;
    font-size: 12px;
    padding: 8px;    
    border-style: solid;
    border-width: 1px;
    border-color: #CCC;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

.maps_search_results_close_button
{
    position: absolute;
    float: right;
    top: 0px;
    right: 7px;
    cursor: pointer;
}


.maps_search_results_title
{
    font-weight: bold;
    margin-bottom: 8px;
}

.maps_search_results_table
{
    display: table;
    width: 100%;
}

.maps_search_results_table_row
{
    display: table-row;
}

.maps_search_results_table_row_header
{
    font-weight: bold;
}

.maps_search_results_table_row_location
{
    cursor: pointer;
}

.maps_search_results_table_cell
{
    display: table-cell;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCC;
}

.maps_search_results_table_cell_location
{    
    text-align: left;
}