﻿.bookmarks_row
{      
    white-space: nowrap;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    vertical-align: top;
}

.bookmarks_table_container_div {
    max-height:400px;
}

.bookmark_delete_icon
{
    float:right;
    display:inline-block;
    background-image: url('../images/Delete.png');
    width: 16px;
    height: 16px;
    margin-top:7px;
    margin-right:9px;
}

.bookmarks_table
{     
}

.hoverable_map_bookmark_container_entry_div
{
    clear:both;
}

.bookmark_cell
{
    display:inline-block;
}

.bookmark_save_as_span
{
    line-height:30px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #666666;
    white-space: nowrap;
    margin-left:5px;
    margin-right:5px;
}

.new_bookmark_text
{
    width:100px;
    margin-left:5px;
    margin-right:5px;
}

.new_bookmark_button
{
    margin-bottom:5px;
}

.bookmarks_table input[type=text]
{
    height:18px;
}

.bookmarks_table button
{
    height:20px;
}

