/*
This file gets loaded along with the rest of Ext library at the initial load
*/

/* NetzkeNotifier */
.msg .x-box-mc {
    font-size:14px;
}
#msg-div {
    position:absolute;
    left:35%;
    top:10px;
    width:300px;
    z-index:20000;
}
#msg-div .msg {
    border-radius: 8px;
    -moz-border-radius: 8px;
    background: #F6F6F6;
    border: 2px solid #ccc;
    margin-top: 2px;
    padding: 10px 15px;
    color: #555;
}
#msg-div .msg h3 {
    margin: 0 0 8px;
    font-weight: bold;
    font-size: 15px;
}
#msg-div .msg p {
    margin: 0;
}
/* Fix for Ext's EditableItem render problem (from http://www.extjs.com/forum/showthread.php?p=290267#post290267) */
/*.x-menu div.x-menu-item .x-menu-item-icon {
left: 0px;
margin-top: 0px !important;
position:relative;
background-position:center center;
}
.ext-ie .x-menu-item-icon {
left: -24px;
}
.ext-strict .x-menu-item-icon {
left: 3px;
}
.ext-ie6 .x-menu-item-icon {
left: -24px;
}
*/
/* write accordion header in bold */
.x-accordion-hd {
  font-weight:bold;
}

/* highilght new records in grid */
.grid-dirty-record {
  background: #fdd;
}

/* StatusBar - fixing forgotten "!important" */
.x-statusbar .x-status-busy {
    padding-left: 25px !important;
}

.x-menu-item.nz-tristate-selected {
  background-color: #E6E6E6;
}

.nz-btn-tristate {
  margin-right: 5px;
  border: 1px solid #d8d8d8;
  padding-bottom: 0px;
}