﻿/* by Luciano */
.tabela-destaque {
    border-color: #000000;
    background-color: #000000;
    width: 300px;
    height: 20px;
    float: right;
    border: 0;
}

.texto-destaque {
    color: #ffffff;
    background-color: #333333;
}

.label-cadastrado {
    z-index: 1;
    left: 610px; 
    top: 221px; 
    position: absolute; 
    width: 484px; 
    height: 23px; 
    color: #428BCA; 
    font-size: medium; 
    font-family: Arial;
    text-align: center;
}

.label-criaconta{
    z-index: 1; 
    left: 309px; 
    top: 219px; 
    position: absolute; 
    width: 297px; 
    height: 25px; 
    text-align: center; 
    color: #428BCA; 
    font-size: medium; 
    font-family: Arial;
}

.label-indentifica {
    z-index: 1; 
    left: 133px; 
    top: 161px; 
    position: absolute; 
    width: 172px; 
    height: 25px; 
    text-align: center; 
    font-size: medium; 
    font-family: Arial; 
    color: #428BCA;
}

.tabela-centro {
    margin-left: auto; 
    margin-right: auto;
}

.tabela-grid {
    width: 300px;
    height: 20px;
}

.templateTable {
    border-collapse: collapse;
    width: 100%;
}

.templateTable td {
    border: solid 1px #C2D4DA;
    padding: 6px;
}

.templateTable td.value {
    font-weight: bold;
}

.imageCell {
    width: 160px;
}