/* CAPTION */

#imagelightbox-caption
{
    text-align: center;
    color: #fff;
    background-color: #666;
    position: fixed;
    z-index: 10001;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.625em; /* 10 */
}


tr.align-center {
    text-align: center;
}
tr.align-left {
    text-align: left;
}
tr.align-right{
    text-align: right;
}

td.align-center {
    text-align: center;
}
td.align-left {
    text-align: left;
}
td.align-right{
    text-align: right;
}

.contenttable {
    width: auto;
}

.contenttable th, .contenttable td {
    border-top: 1px solid #000;
}

.rte-red, #main .rte-red a {
    color: #ff0000;
}
.rte-green, #main .rte-green a {
    color: #009900;
}
.rte-blue, #main .rte-blue a {
    color: #0066ff;
}
.rte-orange, #main .rte-orange a {
    color: #ff6600;
}
.rte-burgundy, #main .rte-burgundy a {
    color: #990000;
}
.rte-bottle-green, #main .rte-bottle-green a {
    color: #006600;
}

.contenttable th, .contenttable td {
    border: 1px solid #000;
}
