.campo .t60 { width: 60px; }
.campo .t130 { width: 130px; }
.campo .t270 { width: 270px; }
.campo .t410 { width: 410px; }
.campo .t480 { width: 480px; }
.campo .t550 { width: 550px; }
.campo .t690 { width: 690px; }
.campo .t830 { width: 830px; }

.t60 input,
.t130 input,
.t270 input,
.t410 input,
.t480 input,
.t690 input,
.t830 input
{
}
.borda
{
    border: 1px solid #003c74;
    overflow: hidden;
    padding: 2px;
    padding-top: 1px;
}
.scroll
{
    overflow: auto;
}
.linha
{
    float: none;
    clear: both;
    width: 100%;
    display: inline;
}

.ct550
{
    height: 22px;
    overflow: hidden;
    text-align: right;
    width: 550px;
}
.ct550 input,
.ct550 select
{
    width: 100%;
}

button.icone
{
    cursor: hand;
    background-color: #FFFFFF;
    border: none;
    height: 18px;
    margin: 1px 0px 1px 0px;
    position: relative;
    top: -21px;    
    left: -2px;
    text-align: right;
}
button.icone img
{
    top: 1px;
}

.ui-menu-item a
{
    cursor: hand;
}
.campo .ui-widget-content a:hover
{
    text-decoration: none;
}
.campo .ui-widget-content
{
    background-color: #FFFFFF;
}
a.ui-state-hover
{
    background-color: #FF0000;
}

.todos
{
    display: none;
}
.modificado .control input,
.modificado .control550 input
{
    border: 1px solid red;
}
.modificado .label,
.modificado .control input,
.modificado .control550 input,
{
    color: Red;
}
.ValorAnterior
{
    font-style: italic;
}