﻿/*html, body
        {
            padding: 0;
            margin: 0;
            height: 100%;
        }
        body
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            -webkit-text-size-adjust: 12px;
            -ms-text-size-adjust: 12px;
            line-height: 1em;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            color: #333;
            background-color: #f2f6f8;
            margin: 0px;
            padding: 0px;
        }*/
        
        #mapDiv
        {
            border-radius: 0px;
            /*box-shadow: 0 0 1.85em #777777;*/
            /*background-color: #BECDDC;*/
            background-color:#99BDCD;
            height:640px;width:500px;
            float:left;
        }
        .riverDetails
        {
            padding: 5px;
            display: none;
            position: absolute;
            top: 100px;
            left: 100px;
            z-index: 1;
            background-color: #CBE9ED;
            border: 1px solid #000000;
            /*border-radius: 5px;*/
            /*box-shadow: 0 0.3em 0.3em 0 #777777;*/
        }
        .errorDetails
        {
            padding: 5px;
            display: none;
            position: absolute;
            top: 100px;
            left: 100px;
            z-index: 1;
            background-color: #FFFFFF;
            border: 1px solid #000000;
            /*border-radius: 5px;*/
            /*box-shadow: 0 0 1.85em #777777;*/
        }
