﻿ 
  html, body 
        {
    padding: 0px;
    margin: 0px;
    height: 100%;
    width:100%;
  }
    
    #MainMapDiv {
      padding: 0;
      margin: 0;
      height: 100%;
      z-index: -1;
    }
    
    #HelpMapBGDiv {
      position: absolute;
      top: 12px;
      right: 12px;
      width: 320px;
      height: 220px;
      border: 1px solid black;
      z-index: 1;
    }
    #HelpMapDiv {
      position: absolute;
      top: 9px;
      right: 9px;
      width: 300px;
      height: 200px;
      border: 1px solid black;
      z-index: 2;
    }
  
 /*+----------------+*/
/*|   פקודות      |*/
/*+----------------+*/
            
.CommandPanelBar {
    width: 176px;
    height: 46px;
    margin-top: 0px;
}
.CommandPanelBar h3 {
    font-weight: normal;
    padding-bottom: 10px;
}
#PanelbarCommandImages > .k-item > .k-link > .k-image
{
    margin-top: 2px;
    margin-left: -5px;
}
.CommandPanelBarEng {
    width: 176px;
    height: 46px;
    margin-top: 0px;
}
.CommandPanelBarEng h3 {
    font-weight: normal;
    padding-bottom: 10px;
}
#PanelbarCommandImagesEng > .k-item > .k-link > .k-image
{
    margin-top: 2px;
    margin-left: -5px;
}
