.ticket-transaction {
    margin: 1em 0 1em 0;
    border-bottom: 1px solid #ddd;
    border-right: 3px solid #4272D0;
}

#ticket-history .ticket-transaction {
    border-bottom-color: #ccc;
}

.ticket-transaction.even {
    background: #eee;
}

.ticket-transaction .date {
    font-size: 0.9em;
    width: 15em;
}

.ticket-transaction .description {
    font-weight: bold;
    text-align: left;
}

.ticket-transaction .actions {
    text-align: right;
    font-weight: bold;
}

.ticket-transaction .type {
    background: #888;
    width: 1.5em;
    color: white;
    text-align: center;
    font-size: 1.1em;
}

#body .ticket-transaction .type :link,
#body .ticket-transaction .type :visited
{
    color: white;
    font-weight: normal;
}

.ticket-transaction.basics { border-color: #b32; }
.ticket-transaction.basics .type { background: #b32; }
.ticket-summary .ticket-info-basics .titlebox-content { border-left: 0.5em solid #b32; }

.ticket-transaction.people { border-color: #48c; }
.ticket-transaction.people .type { background: #48c; }
.ticket-summary .ticket-info-people .titlebox-content { border-left: 0.5em solid #48c; }

.ticket-transaction.links { border-color: #316531; }
.ticket-transaction.links .type { background: #316531; }
.ticket-summary .ticket-info-links .titlebox-content  { border-left: 0.5em solid #316531; }

.ticket-transaction.dates { border-color: #633063; }
.ticket-transaction.dates .type { background: #633063; }
.ticket-summary .ticket-info-dates .titlebox-content  { border-left: 0.5em solid #633063; }

.ticket-transaction.message { border-color: #c00; }
.ticket-transaction.message .type { background: #c00; }

.ticket-transaction.other { border-color: #888; }

.ticket-transaction td .message-header-value {
    padding: 0;
}

.ticket-transaction td .message-header-key {
    padding: 0 1em 0 1.5em;
    font-weight: bold;
}

.ticket-transaction .downloadattachment {
    float: right;
    font-size: 0.9em;
    text-align: right;
}

.ticket-transaction .messagebody {
    clear: both;
    padding-left: 3em;
    padding-bottom: 1em;
}

.message-stanza-depth-0 { color: #000; }
.message-stanza-depth-1 { color: #600; }
.message-stanza-depth-2 { color: #060; }
.message-stanza-depth-3 { color: #006; }
.message-stanza-depth-4 { color: #4272D0; }
.message-stanza-depth-5 { color: #0c0; }
.message-stanza-depth-6 { color: #00c; }
.message-stanza-depth-7 { color: #f00; }
.message-stanza-depth-8 { color: #005ABB; }
.message-stanza-depth-9 { color: #00f; }
