/* ################################################################################ */
/* ################################################################################ */
/* PARA ELEMENTOS DOS FORMULARIOS EM GERAL */
a img { border: none; }
b { font-weight: bold}

html,body,form,*
{
     padding: 0;
		 font: 8pt verdana;
     margin:0 auto;
}
.mouse{
     cursor:pointer;
}

.formulario, .formulario2, .formulario3, .formulario_disabled
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	border : 1px solid #CCCCCC;
}

.formulario
{
     color : #333333;
     background-color : #E0E0E0;

}
.formulario_disabled
{
     filter: alpha(opacity=80);
		 background-color : #EEEEEE;
		 color:#0000FF;
}
.formulario2
{
     color: #999999;
	background-color : #EEEEEE;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	border : 1px solid #CCCCCC;
}

.formulario3
{
     color : #999999;
	   background-color : #EFEFEF;
}


input, select, textarea
{
     vertical-align:middle;
}
select
{
     width: 150px;
	   border : 1px solid #006699;
}
table{ border: 0;}


/* ################################################################################ */
/* ################################################################################ */
/* DEFINICAO */

#geral
{
 		 margin-left:-335px;
		 position:absolute;
		 left:40%;
		 width:670px;
		 z-index:-2;
		 border:0px solid #000000;
		 text-align:center;
		 font: 8pt verdana;
}


.button
{
		 background-color: #f6f6f6;
		 font-weight: bold;
		 border: 1px outset #006699;
		 cursor:pointer;
		 margin-right: 5px;
      padding: 0;
		 font: 8pt verdana bold;
}

input#text
{
     /*background: #E0E0E0 url("img/bg_text.jpg") repeat-x;*/
     /*border : 1px solid #CCCCCC;*/
		 width: 200px;
}

table#entrelinha
{
		 height:1;
 		 background-color: #FFFFFF;
}

td#sel
{
     width:30px;
		 text-align:center;
}
#tabela_listagem
{

		 width: 700px;
		 margin-left: 10%;
 		 margin-right: 0%;

}
#tabela_listagem2
{

		 width: 800px;
		 margin-left: 0%;
 		 margin-right: 0%;

}

#tabela_listagem3
{

		 width: 1000px;
		 margin-left: 0%;
 		 margin-right: 0%;

}


#tabela_listagem td
{
    padding-left: 5px;
		padding-right: 5px;
}

input#nav
{
     background: #FFFFFF;
     border : 0px solid #CCCCCC;
		 text-align:center;
		 width: 30px
}
img#bt_nav
{
     margin: 0 0 0 0px;
		 width:16px;
		 height:16px;
		 cursor:pointer;
		 vertical-align: middle;
}
img#pesquisa
{
     margin: 0 0 0 5px;
		 width:16px;
		 height:16px;
		 cursor:pointer;
		 vertical-align: middle;
}

/* ################################################################################ */
/* ################################################################################ */
/* ################################################################################ */

#cabecalho
{
	   /*
		 position:relative;
 		 margin-left:-330px;
		 left:50%;
		 */

		 clear: both;
     width:660px;
		 height:30px;
	   border: 0px solid black;
}
#pesquisa
{
     width:660px;
	   border: 0px solid black;
		 height:25px;
}

#pesquisa, #cabecalho, #pesquisa, #area_nav, #col_bot_d
{
     text-align: right;
}
#col_e
{
     float: left;
	width: 260px;
	font-weight:bold;
     text-align: right;
}
#col_d
{
	   text-align: left;
		 float: right;
		 width: 400px;
}
#col_id
{
	   text-align: left;
		 float: right;
		 width: 400px;
		 color:red;
     height: 15px;

}
#col_e, #col_d, #col_id /* PARA ECONOMIZAR CODIGO ATRIBUTOS COMUNDS PARA AS DUAS COLUNAS*/
{
     height: 23px;
		 vertical-align: baseline;

}

#area_nav /* ESTE ESTILO DEFINE A AREA DE NAVEGACAO DO FRM REL*/
{
		 height: 23px;
		 vertical-align: baseline;
		 margin: 10 5 10 10px;
		 width: 160px;
		 float:right;
}

#rodape
{
 		 margin: 10 30 10 30px;
}


#col_e span{
     font-weight:normal;
}
/* ################################################################################ */
/* ################################################################################ */
/* ESTAS SAO ESPECIFICACOES PARA OS ELEMENTOS DE TODO O SISTEMA */

#col_bot_e
{
     float: left;
		 width: 250px;
     text-align: left;
		 padding-left:10px;
}

#col_bot_d
{

		 float: right;
		 width: 400px;
		 padding-right:10px;
}
#col_bot_c
{
     text-align: center;
}

#col_bot_e, #col_bot_d, #col_bot_c
{
     height: 23px;
		 vertical-align: baseline;
		 margin:0 auto;

}

