﻿    #esrimap
    {
        height: 500px;
    }

    /*#thumbPickerDiv{
        width: 100%;
        background: #F0F0F0;
        height: 240px !important;
        padding: 3px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-top: 5px;
    }
    
    .esriBasemapGalleryThumbnail
    {
        width: 30px;
        height: 30px;        
    }
    
    .thumbWrapper img 
    {
        -moz-border-radius: 5px;
        border-radius: 3px;
        border: 1px solid grey;
    }
    
    .prevVert, .nextVert
    {
        display:none;
    }*/
    
    .infowindow ul
    {
        margin-top: 15px;
    } 

    .columnPadding
    {
        margin: 0px 8px;
    }
    
    #mapWrapper
    {
        float: left;
        width: 100%;
    }
    
    #mapColumn
    {
        margin-right: 250px; /*Set right margin to RightColumnWidth*/
    }

    #parkListColumn
    {
        float: left;
        width: 250px; /*Width of right column in pixels*/
        margin-left: -250px; /*Set left margin to -(RightColumnWidth) */
    }
        
    #parkListColumn h3
    {
        margin: 5px 0;
        color: #999999;
        font-size: 1.3em;
        font-weight: lighter;
    }
    
    #parkList
    {
        height: 460px;
        overflow: auto;
    }
    
    #parkList li
    {
        margin: 6px 0;
    }
    
    #parkList a
    {
        color: #BB5500;
    }
    
    #parkList a:hover
    {
        text-shadow: 0 0 10px yellow ;
        text-decoration: none;
    }
    
    #parkList a.selected
    { 
        font-weight: bold;
        padding: 20px 0px;
    }
    
    #popupContent td, #popupContent table
    {
        padding:3px;
        /*border-bottom:1px solid green;*/
    }
    
    #popupContent a
    {
        border-bottom:1px solid grey;        
    }

    #parkMapMsg
    {
        color:Red;        
    }
    
    .tip
    {
        color:Red;
        font-weight: bold;        
    }
    
    .nihilo .dijitButtonText {
        color: #624000;
        text-decoration: none;
      }
      
      .nihilo .dijitButtonText:hover {
        color: #000066;
        text-decoration: underline;
        cursor: pointer;
      }
      
    .nihilo td.dijitMenuItemLabel 
    {
        color: #624000;
        text-decoration: none;
    }
    
    .zoomprevIcon
    {
        background-image:url(../images/map/arrow-left.png); width:16px; height:16px;
    }
    
    .zoomnextIcon
    {
        background-image:url(../images/map/arrow-right.png); width:16px; height:16px;        
    }
    
    .dijitTooltipContainer
    {
        background: white !important;
        padding: 2px !important;
        border: none !important;
    }
    
    #navToolbar
    {
        position:absolute; 
        right:10px; 
        top:10px; 
        z-index:10;
    }