.align_center { text-align: center; }
.align_justify { text-align: justify; }
.align_right { text-align: right; }

.background_E { background-color: #EEE; }

.barra {
    border: none;
    border-bottom: 1px solid #BBB;
    margin-bottom: 10px;
}

.bold { font-weight: bold; }

.center { text-align: center; }

.clear_both { clear: both; }

.color_blue { color: #33ccff; }
.color_006666 { color: #006666; }

.display_none { display: none; }

.float_left { float: left; }
.float_right { float: right; }

.italic { font-style: italic; }

.line {
    border: none;
    border-bottom: 1px solid #33CCFF;
    margin: 10px 7px;
}

.marginLeft_-50 { margin-left: -30px; }
.marginLeft_10 { margin-left: 10px; }
.marginRight_20 { margin-right: 20px; }
.marginTop_20 { margin-top: 20px; }

.padding_5 { padding: 5px; }

.size_10px { font-size: 10px; }
.size_12px { font-size: 12px; }
.size_14px { font-size: 14px; }
.size_16px { font-size: 16px; }

.width_25px { width: 25px; }
.width_45p { width: 45%; }
.width_50px { width: 50px; }
.width_95p { width: 95%; }
.width_100p { width: 100%; }
.width_100px { width: 100px; }


div.autocomplete {
    background-color: white;
    margin: 0px;
    padding: 0px;
    position: absolute;
}
div.autocomplete ul li.selected {
    background-color: #ffb;
    font-weight: bold;
}

span.more {
    color: white;
    font-size: 12px;
}

table#queryList tfoot tr.overFoot {
    background-color: #EEE;
    text-align: center;
}
table#queryList tfoot tr.foot {
    background-color: #DDD;
    text-align: right;
}