table.nice {
    border:none;
    background: #fffff;
    font-size: 85%;
}
table.nice tr.head {
    background: rgb(86, 96, 86);
    color: white;
    font-weight: bold;
}
table.nice tr.head th, table.nice tr.head td {
    padding: 2px 5px;
}
table.nice * td {
    padding: 1px;
    text-align: right;
}
table.nice tr.odd td {
    background: #d0d0d0;
}
table.nice * td.left {
    text-align: left !important;
}
div.imagelist {
}
div.imagelist img {
    background: #d0d0d0;
    float: left;
    padding: 5px;
    margin: 0 10px 0 0;
    clear: left;
}
div.imagelist h4 {
}
div.imagelist br.breakall {
    width: 100%;
    display: block;
    height: 1px;
    clear: both;
    float: none;
    border: none;
}
div.imagelist p {
}

