  /* Popup */ 
  .dhtmlx_popup_title {
    font-style:           normal;
  }
  .dhtmlx_popup_button {     
    font-style:           normal;
    background-color:     #ad6e6e;
    background-image:     -moz-linear-gradient(center bottom , #5a5a5a 0px, #373737 12%, #7f7f7f 100%);  /* e1eeff 0,#cce2fe 12%,#ecf2f7 */ 
    border:               1px solid #b2b2b2;
  }
  .dhtmlx_popup_button:active,
  .dhtmlx_popup_button:focus {
    background-color:     #8f5050;
  }
  .dhtmlx-alert .dhtmlx_popup_title, .dhtmlx-confirm .dhtmlx_popup_title {
    background-color:     #6E95AD;
    border:               1px solid #6E95AD;
    color:                #000000;
  }
  .dhtmlx_popup_button {
    height:               24px;
    line-height:          24px;
    font-family:          inherit;
    font-size:            12px;    
    letter-spacing:       normal;    
    text-shadow:          0 0px 0 #fff; 
  }  
  .dhtmlx_popup_button div { 
    line-height:          24px;
  }

  /* Toolbar */
  .dhx_toolbar_dhx_web div.dhx_toolbar_btn img {    
    width:                16px;
    height:               16px;
  }
  
  /* Button in Grid */
  .gridbox_dhx_web button {  
    float:                left;               
    margin:               1px 2px;
    padding:              0 17px;
    height:               24px;
    line-height:          23px;         
    clear:                both;
    color:                #030303;
    cursor:               default;    
    background-color:     #e9e7e7;
    font-family:          Tahoma;
    font-size:            inherit;    
    overflow:             hidden;
    position:             relative;
    border:               0;        
    -moz-user-select:     none;
  }
  .gridbox_dhx_web button:hover {
    background-color:     #D6D6D6;
  }
  .gridbox_dhx_web button:focus {
    outline:              1px dotted #000000;
  }
  .gridbox_dhx_web button:active {
    background-color:     #D1D1D1;
  }