/* Rewrites Standart */

.req-attr-text {
    color: red;
}

.x-grid3-header-offset {
    width: auto;
}

.my-tabitem-text {
    display: block;
    padding: 0 5 0 5px;
    color: #416AA3;
    cursor: pointer;
    white-space: nowrap;
}

.table-dark-cell {
    background-color: #f2f2f2;
}

.x-panel-body {
    background: white;
    font: 11px Arial, Helvetica, sans-serif;
}

.thumb {
    padding: 3px;
}

/*.thumb img {
    height: 90px;
    width: 64px;
}*/

.thumb-wrap {
    float: left;
    margin: 4px;
    margin-right: 0;
    padding: 5px;
}

.thumb-wrap span {
    display: block;
    overflow: hidden;
    text-align: center;
}

.x-view-over {
    border: 1px solid #dddddd;
    background: #efefef url( extjs/resources/images/default/grid/row-over.gif )
    repeat-x left top;
    padding: 4px;
}

.x-view-selected {
    background: #badeda;
    border: 1px solid #99bbe8;
    padding: 4px;
}

.x-view-selected .thumb {
    background: transparent;
}

.loading-indicator {
    font-size: 11px;
    background-image: url( 'extjs/resources/images/default/grid/loading.gif' );
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    margin: 10px;
}

.doc-link-panel {
    background-color: lightgray;
}
