/* Schema{#ffffff, #a5cef8, #95bef8, #549fe4} */
   BODY{
      border: none;
      background: #ffffcc;
      font: messageBox;
      scrollbar-base-color : #ffff94;
      scrollbar-highlight-color : #948c5a;
      scrollbar-face-color : #d6c673;

      scrollbar-arrow-color : #4a4239;
      scrollbar-shadow-color : #e7ce7b;
      scrollbar-darkshadow-color : #6b6b4a;

      scrollbar-track-color: #bdad6b;

      scrollbar-3d-light-color : #bdad6b;

   }
   #maxPanel{display: none;width:40;position:absolute;top:4;z-index:1050}
   .winA1{
      padding-left: 8;
      height: 22;
      width: 2%;
      padding-top: 4;
      background: url('images/winA1.gif') no-repeat;
   }
   .winA2{
      background: url('images/winA2.gif');
   }
   .winA3{
      padding-top: 4; padding-right: 10;
      background: url('images/winA3.gif') top right no-repeat;
   }
   .dWin{
      position: absolute;
      border-bottom: solid #6a635b 1;
   }
   .winCap{
      cursor : default
      padding-left: 2;
      font: bold 12 Tahoma;
      color: #000000;
   }
   .winSizer{
      cursor: se-resize;
      width: 13;
      height: 13;
      border-right: solid #ffd700 1;
      background: url('images/resize.gif') no-repeat right bottom;
   }
   #statBorder{
     border: #6a635b 1;
     left: 0;
     width: 100%;
     position: absolute;
     top: 100%;
     height: 22;
     z-index: 1000;
   }
   .statusBar{
      width: 100%;
      height: 100%;
      padding: 2;
      padding-left: 6;
      font: messageBox;
      background: #ffffaa url("images/status_back.jpg") repeat-x;
   }
   .childWinStatusBar{
      border: solid #6a635b 1;
      border-bottom: solid #fff793 1;
      border-top: none;
      background: white;
   }
   .btnMin{
      margin-right: 2;
      background: no-repeat top left url('images/btn_min.gif');
      width: 15;
      height: 15;
      font-size: 8;
   }
   .btnMinD{
      margin-right: 2;
      background: no-repeat top left url('images/btn_min.gif');
      width: 15;
      height: 15;
      font-size: 8;
      filter: xray;
   }
   .btnRestore{
      margin-right: 2;
      background: no-repeat top left url('images/btn_res.gif');
      width: 15;
      height: 15;
      font-size: 8;
   }
   .btnRestoreD{
      margin-right: 2;
      background: no-repeat top left url('images/btn_res.gif');
      width: 15;
      height: 15;
      font-size: 8;
      filter: xray;
   }
   .btnSys{
      background: no-repeat top left url('images/btn_sys.gif');
      width: 16;
      height: 16;
      font-size: 8;
   }
   .btnMax{
      margin-right: 2;
      background: no-repeat top left url('images/btn_max.gif');
      width: 15;
      height: 15;
      font-size: 8;
   }
   .btnMaxD{
      margin-right: 2;
      background: no-repeat top left url('images/btn_max.gif');
      width: 15;
      height: 15;
      font-size: 8;
      filter: xray;
   }
   .btnClose{
      background: no-repeat top left url('images/btn_close.gif');
      width: 15;
      height: 15;
      font-size: 8;
   }
   .btnCloseD{
      background: no-repeat top left url('images/btn_close.gif');
      width: 15;
      height: 15;
      font-size: 8;
      filter: xray;
   }
   .toolbar{
      height: 40;
      padding-top: 4;
      z-index: 500;
      background: url('images/main_toolBar_back.jpg');;
   }
   .tbButton{
      border: none;
      padding-top: 3;
      padding-left: 3;
      padding-right: 1;
      padding-bottom: 1;
   }
   .tbButtonH{
      border: none;
      padding-top: 3;
      padding-left: 3;
      padding-right: 1;
      padding-bottom: 1;
      background: #bbbb44;
   }
   .tbButtonD{
      border: none;
      margin: 1;
      padding: 1;
      padding-top:0;
      padding-bottom: 0;
   }
   .toolTip{
      position: absolute;
      background: InfoBackground;
      color: InfoText;
      font: InfoText;
      padding: 2;
      padding-top: 2;
      padding-bottom: 2;
      border: solid InfoText 1;
      display: none;
      z-index: 1010;
   }
   .windowInner{
      border: solid gold 1;
      padding: 10;
      background: #f8f8f8;
      font: messageBox;
   }
   .winFormCanvas{
      overFlow: auto;
      width: 100%;
      height: 100%;
      border: solid #6a635b 1;
      border-top: solid #6a635b 1;
      background: #ffffff;
   }
   .innerPanel{
      border: solid #6a635b 1;
      padding: 8;
      font: messageBox;
      background: white;
   }
   .outerPanel{
      aborder: solid #6a635b 1;
      padding: 8;
      font: messageBox;
      background: white;
   }
   .edit{
      font: messageBox;
      background: #ffffff url('images/edit_back.gif') repeat-x;
      padding-left: 5;
      border: solid #a49b75 1;
   }
   .nButton{
      border: 1 solid #443b15;
      border-top: 1 solid #a49b75;
      border-left: 1 solid #a49b75;
      background: #ffffff url('images/nButtonBG.gif') repeat-x;
      color: #000000;
      font: bold 12 trebuchet MS;
      height: 25;
      text-decoration: none;
      padding-top: 3;
      padding-left: 8;
      padding-right: 8;
   }
   .nButton:hover{
     background: #aa8d45;
     color: #ffffff;
   }
   .comboEdit{
      width: 100%;
      font: messageBox;
      background: #ffffff url('images/edit_back.gif') no-repeat;
      padding-left: 5;
      border: solid #a49b75 1;
   }
   .comboButton{
      width: 12;
      height: 12;
      font-size: 8;
      border: solid #a49b75 1;
      background: white;
   }
   #comboBoxHandler{
      z-index: 300;
      position: absolute;
      top: 100;
      left: 100;
      width: 150;
      height: 150;
      overFlow: auto;
      background: #eeeeff;
      border: 1px outset;
      display: none;
   }
   .comboTitle{
      width: 100%;
      font: captionText;
      color: activeCaption;
      background: #66aaff;
   }
   .ml{
      width: 100%;
      padding-left: 3;
   }
   .mlH{
      width: 100%;
      padding-left: 3;
      background-color: #4488ff;
      color: white;
   }
   .ml:hover{
      background-color: #4488ff;
      color: white;
   }
