.unigui_theme {
    mobile-band-height : 59px;
    mobile-border-width : 1px;
    panel-header-height: 36px;
    default-edit-height: 24px;
    tab-header-height: 36px;
}

.unigui_theme_big {
    mobile-band-height : 59px;
    mobile-border-width : 1px;
    panel-header-height: 44px;
    default-edit-height: 32px;
    tab-header-height: 44px;
}

.x-uni-window {
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  box-shadow: 1px 1px 3px 4px #ddd;
  border-radius: 4px;  
}

.x-uni-window-header
{
  background-color: #f2f2f2;
  color: #555;
}

.x-uni-window-header .x-title
{
  background-color: transparent;
  color: #555;
}

.x-button 
{
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  box-shadow: 0px 0px 1px #ccc;
}




