/* 
    Document   : jscada
    Created on : Dec 6, 2010, 5:39:44 AM
    Author     : peyo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* list view */
#images-view .x-panel-body {
    background: white;
    font: 11px Arial, Helvetica, sans-serif;
}

#images-view .thumb {
    background: #dddddd;
    padding: 3px;
}

#images-view .thumb img {
    height: 60px;
    width: 80px;
}

#images-view .thumb-wrap {
    float: left;
    margin: 4px;
    margin-right: 0;
    padding: 5px;
    border: 1px solid white;
}

.x-theme-access #images-view .thumb-wrap {
    border: 1px solid #232D38;
}

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

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

#images-view .x-view-selected {
    background: #eff5fb no-repeat right bottom;
    border: 1px solid #99bbe8;
    padding: 4px;
}

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

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

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

.overall-icon {
    background-image:url('../images/default/wifi.png') !important;
}

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

.operation-icon {
    background-image:url('../images/default/kservices.png') !important;
}

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

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

.device-status-icon {
    background-image:url('../images/default/device-status.png') !important;
}

.device-summary-icon {
    background-image:url('../images/default/device-summary.png') !important;
}

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

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

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

.rtu-datalog-icon {
    background-image:url('../images/default/rtu-datalog.png') !important;
}

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

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

.analysis-basic-icon {
    background-image:url('../images/default/analysis-basic.png') !important;
}

.analysis-details-icon {
    background-image:url('../images/default/analysis-details.png') !important;
}

.analysis-data-icon {
    background-image:url('../images/default/analysis-data.png') !important;
}

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

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

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

.alarm-level-icon {
    background-image:url('../images/default/alarm-level.png') !important;
}

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


.alarm-code-icon {
    background-image:url('../images/default/alarm-code.png') !important;
}

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

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

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

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

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

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

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

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

.alarm-rules-icon {
    background-image:url('../images/default/alarm-rules.png') !important;
}

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

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

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

.change-password-icon {
    background-image:url('../images/default/password.png') !important;
}

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