.icon-stream {
    background-image: url(images/stream.png) !important;
}

.icon-add {
    background-image: url(images/add.png) !important;
}

.icon-record {
    background-image: url(images/record.png) !important;
}

.icon-delete {
    background-image: url(images/delete.png) !important;
}

.icon-edit {
    background-image: url(images/edit.png) !important;
}

.icon-copy {
    background-image: url(images/copy.png) !important;
}

.icon-refresh {
    background-image: url(extjs-4.1.1/resources/themes/images/gray/grid/refresh.gif) !important;
}

.x-ie6 .icon-stream {
    background-image: url(images/stream.gif) !important;
}

.x-ie6 .icon-add {
    background-image: url(images/add.gif) !important;
}

.x-ie6 .icon-record {
    background-image: url(images/record.gif) !important;
}

.x-ie6 .icon-delete {
    background-image: url(images/delete.gif) !important;
}

.x-ie6 .icon-edit {
    background-image: url(images/edit.gif) !important;
}

.x-ie6 .icon-copy {
    background-image: url(images/copy.gif) !important;
}

.x-ie6 .icon-refresh {
    background-image: url(extjs-4.1.1/resources/themes/images/gray/grid/refresh.gif) !important;
}

/* Messagebox */
.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;
}

/* Checkboxes into grid */
.x-grid-checkheader {
    height: 14px;
    /*background-image: url('extjs-4.1.1/resources/themes/images/gray/grid/unchecked.gif');*/
    background-position: 50% -2px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.x-grid-checkheader-checked {
    background-image: url('extjs-4.1.1/resources/themes/images/gray/grid/checked.gif');
}

.x-grid-checkheader-editor .x-form-cb-wrap {
    text-align: center;
}

.deactive {
color:#AAA;
}

.running {
color:#2020b4;
}

.active {
color:#202060;
}

.problem {
color:#b03e28;
}

.error {
color:red;
}

