﻿#mapwrap 
{
    width: 960px;
    height: 550px;
}

#map
{
    float: left;
    width: 700px;
    height: 500px;
}
#message
{
    position: absolute;    
    background-color: #555;            
    color: #fff;
    width: 250px;
    font-size: 8pt;             
}
#message a, a:visited, a:active, a:link
{    
    font-size: 8pt;    
    color: #fff;
    text-decoration: underline;       
}

#message a:hover
{
    
}
#message .rowwrap
{
    border-top: solid 1px #a0a0a0;
    border-bottom: solid 1px #000000;      
}
#message .row
{        
    padding: 10px 10px 10px 10px;    
}
#message .rowfirstwrap
{
    border-bottom: solid 1px #000000;    
}
#message .rowfirst
{    
    padding: 10px 10px 10px 10px;
}
#message .rowlastwrap
{
    border-top: solid 1px #a0a0a0;    
}
#message .rowlast
{
    padding:  10px 10px 10px 10px;    
}
#message .latlon
{
    float: left;    
    padding-bottom: 10px;
}
#message .pointid
{
    float:right;
    color: #a0a0a0;        
    padding-bottom: 10px;
}

#listwrap
{    
    height: 500px;
    width: 240px;    
    float: right;
}
#listtitle {
    font-weight: bold;
    padding-left: 10px;    
    padding-top: 10px;    
    background-color: #a0a0a0;
    height: 25px;
    color: #fff;
    width: 232px;    
}
#listdata {
    overflow: auto;
    border: solid 1px #a0a0a0;
    width: 240px;
    height: 463px;
}
#list
{
    background: #fff;
    list-style: none;
    padding: 0;
}
#list li
{
    padding: 5px;
    list-style: none;
    font-size: 8pt;
    font-weight: bold;
    color: #4497ce;
}

#list img
{
    vertical-align: middle;
    border: 0px;
    padding-right: 10px;
}

#list li:hover
{
    background-position: #EEEEEE;
    background: #EEEEEE;
    color: #0063DC;
    cursor: pointer;
    cursor: hand;
}
