/*-------------- CSS RESET --------------*/
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
/* remember to define focus styles! */
:focus
{
	outline: 0;
}

ol, ul
{
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: separate;
	border-spacing: 0;
	/*width: 740px;*/ /*Verificar este item pois altera todo o layout das grids 28/08*/
}
caption, th, td
{
	/*text-align: left;*/
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}

.buttonImg
{
	width:13px;
	height:13px;
	vertical-align:top;
	_vertical-align:middle;
	*vertical-align:middle;
	padding-right:4px;
}
#tudo
{
	background: url(../images/bg_rodape.gif) repeat-y;
	width: 996px;
	position: relative; /*Contexto de posicionamento */
	margin: 0 auto;
	margin-top: -1px;
	min-height: 100%; /**/
}
#tudo:after
{
	/*faz com que a div "pai" acompanhe a altura das divs com float*/
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
#divRadio, Label
{
	vertical-align: top;
}
#divRadio tr td
{
	/*background-color:Aqua; 	border-style:solid; 	border-color:Red; 	padding-top:10px;*/
	padding-bottom: 10px;
}

/*Corrigi o alinhamento de um span/Label no Firefox */
.alinhaSpanFirefox
{
	vertical-align:top;	
}
.alinhaSaldo
{
	vertical-align:text-top;
	font-size:15px;
	padding-left:2px;
		
}
/*-------------- TITULO PAGINA --------------*/

.tituloH1
{
	padding-top: 20px;
	display: block;
	border-bottom: solid 4px #D7D7D7;
	height: 25px;
	font: bold 15px Verdana;
	color: #990000;
}

.tituloH1Complemento
{
	display:inline;
	height: 25px;
	font: bold 15px Verdana;
	color: #990000;
	vertical-align:top;
}

/*-------------- Migalha de Pão --------------*/
#migalha-pao
{
	margin-top: 6px;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}

.migalhaGeral
{
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	vertical-align:top;
	padding-top: 6px;
	*padding-top: 0px;
	_padding-top: 0px;
}

.migalhaLink
{
	font-family: Verdana;
	font-size: 11px;
	vertical-align:top;
	margin-top: 6px;
}

.migalhaStrong
{
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	vertical-align:top;
	padding-top: 6px;
	font-weight:900;
}


/*Formulário*/
#formulario-maior
{
	background: url(../images/bg_formulario_maior.jpg) repeat-y;
	width: 700px;
}

.div-interno
{
	margin: 25px 30px 25px 20px;
}

#formulario-menor, #complementarMenor
{
	background: url(../images/bg_formulario_menor.jpg) repeat-y;
	width: 480px;
}

#formulario-maior, #formulario-menor, #complementarMenor
{
	background-color: #F6F6F6;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	margin-top: 28px;
	margin: 28px auto 0px auto;
}


#form-titulo
{
	padding-left: 15px;
	padding-top: 5px;
	height: 25px;
	background: url(../images/bg_titulo_formulario.jpg) repeat-x;
	font-family: Verdana;
	font-size: 15px;
	color: #990000;
	font-weight: bold;
	margin-bottom: 10px;
}
/*
.form-tabela-1
{
	width: 100%;
}

.form-tabela-2
{
	width: 395px;
}

.form-tabela-1, .form-tabela-2
{
	padding: 3px 3px 3px 1%;
}

.form-tabela-1 tr, .form-tabela-2 tr
{
	height: 43px;
}*/

.formComplementarMenor
{
	background-color: #F6F6F6;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	margin-top: 28px;
	margin: 28px auto 0px auto;
}

.focoLabel
{
	/*	background-color: #F4F4F4;*/
	background-color: blue;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}

.focoInput
{
	background-color: red;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}



/*Tabela do formulário*/

.form-td
{
	height: 43px;
	padding: 0px 4px 0px 4px;
	font-weight: bold;
	vertical-align: middle;
}

.form-td-foco
{
	background-color: #F4F4F4;
	height: 43px;
	padding: 0px 4px 0px 4px;
	font-weight: bold;
	vertical-align: middle;
}

.form-td-erro
{
	color: #CC0000;
	/*background-color: #F4F4F4;*/
	height: 43px;
	padding: 0px 4px 0px 4px;
	font-weight: bold;
	vertical-align: middle;
}

/*------------------------------------------------*/

/*------------ Detalhes do Resumo ----------------*/

.footer_extrato td
{
	height: 23px;
	background: url(../images/bg_header_extrato.jpg) repeat-x;
	color: #333333;
	text-decoration: none;
	padding: 0px 6px 0px 6px;
	border: solid 1px #D2CFC4;
}

.resumo_alerta_conta
{
	height: 43px;
	background: #FFFFE6;
	border: solid 1px #D2CFC4;
	color: #333333;
	text-decoration: none;
	padding: 0px 0px 0px 11px;
}

.resumo_info
{
	font-family:Verdana;
	font-weight:bold;
	font-size:13px;
	padding-top: 20px;		
}
/*------------------------------------------------*/

/*----------- Detalhes do Saldo --------------*/
.footer_saldo td
{
	height: 45px;
	_height: 41px;
	*height: 41px;
	background-color: #E9E7D2;
	color: #333333;
	text-decoration: none;
	padding: 0px 6px 0px 6px;
	border: solid 1px #D2CFC4;
	border-top: solid 3px #D2CFC4;
	font-weight: 900;
	
}

/*------------------------------------------------*/

/*----------- Detalhes da Transação --------------*/

.linha_dados_cliente
{
	height: 40px;
	background-color: #F4F4EA;
}

.header_transacao
{
	height: 28px;
	background: url(   '../images/bg_header_detalhe.jpg' ) repeat-x;
	color: #333333;
	text-decoration: none;
	padding: 0px 6px 0px 6px;
	font-weight: bold;
	border-bottom: solid 1px #D2CFC4;
}

.itens_transacao_destaque
{
	width: 191px;
	height: 35px;
	background-color: #F4F4EA;
	padding: 0px 21px 0px 10px;
	border-bottom: solid 1px #D2CFC4;
}

.itens_transacao
{
	height: 35px;
	padding: 0px 21px 0px 10px;
	border-bottom: solid 1px #D2CFC4;
}

.div_dados_transacao
{
	width: 100%;
	margin-top: 27px;
	border: solid 1px #D2CFC4;
}

.gridview_detalhe
{
	margin-top: 27px;
}

.row_detalhe td
{
	background-color: #FFFFFF;
	height: 35px;
	padding: 0px 6px 0px 6px;
}

.row_alternate_detalhe td
{
	background-color: #F4F4EA;
	height: 35px;
	padding: 0px 6px 0px 6px;
}

.footer_transacao
{
	height: 45px;
	_height: 41px;
	*height: 41px;
	background-color: #E9E7D2;
	color: #333333;
	text-decoration: none;
	padding: 0px 6px 0px 6px;
	border: solid 1px #D2CFC4;
}

/*------------------------------------------------*/

/*------------- Filtro do Histórico --------------*/

.fundo_td_filtro
{
	background: url(../images/bg_botao_filtro.jpg) no-repeat;
}

.fundo_filtro
{
	padding: 6px 0px 12px 0px;
	background: url(../images/bg_extrato_filtro.jpg) repeat-x;
}

.td_label_condicao
{
	width: 100px;
	height: 32px;
	font-weight: bold;
	padding: 0px 12px 0px 5px;
}

.fundo_busca
{
	padding: 2px 0px 0px 0px;
	background: url(../images/bg_extrato_busca.jpg) repeat-x;
}

.form-box_busca
{
	background: #FFFFFF;
	border: solid 1px #D7D7D7;
	height: 18px;
}
/*------------------------------------------------*/

/*----------- Histórico da Transação -------------*/
.header_extrato th
{
	height: 45px;
	background: url(../images/bg_header_extrato.jpg) repeat-x;
	color: #333333;
	text-decoration: none;
	padding: 0px 6px 0px 6px;
	font-weight: bold;
}

.header_extrato a
{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.header_extrato a:hover
{
	text-decoration: underline;
}

.row_extrato td
{
	background-color: #FFFFFF;
	height: 35px;
	padding: 0px 6px 0px 6px;
	/*font-size: 11px;*/
}

.row_alternate_extrato td
{
	background-color: #F4F4EA;
	height: 35px;
	padding: 0px 6px 0px 6px;
	/*font-size: 11px;*/
}

.row_extrato a
{
	font-size: 13px;
}

.row_alternate_extrato a
{
	font-size: 13px;
}

.td_border
{
	border: solid 1px #D2CFC4;
}

.td_border_colspan
{
	border-top: solid 1px #D2CFC4;
	border-bottom: solid 1px #D2CFC4;
}
.td_border_colspan_short
{
	font-size:11px;	
	border-top: solid 1px #D2CFC4;
	border-bottom: solid 1px #D2CFC4;
}
/*------------------------------------------------*/

/*------------------ Paginação -------------------*/
.link_paginacao
{
	text-align: center;
	vertical-align: middle;
	background-color: #F4F4EA;
	padding: 0px 6px 0px 6px;
	border: solid 1px #F4F4EA;
}

.link_paginacao:hover
{
	color: #FFFFFF;
	background-color: #990000;
	border: solid 1px #6F0009;
}

.link_paginacao:hover a
{
	color: #FFFFFF;
}

.link_paginacao_ativo
{
	color: #FFFFFF;
	background-color: #990000;
	padding: 0px 6px 0px 6px;
	border: solid 1px #6F0009;
}

.link_paginacao_ativo a
{
	color: #FFFFFF;
}
/*------------------------------------------------*/

/*-------------------- Abas ----------------------*/
.ajax__abas_detalhes
{
	margin-top: 27px;
}

.ajax__abas_detalhes .ajax__tab_header
{
	font-family: verdana,tahoma,helvetica;
	vertical-align: middle;
	font-size: 11px;
	height: 44px; /*Firefox*/
	_height: 45px; /*IE*/
	*height: 45px; /*IE7*/
	background: url(      '../images/bg_aba_linha.jpg' ) repeat-x bottom;
	border-spacing:0px;
	line-height:20px;
}

.ajax__abas_detalhes .ajax__tab_header .ajax__tab_outer
{
	padding-right: 4px;
	background: url(     '../images/bg_aba_right.jpg' ) no-repeat right 0px; /*height: 44px;*/
}
.ajax__abas_detalhes .ajax__tab_header .ajax__tab_inner
{
	padding-left: 2px;
	background: url(     '../images/bg_aba_left.jpg' ) no-repeat; /*height: 44px;*/
}
.ajax__abas_detalhes .ajax__tab_header .ajax__tab_tab
{
	height: 40px;
	padding: 12px 12px 12px 12px;
	margin-right: 0px;
	background: url(     '../images/bg_aba.jpg' ) repeat-x;
}
.ajax__abas_detalhes .ajax__tab_hover .ajax__tab_outer
{
	background: url(     '../images/bg_aba_hover_active_right.jpg' ) no-repeat right 0px;
}
.ajax__abas_detalhes .ajax__tab_hover .ajax__tab_inner
{
	background: url(     '../images/bg_aba_hover_active_left.jpg' ) no-repeat;
}
.ajax__abas_detalhes .ajax__tab_hover .ajax__tab_tab
{
	background: url(     '../images/bg_aba_hover_active.jpg' ) repeat-x;
}
.ajax__abas_detalhes .ajax__tab_active .ajax__tab_outer
{
	background: url(     '../images/bg_aba_hover_active_right.jpg' ) no-repeat right 0px;
}
.ajax__abas_detalhes .ajax__tab_active .ajax__tab_inner
{
	background: url(     '../images/bg_aba_hover_active_left.jpg' ) no-repeat;
}
.ajax__abas_detalhes .ajax__tab_active .ajax__tab_tab
{
	font-weight: bold;
	background: url(     '../images/bg_aba_hover_active.jpg' ) repeat-x;
}
.ajax__abas_detalhes .ajax__tab_active .ajax__tab_tab td
{
	font-weight: bold;
}
.ajax__abas_detalhes .ajax__tab_panel
{
	padding: 0px;
}
.ajax__abas_detalhes .ajax__tab_body
{
	font-family: verdana,tahoma,helvetica;
	font-size: 10pt; /*border: 1px solid #999999;*/
	border-top: 0; /*padding: 8px;*/
	background-color: #ffffff;
}
/*------------------------------------------------*/




/*--------------- Abas histórico -----------------*/
.ajax__abas_historico
{
	margin-top: 27px;
}

.ajax__abas_historico .ajax__tab_header
{
	font-family: verdana,tahoma,helvetica;
	vertical-align: middle;
	font-size: 11px;
	height: 45px;
	background: url( '../images/bg_historico_aba_linha.jpg' ) repeat-x bottom;
}
.ajax__abas_historico .ajax__tab_header .ajax__tab_outer
{
	padding-right: 4px;
	background: url( '../images/bg_historico_aba_right.jpg' ) no-repeat right 0px; /*height: 44px;*/
}
.ajax__abas_historico .ajax__tab_header .ajax__tab_inner
{
	padding-left: 0px;
	background: url( '../images/bg_historico_aba_left.jpg' ) no-repeat; /*height: 44px;*/
}
.ajax__abas_historico .ajax__tab_header .ajax__tab_tab
{
	height: 44px;
	padding: 12px 12px 12px 12px;
	margin-right: 0px;
	background: url( '../images/bg_historico_aba.jpg' ) repeat-x;
}
.ajax__abas_historico .ajax__tab_hover .ajax__tab_outer
{
	background: url( '../images/bg_historico_aba_hover_active_right.jpg' ) no-repeat right 0px;
}
.ajax__abas_historico .ajax__tab_hover .ajax__tab_inner
{
	background: url( '../images/bg_historico_aba_hover_active_left.jpg' ) no-repeat;
}
.ajax__abas_historico .ajax__tab_hover .ajax__tab_tab
{
	background: url( '../images/bg_historico_aba_hover_active.jpg' ) repeat-x;
}
.ajax__abas_historico .ajax__tab_active .ajax__tab_outer
{
	background: url( '../images/bg_historico_aba_hover_active_right.jpg' ) no-repeat right 0px;
}
.ajax__abas_historico .ajax__tab_active .ajax__tab_inner
{
	background: url( '../images/bg_historico_aba_hover_active_left.jpg' ) no-repeat;
}
.ajax__abas_historico .ajax__tab_active .ajax__tab_tab
{
	font-weight: bold;
	background: url( '../images/bg_historico_aba_hover_active.jpg' ) repeat-x;
}
.ajax__abas_historico .ajax__tab_active .ajax__tab_tab td
{
	font-weight: bold;
	/*padding-top: 8px;
	_padding-top: 5px;
	*padding-top: 5px;*/
}
.ajax__abas_historico .ajax__tab_panel
{
	padding: 0px;
}
.ajax__abas_historico .ajax__tab_body
{
	font-family: verdana,tahoma,helvetica;
	font-size: 10pt; /*border: 1px solid #999999;*/
	border-top: 0; /*padding: 8px;*/
	background-color: #ffffff;
}
/*------------------------------------------------*/


.testchb 
{
	
   padding: 5px 0 0 0;
   background: #EEEEEE;
   border: solid 1px #999999;

 }

.form-box
{
	background: #EEEEEE;
	border: solid 1px #999999;
}

.form-box-foco
{
	background: #FFFFFF;
	border: solid 1px #999999;
}

.form-box-erro
{
	background: #FFFFDD;
	border: solid 1px #CC0101;
}

.form-box-disabled
{
	background: black;
	border: solid 1px #999999;
}

.form-box, .form-box-foco, .form-box-erro
{
	height: 21px;
	font-family: Verdana;
	font-size: 13px;
	color: #333333;
	vertical-align: middle;
}

.texto-mensagem
{
	font-size: 10px;
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
}

.texto-alerta
{
	font-size: 10px;
	padding: 0px 5px 0px 5px;
	color: #CC0000;
	vertical-align: middle;
}

.texto-erro
{
	font-weight: bold;
	color: #CC0000;
}

.td_titulo_red
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	padding: 0px 0px 0px 5px;	
}