/* ################################################################################ */
/* ################################################################################ */
/* ESTAS SAO ESPECIFICACOES PARA OS ELEMENTOS DE TODO O SISTEMA */
.sys_mensagem
{
      width: 450px;
			background-color: #FFFFFF;
			color: #FF0000;
			border: 0px;		
}

.mensagem{
     text-align:left;
}


.cabecalho
{
		font-size:12px;
		/*Filter: DropShadow(Color=#EEEEEE,OffX=1, OffY=2, Positive=1)*/
}

.cabecalho, .tit_tabela_listagem, .tit_tabela_listagem2, .SYS_Mensagem, .inf_tabela_listagem
{
	 font-weight: bold;
}

.inf_tabela_listagem
{
     text-align: left;
		 background-color: #FFFFFF;
}
.tit_tabela_listagem, .tit_tabela_listagem2
{
     text-align: left;
		 background-color: #CCCCCC;
}
.clara, .escura, .tit_tabela_listagem, .inf_tabela_listagem
{
		 height: 20px;
}
.tit_tabela_listagem2
{
		 height: 200px;
}

.clara { background-color: #e6eff9; }
.escura { background-color: #ccdff3; }
.boleto_deposito { font-weight:bold; }
.seta
{
     height:30px;
}
a:link	{ color: #000066; text-decoration: none; }
a:visited	{ color: #000000; text-decoration: none; }
a:hover	{ color: #000000; text-decoration: none; }
a:active	{ color: #000000; text-decoration: none; }

/*###############################################################*/
/*###############################################################*/
/*LAYOUT DE 4 COLUNAS ########################################*/
#col_1{
     float: left;
}
#col_2{
		 float: right;
}
#col_1, #col_2{
     width:320;
		 margin:0 auto;
		 padding:0;
}

#col_e1
{
     float: left;
	   font-weight:bold;
	   text-align: right;
		 width: 105px;
}
#col_e2
{
		 padding-left:0px;
		 float: right;
		 width: 200px;
	   text-align: left;
}
#col_d1{
	   text-align: right;
	   font-weight:bold;
		 padding-right:5px;
		 float: left;
		 width: 90px;
}
#col_d2{
	   text-align: left;
		 float: right;
		 width: 240px;
}

#col_e1, #col_d1,
{
		 padding-top:2px;
}

#col_e1, #col_e2, #col_d1, #col_d2
{
     height: 23px;
		 clear: both;
}
/*###############################################################*/
/*###############################################################*/
/*###############################################################*/

#rel_param
{
		 width: 800px;
		 border:1px #CCCCCC solid;
		 background-color: #FFFFFF;
		 padding:15px 15px 15px 15px;
		 left:50%;
		 position:relative;
		 margin-left:-400;
}
#rel_param_esq, #rel_param_dir
{
     width:325;
		 height:25;
}

#rel_param_esq
{
    float:left;
    text-align:right;
}
#rel_param_dir
{
    float:right;

}
#rel_param_bot
{
    padding:20px;
		text-align:right;
	  width: 650px;
}
table#tabela_relatorio td
{
     padding-left:3px;
     padding-right:3px;
}

#tabela_relatorio
{
	  font-weight: bold;
		font: 8pt verdana;
    margin:0 auto;
}
#tit_tab_rel
{
 	  background-color: #CECECE;
    text-align:center;
	  font-weight: bold;
		padding: 0px 5px 0px 5px;
		height:15px;
}
#cab_tab_rel /*CABECALHO DA TABELA DE RELATORIO*/
{
    text-align:left;
	  font-weight: normal;
		padding: 0px 5px 0px 5px;
		margin: 0px 0px 0px 0px;
		height:30px;
		width:640px;
}
#rod_tab_rel
{
 	  background-color: #FFFFFF;
    text-align:center;
	  font-weight: bold;
		padding: 0px 5px 0px 5px;
		height:15px;
}
#cont_tab_rel
{
 	  background-color: #EFEFEF;
    text-align:left;
		font: 12pt verdana;
		height:15px;
		padding: 0px 5px 0px 5px;
}
#cont_tab_rel_val
{
    text-align:right;
		padding: 0px 3px 0px 0px;
}
#rodape_rel
{
		height:30px;
		width:100%;
		margin-top:25px;
		text-align:right;
}
input#bt
{
		 background-color: #f6f6f6;
		 font-weight: bold;
		 border: 1px outset #006699;
		 cursor:pointer;
		 margin-right: 5px;
}

#link_system img{
     cursor:pointer;
}
.campo{
	float: left;
	width: 260px;
	font-weight:bold;
    text-align: right;
    padding-right:10px;
}     
/*###############################################################*/
/*###############################################################*/
/*###############################################################*/

