@charset "utf-8";
/* CSS Document */

.campo{
    color: #000000;
    font-size: 10pt;
    background-color: #ebebe9;
    border: 1px solid #000000;
}
.campoDesabilitado{
    color: #000000;
    font-size: 10pt;
    /*background-color:#edf1f1;*/
    background-color:#edf1f1;
    border: 1px solid #c1c1c1;
}

.preencher {
    color: #000000;
    font-size: 10pt;
    background-color: #ebebe9;
    border: 1px dashed #000000;
}
.Right {
    text-align: right;
}
.Left {
    text-align: left;
}
.Center {
    text-align: center;
}
.width30{
    width:30px;
}
.width50{
    width:50px;
}
.width60{
    width:60px;
}
.input70{
    width:70px;
}
.width80{
    width:80px;
}
.width100{
    width:100px;
}
.width110{
    width:110px;
}
.width120{
    width:120px;
}
.width125{
    width:125px;
}
.width130{
    width:130px;
}
.width150{
    width:150px;
}
.width180{
    width:180px;
}
.width200{
    width:200px;
}
.width225{
    width:225px;
}
.width240{
    width:240px;
}
.width250{
    width:250px;
}
.width280{
    width:280px;
}
.width300{
    width:300px;
}
.width330{
    width:330px;
}
.width350{
    width:350px;
}
.width400{
    width:400px;
}
.width450{
    width:450px;
}
.width500{
    width:500px;
}
.width600{
    width:600px;
}
.width800{
    width:800px;
}
.height50{
    height: 50px;
}
.height100{
    height: 100px;
}
.height150{
    height: 150px;
}
.height250{
    height: 250px;
}