/* change log */
.downloadContainer,.historyContainer,.appinfoContainer {
    display: none;
    text-indent: 0
}

.downloadContainer td {
    padding: 10px
}

.historyEntry {
    margin-bottom: 10px;
    line-height: 25px;
    border-left: 3px solid #ddd;
    padding: 5px;
    background-color: #fafaff
}

.historyEntry .title {
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    color: #7d50b3
}

.historyEntry .title span {
    padding-left: 20px;
    font-weight: normal;
    color: gray
}

.historyEntry .title .nb {
    font-weight: bold;
    font-style: italic;
    padding: 0
}

.historyEntry span.feedbacklink {
    margin-left: 15px;
    font-style: italic;
    color: gray
}

.historyEntry ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.historyEntry li {
    margin-left: 0;
    line-height: 20px;
    background-image: url(../images/historyicon_exp.png);
    background-repeat: no-repeat;
    background-position: 0 -600px;
    text-indent: 20px
}

.historyEntry li.add {
    background-position: 0 0;
    color: blue
}

.historyEntry li.remove {
    background-position: 0 -100px;
    color: gray
}

.historyEntry li.fix {
    background-position: 0 -200px;
    color: green
}

.historyEntry li.warn {
    background-position: 0 -300px;
    color: red
}

.historyEntry li.pre {
    background-position: 0 -400px;
    color: purple
}

.historyEntry li.rollback {
    background-position: 0 -500px;
    color: #854909
}

.historyEntry li.blank {
    background-image: none
}