table {
    width: 100%;
    text-align: center;
    line-height: 22px;
    margin: auto;
}

th {
    font-size: 11px;
}

img {
    border: none;
}


/*CLASSES */

.cl_w12 {
    width: 12%;
}

.cl_w20 {
    width: 20%;
}

.cl_size12 {
    font-size: 12px;
}

.cl_none {
    display: none;
}

.cl_inline {
    display: inline;
}


/*ID'S*/

#spnEnviaMsg {
    top: 8px;
    right: 43px;
}

#spnCancelar {
    top: 8px;
    right: 43px;
}

#divAbas {
    border-top: 2px solid white;
    height: 30px;
    width: 100%;
    text-align: center;
}

#divAbasT {
    position: relative;
    top: 2px;
    height: 30px;
    width: 100%;
    text-align: center;
}

#divNomeUsuario {
    height: 25px;
    vertical-align: middle;
    color: #00467A;
    font-weight: bold;
    font-size: 12px;
    padding-top: 3px;
}


/* === */

.clFloatLeft {
    float: left;
}

.clChkCodGrupos {
    text-align: center;
}

.clChkNmGrupos {
    padding-left: 3px;
}

#tblListaGrupos {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

#grupos {
    left: 590px;
}

.cl_tituloTabela span {
    white-space: nowrap;
}