﻿      html,body {
        height:98%;
        width:98%;
        margin: 0 10px;
        padding:0;
      }

      body {
        overflow:hidden;
        font-family:"Tahoma", Tahoma, "Trebuchet MS", Arial, sans-serif;
      }


      #header {
        margin:0;
      }

      #title {
      white-space: nowrap;  
      overflow: hidden;  
      text-overflow: ellipsis;
      -o-text-overflow:ellipsis;
      }
      .esriRtl #title{
        text-align: right;
        padding-right: 10px;
      }
      #subtitle {
        white-space: nowrap;  
        overflow: hidden;  
        text-overflow: ellipsis;
        -o-text-overflow:ellipsis;
      }
     .esriRtl #subtitle{
        padding-right:10px;
     }

      #map {
        padding:0;
        margin:0;
      }

      #footer {
        margin:0;
      }
      .esriScalebar{
        padding-left:15px;
      }
      .map .bingLogo-lg{
        left:18px !important;
      }
