    /* -----------------------TEXT ----------------------- */
    .editorRegularText{font-family: "Trebuchet MS",sans-serif; font-size:10pt; }
    div.darkGreenText{font-family: "Trebuchet MS",sans-serif; font-size:11pt; color:#0E4300;font-weight:bold;}
    div.listUnselected{font-family: "Trebuchet MS",sans-serif; font-size:9pt;color:#23ab00;font-weight:bold; cursor:pointer;}
    /* -----------------------BLUE TABS ----------------------- */
    div.selectedTab{border:1px solid white; background:#49AFDB;  cursor:pointer;color:#FFFFFF;font-family:  "Trebuchet MS",sans-serif;font-size:9pt; font-weight:bold;}
    div.unselectedTab{border:1px solid white; background:#0A4E7A;  cursor:pointer;color:#868686;font-family:"Trebuchet MS",sans-serif;font-size:9pt; font-weight:normal;}
    /* -----------------------EASY MENU STYLE ----------------------- */
    div.menuEditorProperties{ width:120px;background:#FFFFFF;border-top: 1px solid #000000;border-left: 1px solid #000000;border-right: 1px solid #000000;font-size:9pt;font-weight:bold; color:#0e4300;cursor:pointer;}
    div.menuEditorProperties_hover{width:120px;background:#d8ffa1;border-top: 1px solid #000000;border-right: 1px solid #000000;font-size:9pt;font-weight:bold; color:#0e4300;cursor:pointer;}
    div.menuLayerSelected{width:70px; z-index:5;border-top: 1px solid #000000;border-left: 1px solid #000000;border-right: 1px solid #000000;background: #d8ffa1;color:#0e4300;font-weight:bold;}
    div.menuLayerUnSelected{width:70px;border-top: 1px solid #000000;border-right: 1px solid #000000;border-left: 1px solid #000000;cursor:pointer;background: #4c9700;color:#0e4300;font-weight:normal;}
      
     /* ---------------------- CSS EDITOR ----------------------- */    
      div.menuTitle{font-size:10pt;font-weight:bold; color:white; padding:2px;background:#4c9700;}
      div.cssOption{font-size:10pt;font-weight:bold; padding:2px; color:#0e4300;; background: #d8ffa1; border:1px solid #4c9700;cursor:pointer;}
      div.cssOption_hover{font-size:10pt;font-weight:bold; padding:2px; border:1px solid #4c9700;cursor:pointer; background:#FFFFFF;color:#0e4300;}
     
     /* ---------------------- Not sure what this is for??!? ----------------------- */   
      div.popvideo{float:left; margin:8px; cursor:pointer; font-size:20pt;}
