.side ul li {
    list-style: none;
}

div.flags_strip {
    float: right;
    margin:0px;
    border:0px;
    padding-right: 22px;
}

ul.flags {
    margin:0px;
    border:0px;
}

ul.flags li {
    display: inline;
    width: auto;
    float: right;
    list-style: none;
}

ul.flags a img {
    border:0px;
    margin-left:4px;
}

table.tabular {
    width:100%;
    background: #8AB6E0;
}

table.tabular th {
    background: #8D8673;
}

table.tabular td {
    border:1px gray;
    background: #BFD7EE;
}

.active-scaffold tr.record td {
    text-align: left;
}

.active-scaffold tr.even-record td {
    text-align: left;
}
.active-scaffold tr.record td.sorted {
    text-align: left;
}

.active-scaffold tr.even-record td.sorted {
    text-align: left;
}

.right-aligned {
    float:right;
    margin-left:10px;
}

.left-aligned {
    float:left;
    margin-right:10px;
}