﻿.esriBookmarkTable
{
    width: 208px;
    border-spacing: 0px;
    border-collapse:separate;
}
.esriBookmarkLabel
{
    position: relative;
    float: left;
    width: 220px;
    overflow: hidden;
    line-height: 20px;
    height: 20px;
    white-space: nowrap;
    margin-left: 5px;
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
    color: #F0E68C;
    font-family: Verdana, Helvetica, sans-serif;
    cursor: pointer;
}

.esriBookmarkItem
{
    width: 298px;
    height: 25px;
}
.esriAddBookmark
{
    color:Orange;
    font-size:larger;
}
.esriBookmarkHighlight
{
    background-color: #999999;
}
.esriBookmarkEditImage
{
    float: right;
    width: 30px;
    cursor: pointer;
    background: transparent url(/gis/agsweb/IE/JSViewer/images/edit.png) no-repeat scroll center center;
}
.esriBookmarkRemoveImage
{
    float: right;
    width: 30px;
    cursor: pointer;
    background: transparent url(/gis/agsweb/IE/JSViewer/images/close.gif) no-repeat scroll center center;
}
.esriBookmarkEditBox
{
    position: fixed;
    font-size: 12px;
    height: 20px;
    width: 180px;
}
