* {
    _font-size: 12px;
}

body, h1, h2, h3, p, form {
    padding: 0px;
    margin: 0px;
}

body {
    background: #57697d;
    font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
}

img {
    border: 0px;
}

input {
    font-size: 12px;
    padding: 2px;
    padding-left: 3px;
}

.input11px {
    font-size: 11px;
    padding: 2px;
    padding-left: 3px;
}

.inputList label {
    margin-right: 10px;
}

.inputMatriz input {
    margin-right: 10px;
}

select {
    font-size: 12px;
    padding: 2px;
    padding-left: 3px;
}

textarea {
    font-size: 12px;
    font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
}

a {
    color: #0085cf;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.labelDB {
    font-weight: bold;
    color: #9a9a9a;
}

.boxBotao {
    width: 100%;
    text-align: right;
}

    .boxBotao div {
        margin: 8px;
    }

/* BOTÃO IMAGEM */
a.botao {
    color: #FFFFFF;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    line-height: 20px;
    margin: 0px;
}

span.botaoD {
    background: url(../img/botao/bgBotaoD.gif) transparent no-repeat right top;
    padding: 2px 10px 2px 0px;
    font-size: 11px;
}

span.botaoE {
    background: url(../img/botao/bgBotaoE.gif) transparent no-repeat left top;
    padding: 2px 7px 2px 0px;
    font-size: 11px;
}

span.botaoBackE {
    background: url(../img/botao/bgBotaoBackE.gif) transparent no-repeat left top;
    padding: 2px 17px 2px 0px;
    font-size: 11px;
}

span.botaoForwardD {
    background: url(../img/botao/bgBotaoForwardD.gif) transparent no-repeat left top;
    padding: 2px 17px 2px 0px;
    font-size: 11px;
}

span.botaoP {
    background: url(../img/botao/bgBotaoP.gif) transparent no-repeat left top;
    padding: 2px 0px 2px 10px;
    font-size: 11px;
}

a.botao:hover {
    text-decoration: none;
}

a.botao:active span {
    background-position: bottom right;
}

    a.botao:active span.botaoP {
        background-position: bottom left;
    }
/* FIM BOTÃO */

/* CABEÇALHO */
.cabecalho {
    width: 100%;
    height: 48px;
    background: url(../img/template/bgheader.gif);
    background-repeat: repeat-x;
    border-bottom: 1px #bcbcbc solid;
}

.logo {
    margin-left: 13px;
    margin-top: 13px;
    float: left;
}

.appName {
    float: left;
    padding-top: 10px;
    margin-left: 26px;
    color: #394f66;
    font-size: 24px;
    font-weight: bold;
}

.login {
    float: right;
    font-size: 11px;
    color: #394f66;
    margin: 10px;
    text-align: right;
}

    .login a {
        text-decoration: none;
    }

/* FIM CABEÇALHO */

.corpo {
    font-size: 12px;
    margin: 5px;
    background: #edf3f3;
    min-height: 400px;
    _height: 400px;
}

.mnAcaoGlobal {
    width: 100%;
    height: 28px;
    background: #b1c9d3;
}

.titulo {
    font-size: 12px;
    font-weight: bold;
    color: #3a5066;
    border-bottom: solid 1px #cad3d2;
    background: #edf3f3;
    padding: 5px;
    padding-left: 10px;
}

.conteudo {
    font-size: 12px;
}

.conteudoMarg {
    margin: 10px;
    padding-bottom: 10px;
}

.label {
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
    font-size: 12px;
}

.linkAcao a {
    font-size: 11px;
}

/* 
	PEQSUISA 
*/
.pesquisa {
    width: 100%;
    /*height:60px;*/
    background: #FFFFFF;
    border-bottom: solid 1px #cad3d2;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .pesquisa table {
        height: 100%;
        width: 100%;
    }

.pesquisaE {
    padding-left: 10px;
}

.pesquisaD {
    padding-right: 10px;
}

.pesquisa2 {
    width: 100%;
    background: #FFFFFF;
    border: solid 1px #b7b7b7;
    margin-bottom: 10px;
}

.pesquisa3 {
    width: 100%;
    background: #FFFFFF;
    border-bottom: solid 1px #b7b7b7;
    margin-bottom: 10px;
}

.labelCampoPesquisa {
    font-weight: bold;
    margin-left: 10px;
}
/* FIM PEQSUISA */

/* 
	MENSAGEM 
*/
.mensagem {
    width: 400px;
    background: #b7b7b7;
    font-weight: bold;
}

    .mensagem td {
        background: #FFFFFF;
    }

    .mensagem #img {
        background: url(../img/template/icAlerta.gif);
        width: 29px;
        height: 29px;
    }
/* FIM MENSAGEM */

/* 
	*** TABELA BASE
*/
.tbBase1, .tbBase2 {
    width: 100%;
    background: #b7b7b7 !important;
}

    .tbBase1 td, .tbBase2 td {
        background: #ffffff !important;
        font-size: 12px;
    }

    .tbBase1 th {
        background: #e2e2e2 !important;
        font-weight: bold !important;
        text-align: left;
        font-size: 12px;
    }

    .tbBase2 th {
        background: #f1f1f1 !important;
        font-weight: bold !important;
        text-align: center;
        font-size: 12px;
    }

/* SXKIT - onde é usado */
.tbLabel {
    background: #e2e2e2;
    color: #000000;
}
/* SXKIT - onde é usado */
.tbLabelTotal {
    background: #707070 !important;
    color: #FFFFFF;
}
/* FIM TABELA BASE */

/*GRÁFICO ACESSOS DO TOTEN*/
#chartAcesso {
    height: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
