/*
 * $Revision$
 * $Date$
 *
 * Copyright (C) 1999-2010 Jive Software. All rights reserved.
 *
 * This software is the proprietary information of Jive Software. Use is subject to license terms.
*/
@charset "utf-8";
/* CSS Document */

.overlay-status-indicator {
    background-image: url(../../resources/images/status_icons.png);
    height: 9px;
    width: 9px;
    margin: 2px 5px 5px 4px;
    float: left;
}

.overlay-indicator-offline {
    background-position: -10px -10px;
}

.overlay-indicator-restart {
    background-position: -10px -48px;
}

.translation textarea {
    border: 1px #aaa solid;
    padding: 3px;
    width: 98%;
    height: 15px;
    vertical-align: middle;
    font-family: verdana;
    font-size: 11px;
}

.licenseInformation textarea {
    width: 100%;
    height: 50px;
}

.message {
    padding: 3px;
    color: white;
    font-weight: bold;
}

.paging {
    text-align: center !important;
}

.c1 {
    width: 200px;
}

.c3 {
    width: 150px;
    text-align: center !important;
}

.licenseInformation {
    background-color: #eee;
    margin: 10px 0 10px 0;
    border: 1px #aaaaaa solid;
}

.own-translation-row {
    background: #a2eca5 repeat scroll 0 0;
}

.custom-translation-row {
    background: #ffff99 repeat scroll 0 0;
}

.default-translation-row {
    background: #efefef repeat scroll 0 0;
}

#license-error, #backend-error {
    background-color: #ff0000;
}

#backend-success {
    background-color: #1ca936;
}

#smz-i18n-plugin {
    border: 1px #ccc solid;
}

#smz-i18n-plugin TH, #smz-i18n-plugin TD {
    padding: 8px;
}

#smz-i18n-plugin TH TH, #smz-i18n-plugin TD TD {
    padding: 0px;
}

#smz-i18n-plugin TH {
    background-color: #eee;
    border-bottom: 1px #ccc solid;
    text-align: center;
    font-family: verdana;
    font-size: 8pt;
}

#smz-i18n-plugin {
    border-bottom: 1px #ccc solid;
}

#smz-i18n-plugin TH {
    text-align: left;
}

#smz-i18n-plugin TR TD TD {
    border-width: 0;
}

#smz-i18n-plugin TR TD {
    text-align: left;
}

#smz-i18n-plugin TR .stat {
    text-align: left;
}

#smz-i18n-plugin .stats {
    background-color: #eee;
}

#smz-i18n-plugin .error .c4 {
    background-color: #FFC8BE;
    font-weight: bold;
}

#smz-i18n-plugin .icon {
    padding: 0 5px 0 3px;
}

#smz-i18n-plugin .footer-row {
    text-align: right;
    background-color: #DDD;
}

#smz-i18n-plugin .header-row {
    text-align: right;
    background-color: #DDD;
}

#smz-i18n-plugin .action-row {
    vertical-align: bottom;
}

#smz-i18n-plugin .footer-row TD {
    border-bottom: 0;
}

#smz-i18n-plugin .footer-row INPUT {
    text-align: right;
    font-family: verdana;
    font-size: 8pt;
}

.jive-button .jive-button-label {
    font-family: verdana;
    font-size: 8pt;
}

.jive-button .jive-button-label {
    padding-right: 10px;
}

.jive-button SELECT {
    font-family: verdana;
    font-size: 8pt;
}

.jive-row TD {
    background-color: #fff;
}

.jive-row-sel TD {
    background-color: #ffc;
}

.alignRight {
    float: right;
}

.inline {
    display: inline;
}

