a {
    color: #00f;
    padding: 0.2em;
}

table {
    border: 1px solid #000;
    border-collapse: collapse;
}

tr {
    border: 0;
}

td {
    border: 1px solid #000;
    padding: 0.15em;
}

th {
    border: 1px solid #000;
    padding: 0.15em;
    background: #eee;
}

fieldset {
}

fieldset label {
    float: left;
    width: 10em;
}

textarea {
    border: 1px solid #000;
    padding: 0.3em;
    background: #fff;
}

textarea:focus {
    background: #eee;
}

input {
    border: 1px solid #000;
}


ul#menu {
    list-style-type: none;
    background: #000;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
}

ul#menu li {
    display: inline;
}

ul#menu li a {
    padding: 4px;
    text-decoration: none;
    color: #ddd;
    background: #000;
    border-right: 1px solid white;
    line-height: 1.5em;
}

ul#menu li a:hover {
    color: #fff;
}

div.message_ok {
    margin: 5px;
    padding: 5px;
    background: #cfc;
    text-align: center;
}

div.message_error {
    margin: 5px;
    padding: 5px;
    background: #fcc;
    text-align: center;
}

div.pager {
    padding-top: 1em;
    padding-bottom: 1em;
}

tr.deviceFirmwareTranslationActive {
    background: #cfc;
}

td.spacer {
    background: #000;
    height: 4px;
}

td.translationStatus_Unknown {
    background: #fbb;
    white-space: pre;
}

td.translationStatus_Temporary {
    background: #bbf;
    white-space: pre;
}

td.translationStatus_Final {
    background: #bfb;
    white-space: pre;
}

td.translationStatus_Untranslated {
    background: #ffa;
    white-space: pre;    
}

td.txt {
    white-space: pre;
}
