.table{
    width:100%;
    border:1px solid #999;
}

.header{
    background:#D6E7FF;
    font-size:8pt;
    font-weight: bold;
}
/*
.header{
    background:url('../images/admin/header_rep.jpg') repeat-x;
    font-size:8pt;
    color:white;
    font-weight: bold;
}*/

.col30{
    width:30px;
    text-align: center;
}

.col50{
    width:50px;
    text-align: center;
}

.col70{
    width:70px;
    text-align: center;
}

.col100{
    width:150px;
    text-align: center;
}

.col150{
    width:150px;
    text-align: center;
}

.col200{
    width:200px;
}

.col250{
    width:250px;
}

.col350{
    width:350px;
}

.colPorc{

}

.row1{
    background:#fff;
}

.row2{
    background:#f1f1f1;
}

.gridCol1{
    text-align: left;
    font-weight: bold;
    width:70px;
}

.gridCol2{
    text-align: left;
    color:#666;
}

.TogglePanel{
    padding:0 10px 0 0;
}

.botao{
    font-weight: bold;
    cursor:pointer;
    height:22px;
}
