@CHARSET "ISO-8859-1";
body, html{
	margin:0 auto;
	height:100%;
	min-height: 100%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}

.bold{
	font-weight:bold;
}

.carregandoJquery{
	padding:3px;
	position:absolute; 
	z-index:8000; 
	right:0px; 
	top:0px; 
}

.carregandoJqueryFundo{
	background-color: black; 
   	opacity: .50;
   /*	-moz-opacity: .50;*/
  	filter:alpha(opacity=50);
	width:73px; 
	height:20px;
}

table{
	border-collapse: collapse;
	padding: 0;
	border: 0;
}

td, div, span, textarea{
	font-family:tahoma;
	font-size:11px;	
}

form{
	margin:0;
	padding:0;
	bottom:0;
}
					
input{
	margin-left:2px;
	font-family:tahoma;	
	font-size:11px;
}

legend{
	color: #0046D5;
	font-weight: bold;
}

#div_buscas_tab1{
	margin-left:5px;
}

/* TDS de saldo(valores totais) */
.td_totais{
	border-top:1px solid #666666;
	font-weight: bold;
}
/*
estilo de bordas para as tabelas dos documentos fiscais
*/
.borda_linha{
	border: 1px;
	border-color: #DDDDDD;
	border-style: solid;
}

/*
	form input{
		height: 20px;
	}
*/
select{
	height:20px;
	margin-left:2px;
}

.menuPrincipal{
	background-image:url(/public/images/menu_bg_console.jpg);
	border-bottom:1px solid white;
	height:38px;
}

a:visited { color:blue; }
a:hover { color:blue; }

img{ border:0px; }

.link{
	color:blue;
	text-decoration: underline;
	cursor: pointer
}

.tab_campos_busca{
	padding:3px;

}

.checkbox{
	border:0px;
}

.td_listagem{
	height: 25px;
	padding-left: 3px;
}
.bt{
	cursor: pointer;
}

.tituloDivMaster{
	padding: 20px 0 10px 10px;
	width: 96%
}

.tituloBtVoltar{
	cursor:pointer; 
	float: right;
	margin:10px 10px 0 0;
}

.tdForm{
	border-bottom:1px solid #D9D9D9;
	padding:5px;
	background-color:#FFF;
}

.displayNone{
	display:none;
}	

.divErro{
	background-color:#F00;
	border:1px solid #FFF;
	color:#FFF;
	font-weight:bold;
	padding:5px;
}
.divTopErro{
	padding:2px;
	text-align:center;
	border-bottom:1px dashed #000;
	font-weight:bold;	
}
.tdListagem{
	background-color:#F4F4F4;
}

.direitosReservados{
	width: 100%;
	top: 5px;
	text-align: right;
}

#list input{
	height:14px;
} 

.ClassHidden{
	display:none;
	visibility:hidden;
}
.ClassVisible{
	visibility:visible;
}

.classButton{
	margin-left:0px;
	font-family:tahoma;	
	font-size:11px;
	height:30px;
	text-align:center;
	font-style:normal;
	background-image:url(/public/images/bg_button.jpg);
	background-position:center;
	background-repeat:repeat-x;
	border:1px solid #CCC;
	padding-left:5px;	
	padding-right:5px;
	margin:2px;
	cursor:pointer;
}

/* =========================== TITULO ========================= */
.divConteudoTitle{
	width:100%;
	text-align:left;
	overflow: hidden;
	margin-left: 2%;
}

/* ===================== AJUSTES LISTAGEM =====================  */
.conteudoListagem{
	background-color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
/*	border: 1px solid #A6A6A6; */
	height:91%;
	width:96%;
	text-align:left;
	overflow: hidden;
	
	/* text-align para o mozilla */
	margin:auto;
}

.buscasTopo{
	width: 100%; 
	margin: 3px;
	text-align: left;
}
/* ===================== Erro DO GRID ======================  */
.erroImg{
	float:left; 
	margin-top:2px; 
	margin-left:3px; 
	margin-right:2px;
	
}
	
.divErrosItem{
	font-family:tahoma;
	font-size:11px;
	padding:3px;
	cursor:pointer;
	border-bottom:1px solid #CCCCCC;
}

/* ===================== AJUSTES DO GRID ======================  */
.tabelaMasterGrid{
	width:95%; 
	height:100%;
	border:0;
	padding:4px 20px 10px 20px;
}

.divSuperior{
	width:100%; 
	height:100%;
	text-align:center;
}

.gridFrame{
	border-top:1px solid #CCCCCC;
}
.gridFrame input{
	border:0px;
	text-align:center;
}

.gridBusca{
	height:25px;	
	padding:5px;
	text-align:justify;
	border-bottom:1px solid #D7D7D7;
}
.gridBusca input{
	height:15px;
	text-align:left;
	padding-left:5px;
	border:1px solid #CCC;
}

/* Validação Master */
.topErro {
	height:20px;
	line-height:20px;
	color:#FFF;
	background-color:#900;
	border:1px solid #FFF;
	text-align:center;
	width:100%;
}
.divErros {
	border:1px solid #000;
	width: 90%;
}
.bottomErro{
	width:100%;
	text-align:center;
	background-color:#FFF;
}

select{
	font-family:Verdana;
	font-size:10px;
}

.cadastroImg{
	width:100%; 
	height:165px; 
	overflow-y:auto
}

.thumbImg{
	border:1px solid #CCC;
	cursor: pointer;
	height:75px;
	margin:5px; 
	width:100px;
}
.floatLeft{
	float:left;
}

.imgDel{
	cursor:pointer;
}

.disabled{
	background-color:#F4F4F4;	
}

