.x-panel-body { background: transparent; }
/* Notification */
body {/*overflow: hidden;*/}
/*
.x-icon-error{background-image:url(../images/default/notification/exclamation.gif);}
.x-icon-information{background-image:url(../images/default/notification/information.gif);}
.x-notification .x-window-body{margin: 0;padding:1em; width: auto;}
.x-notification .x-tool-close{display: none}
.x-notification.fixed .x-tool-close{display: block}
.x-form-field-wrap .x-form-selector-trigger{background-image:url(../images/default/form/selector_trigger.gif);cursor:pointer;}
*/
/* Menu DBXApps
.x-menu-DBX{background-image:url(../images/axys/b_dbxapps.png) !important; }
.x-menu-DBX-over {background-image:url(../images/axys/b_dbxapps.png) !important; background-position: -47px 0px; background-repeat: no-repeat; }
.x-menu-DBX-press {background-image:url(../images/axys/b_dbxapps.png) !important; background-repeat: no-repeat; }
/*
.x-form-AXYS{font-size:12px;}
.x-form-label-AXYS{}
.x-form-field-AXYS{width:100px}
*/

#msg-div{font-size:10px; position:absolute; left:35%; width:250px; z-index:20000; }

/*
 Predefined css class for buttons with only icon. Add this class (x-btn-icon) and a class with a background-image
 to your button for a button with just an icon.
 e.g.
 .my-class .x-btn-text { background-image: url(foo.gif); }
 */
/*
.x-btn-icon .x-btn-center .x-btn-text{
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	cursor:pointer;
	white-space: nowrap;
  padding:0;
}
*/