11
| <![CDATA[<style>
/*===================================================================*/
body{
margin:2px;
padding:2px;
/*background:url(images/bgb_1.gif);*/
/*background-color:#eee;*/
/*Alinhar a página*/
text-align:left;
}
#wrap{
/*
margin-left:auto;
margin-right:auto;
*/
background-color:#fff; /*D9D9DB*/
border-left:1px solid #aaa;
border-right:1px solid #aaa;
border-bottom:1px solid #aaa;
width:767px;
}
#top{
display:block;
_height:100px;
width:auto;
/*background:url(images/logo_tribo_de_levi.jpg) no-repeat;*/
/*border-top:#330069 4px solid;
border-bottom:#330069 4px solid;*/
/*border-right:2px solid #999999;*/
text-align:left;
}
#left{
display:block;
margin-top:0px;
padding-bottom:0;
/*width:160px;*/
height:auto;
/*border:solid #666666 1px;*/
text-align:left;
/*background-color:#FFFFFF;*/
}
#principal{
display:block;
width:611px;
height:auto;
_height:400px;
min-height:400px;
padding-bottom:0;
margin-top:20px;
_margin-top:0;
/*border-right:2px solid #999999;*/
/*border-left:1px solid #666666;*/
/*border-bottom:2px solid #999999;*/
text-align:left;
background-color:#FFFFFF;
/*
_background:#fff url('images/fundo.jpg') no-repeat top;
background:#fff url('images/fundo.jpg') no-repeat top;
*/
}
#bottom{
padding-top:5px;
padding-bototm:5px;
background:#fff;
margin-left:0px;
width:100%px;
border-top:1px solid #aaa;
}
/*===================================================================*/
.TituloIndex {
font-family:Papyrus;
color: #004080;
font-size: 14px;
font-weight:bold;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 2px;
border-left-width: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-bottom-color: #CCC;
}
.TituloNoticia {
font-family:Tahoma;
color: #004080;
font-size: 14px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-bottom-color: #CCCCCC;
}
.TextoNoticia {
font-family:Book Antiqua;
color: #004080;
font-size: 12px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-bottom-color: #CCCCCC;
}
/*--------------------- Abas do cadastro de Consultor ---------------------*/
.menu {
PADDING-RIGHT: 4px;
PADDING-LEFT: 4px;
PADDING-BOTTOM: 4px;
PADDING-TOP: 4px;
FONT-WEIGHT: normal;
/* FONT-SIZE: 10px; */
font-size:90%;
CURSOR: hand;
/* COLOR: #000033; */
color:#24618E;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
/* BACKGROUND-COLOR: #CCCCCC;*/
background:url("imagens/tableftJ.gif") no-repeat left top;
}
.menu-sel {
/* BORDER-RIGHT: #000000 1px solid;
BORDER-TOP: #000000 1px solid; */
PADDING-RIGHT: 5px;
PADDING-LEFT: 5px;
PADDING-BOTTOM: 5px;
PADDING-TOP: 5px;
FONT-WEIGHT: bold;
text-decoration:underline;
/* FONT-SIZE: 10px; */
font-size:90%;
CURSOR: hand;
/* COLOR: #FFFFFF; */
color:#24618E;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
/* BACKGROUND-COLOR: #006699;*/
background:url("imagens/tabrightJ.gif") no-repeat left top;
}
.tb-conteudo {
BORDER-RIGHT: #000000 0px solid;
BORDER-BOTTOM: #000000 0px solid
}
.conteudo {
display:block;
/* PADDING-RIGHT: 5px;
PADDING-LEFT: 5px; */
FONT-WEIGHT: normal;
FONT-SIZE: 10px;
/* PADDING-BOTTOM: 5px; */
width:750px;
COLOR: #000033;
/* PADDING-TOP: 5px; */
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
height:auto;
_height:350px;
min-height:350px;
/*HEIGHT: 460px; */
BACKGROUND-COLOR: #FFFFFF;
}
/*--------------------------------------------*/
</style>]]>
|
355
| <![CDATA[<script>
$(document).ready(function() {
//console.log('ok');
$('#Enviar').click( function(){
//console.log($('#msg_enviar_email_cancelamento_acesso').val());
if ($('#ds_email').val() == '' || $('#ds_mensagem').val() == '')
{
alert('Favor preencher todos os campos!');
return false;
}
var email_origem = $('#ds_email').val();
var email_destino1 = 'grupocontratosuad@aids.gov.br';
var email_destino2 = '';
var email_titulo = 'Fale conosco';
var msg = $('#ds_mensagem').val();
$.ajax({
async: true,
url: 'enviar_email.php',
type: 'post',
dataType: 'json',
data: { email_origem: email_origem,
email_destino1: email_destino1,
email_destino2: email_destino2,
email_titulo: email_titulo,
email_corpo: msg
},
beforeSend:function () {
//$loader.html('<img src="../imagens/712.gif"> Validando informações...');
//$loader.show();
},
success : function(data) {
//console.log(data.mensagem);
//console.log(data.status);
//console.log(data);
alert(data.mensagem);
return false;
/*
$("#tr_mensagem").show();
$("#mensagem").fadeIn('slow').animate({opacity: 1.0}, 5000).effect("pulsate", { times: 2 }, 800).fadeOut('slow');
$("#mensagem").removeClass().addClass('alert alert-success');
$("#mensagem").html(data.mensagem).show();
*/
},
error : function(data) {
//console.log(data.mensagem);
//console.log(data.status);
//console.log(data);
alert(data.mensagem);
return false;
/*
$("#tr_mensagem").show();
$("#mensagem").fadeIn('slow').animate({opacity: 1.0}, 5000).effect("pulsate", { times: 2 }, 800).fadeOut('slow');
$("#mensagem").removeClass().addClass('alert alert-danger');
$("#mensagem").html(data.mensagem).show();
*/
},
complete: function(){
//$loader.hide();
}
});
});
});
</script>]]>
|