@charset "utf-8";
/* CSS Document */

body,td,th { font-family: Tahoma, Geneva, sans-serif;font-size:12px;color: #000000;}
body {margin:0px;}


/* LINK PG */
/*a {color: #000;}
a:link {text-decoration: underline;color:#000;}
a:visited {text-decoration: underline;color:#000;}
a:hover {text-decoration: underline;color:#000;}
a:active {text-decoration: underline;color:#000;}*/

/*HEADER_LOGOUT*/
/*a.lnk_header_logout:link {color:#FFF;}
a.lnk_header_logout:visited {color:#FFF;}
a.lnk_header_logout:hover {color:#F00;}
a.lnk_header_logout:active {color:#000;}*/ 
/*HEADER_LOGOUT*/

/*HEADER*/
.header_login_nome {color:#FFF; font-size:10px;}
.header_login_info {color:#FFF; font-size:10px;}

/*BODY*/

.body_titulo {color:#FFF; font-size:18px;}
.body_titulo2 {color:#e27d7f; font-size:18px;}

.pg_login_titulo {color:#FFF; font-size:24px; font-weight:bold;}
.pg_login_rotulo {color:#333; font-size:14px; font-weight:bold;}
.pg_login_usuario {color:#999; font-size:22px; width:100%; height:30px;}
.pg_login_senha {color:#999; font-size:22px; width:100%; height:30px;}
.pg_login_submit {color:#666; font-size:18px; width:150px; height:30px;}
.pg_login_submit:hover {color:#333; font-size:18px; width:150px; height:30px;}

/*LISTA REGISTROS*/
.cx_entrada {color:#060;}
.cx_saida {color: #F00;}

/*DESPESAS - AUTO*/
.autodesp_vlrcompra {color: #03C; font-size:16px;}
.autodesp_vlrvenda {color:#060; font-size:16px;}
.autodesp_vlrdesp {color: #F00; font-size:16px;}

/*ATENCAO*/
.sem_permissao {border:#F90 1px solid; background:#FF9; color:#000;}

/*TITULOS COLUNAS REGISTROS*/
.registro_titulo-col {color:#423748; font-weight:bold;}

.registro_btview {width:50px; cursor:pointer;}
.registro_btview:hover {width:50px;color: #066;cursor:pointer;}

.registro_btedit {width:50px; cursor:pointer;}
.registro_btedit:hover {color: #ffffff; background:#423748; cursor:pointer;}

.registro_btdel {width:50px; cursor:pointer;}
.registro_btdel:hover {width:50px;color: #F00;cursor:pointer;}


/*RELATORIOS*/
.relsrv_titulo {font-family:"Courier New", Courier, monospace; font-size:14px; font-weight:bold;}
.relsrv_titulosrv {font-family:"Courier New", Courier, monospace; font-size:12px; font-weight:bold;}
.relsrv_info {font-family:"Courier New", Courier, monospace; font-size:12px;}

/*FORMULARIOS*/

.frmBusca_input {width:100%;}

.frmCad_rotulo {font-size:14px; font-weight:bold; color:#333;}

.frmCad_rotuloinfo {font-size:9px; color:#333;}

.frmCad_100per {width:100%}
.frmCad_50 {width:50px}
.frmCad_100 {width:100px}
.frmCad_150 {width:150px}
.frmCad_100moeda {width:100px; text-align:right;}
.frmCad_100permoeda {width:100%; text-align:right;}

.frmCad_area {width:100%}

.frmCad_moeda {width:150px; text-align:right;}

.frmDel_dados {font-family:"Courier New", Courier, monospace; color:#333;}

input { border-radius: 4px;
 display: inline-block;
    height: 42px;
    outline: medium none;
    position: relative;
    vertical-align: top;
    width: 100%;}