.skxmlbox_version {
    text-align: right;
    font-size: 10px;
    display: block;
}

.adminBanner {
    padding: 5px;
}

a.corpusStartLink {
    color: green;
}

a.corpusStopLink {
    color: red;
}

.startIndexingLink {
	color: green;
    white-space: nowrap;
}

.abortIndexingLink {
    color: red;
    white-space: nowrap;
}

.viewIndexingLogsLink {
    white-space: nowrap;
}

.startExecutionLink {
	color: green;
    white-space: nowrap;
}

.stopExecutionLink {
    color: red;
    white-space: nowrap;
}

.viewExecutionLogsLink {
    white-space: nowrap;
}

img.messageType {
    vertical-align: middle;
}

table.syncTable {
    width: 100%;
    border-collapse: collapse;
}

td.syncCorpus {
    white-space: nowrap;
}

td.syncUser {
    white-space: nowrap;
}

td.syncMessages {
    width: 100%;
}

td.syncInfo {
    vertical-align: top;
    border: 1px solid #d6dbe4;
    background: #d0ffd0;
}

td.syncWarning {
    vertical-align: top;
    border: 1px solid #d6dbe4;
    background: #ffe080;
}

td.syncError {
    vertical-align: top;
    border: 1px solid #d6dbe4;
    background: #ffd0d0;
}

.syncErrorAndStackTrace {
    margin: 8px;
}

.syncShowHideStackTrace {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 32px;
}

.syncStackTrace {
    margin-left: 20px;
}
