﻿html {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            height: 100%;
        }

        body {
            height: 100%;
            margin: 0;
            padding: 0;
        }

        /*	start styles for the ContextMenu	*/
        .context_menu {
            background-color: white;
            border: 1px solid gray;
        }

        .context_menu_item {
            padding: 10px 15px;
        }

            .context_menu_item:hover {
                background-color: green;
            }

        .context_menu_separator {
            background-color: gray;
            height: 1px;
            margin: 0;
            padding: 0;
        }

        #clearDirectionsItem, #getDirectionsItem ,#cleargeofenceline{
            display: none;
        }
        /*	end styles for the ContextMenu	*/

        #map_container {
            height: 100%;
        }


        p {text-indent:100px;}