﻿  html {
            overflow: hidden;
        }

        body {
            overflow: hidden;
            padding: 0;
            margin: 0;
            width: 100%;
            height: 100%;
            font-family: Trebuchet MS, Trebuchet, Arial, sans-serif;
        }

        a:link {
            color: #fff;
        }

        /* visited link */
        a:visited {
            color: #fff;
        }

        #map {
            position: absolute;
            top: 10px;
            left: 10px;
            right: 10px;
            bottom: 15px;
            overflow: auto;
        }

        .border
        {
            border-style:dashed;
            border-bottom-color:#fff;
            border-bottom-width:1px;
            
            float:right;
        }

        #footer {
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 100%;
            height: 12px;
            overflow: hidden;
        }

        @media screen and (max-width: 600px) {
            #map {
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
            }
        }

        body {
            background: #f4f4f4;
        }

        #header {
            background: #fff;
            box-shadow: 0 1px 3px #CCC;
            border: 1px solid #ccc;
        }

            #header h1 {
                padding: 7px 10px;
                margin: 0;
                font-size: 28px;
            }

        #map {
            border: 1px solid #ccc;
            box-shadow: 0 1px 3px #CCC;
            background-color: #DEDCD7;
        }

        #footer {
            text-align: center;
            font-size: 9px;
            color: #606060;
        }

         .OverlayIcon {
            position: absolute;
            top: 48px;
            left: 15px;
        }
         .closedown
         {
             float:right;
             margin-bottom:10px;
                

         }

        #placeDetails {
            /* Place the div off the bottom right of the map */
            position: absolute;
           
            width: 290px;
            top: 60px;
            left: -420px;
            padding-left: 10px;
            padding-right: 10px;
            /* Semi-transparent background */
            background-color: rgba(43, 71, 106, 0.8);
            color: white;
            font-size: 80%;
            /* Rounded top left corner */
            border-top-left-radius: 15px;
            -moz-border-radius-topleft: 15px;
            -webkit-border-top-left-radius: 15px;
            border-bottom-right-radius: 15px;
            -moz-border-radius-bottomright: 15px;
            -webkit-border-bottom-right-radius: 15px;
        }

            /* Fit the text nicely inside the box */
            #placeDetails h2 {
                font-family: sans-serif;
                margin-bottom: 10px;
                text-align: center;
                font-size: 15px;
            }

            .picsize {
                width: 225px;
                height: 175px;
            }

        

        #placeDetails p {
            margin-top: 10px;
            margin-left: auto;
            margin-right: auto;
            font-size: 13px;
            text-align: left;
            width: 225px;
            height: 175px;
        }

        #image {
            margin-top: 7px;
            margin-bottom: 7px;
            margin-left: auto;
            margin-right: auto;
            width: 225px;
            height: 175px;
        }

        #sidebartab {
            width: 15px;
            height: 75px;
            background-color: #40413B;
            position: absolute;
            top: 325px;
            right: 180px;
            display: table-cell;
            vertical-align: bottom;
        }

            #sidebartab h4 {
                background-color:#ff0000;
                padding-top: 5px;
                color: #fff;
                /* Safari */
                -webkit-transform: rotate(-90deg);
                /* Firefox */
                -moz-transform: rotate(-90deg);
                /* IE */
                -ms-transform: rotate(-90deg);
                /* Opera */
                -o-transform: rotate(-90deg);
                /* Internet Explorer */
                filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
               
            }
        
         #sidebar {
            width: 180px;
            height: 435px;
            background-color: #40413B;
            position: absolute;
            top: 200px;
            right: 0px;
            /* Rounded top left corner */
            border-top-left-radius: 15px;
            -moz-border-radius-topleft: 15px;
            -webkit-border-top-left-radius: 15px;
            border-bottom-left-radius: 15px;
            -moz-border-radius-bottomleft: 15px;
            -webkit-border-bottom-left-radius: 15px;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE 8 */
            filter: alpha(opacity=70); /* IE 5-7 */
            -moz-opacity: 0.9; /* Netscape */
            -khtml-opacity: 0.9; /* Safari 1.x */
            opacity: 0.9; /* Good browsers */
        }

            #sidebar h4 {
                color: #fff;
            }

        #sidebarinside {
            position: relative;
            margin-left: 28px;
            margin-top: 40px;
        }

        #sidecontrols {
            width: 150px;
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

            #sidecontrols li {
                color: #fff;
                padding-top: 10px;
            }
