html, body
{
    height: 100%;    
}
/* Estilo para o body */
body.paginaComFundo {
    font-size: 13px;
    margin: 0 auto;
    padding: 0px;
	background: url(imagens/background_body_grey.gif) top center repeat-y;
    font-family: arial, sans-serif;
}
/* Tira a borda das imagens */
img {
    border: 0;
}

/* Hiperliks */
a {
    color: #0066FF;
    text-decoration: underline;
}
a:hover {
    color: #0033CC;
    text-decoration: none;
}
a:visited {
    color: #3300CC;
}

/*  Headings  */
h1 {
    margin: 1.0em 0px 0.5em 0px;
    font-weight: bold;
    font-size: 160%;
}
h2 {
    margin: 1.0em 0px 0.5em 0px;
    font-weight: bold;
    font-size: 150%;
}
h3 {
    margin: 1.0em 0px 0.5em 0px;
    font-weight: bold;
    font-size: 140%;
}
h4 {
    margin: 1.0em 0px 0.5em 0px;
    font-weight: bold;
    font-size: 130%;
}
h5 {
    margin: 0 0px 0.2em 0px;
    font-weight: bold;
    font-size: 130%;
}
h6 {
    margin: 0 0px 0.2em 0px;
    font-weight: bold;
    font-style: italic;
    font-size: 130%;
}

/*  Parágrafos  */
p {
    margin: 0 0px 0.5em 0px;
    padding: 0px;
}
p.readmore {
    margin: 0 0 0.5em 0;
    padding: 0px;
    line-height: 1.2em;
    font-size: 90%;
    text-align: right;
}
p.quote {
    margin: 0em 30px 0.6em 30px;
}
p.embed {
    float: left;
    width: 120px;
    margin: 7px 7px 5px 0px;
    padding: 5px 5px 5px 5px;
    background-color: rgb(238,237,249);
    font-style: italic;
    font-weight: bold;
}
p.embed-caption {
    float: left;
    margin: 5px 0px 0px 0px;
    padding: 0px;
    font-style: italic;
    font-weight: normal;
}


/* Break line */
br {
    clear: none;
}

/* Estilos para a estrutura principal da página */
.conteudoDaPagina {
    width: 770px;
    margin: 0 auto;
    padding: 0px;    
    background-color: White;
    min-height: 100%;
    position: relative;
}
* html .conteudoDaPagina
{
    height: 100%; /* hack para IE6 que trata height como min-height */
}
.header {
    margin: 0;
    padding: 0;
}
.header a {
    display: block;
    width: 770px;
    height: 114px;
    background-image: url(imagens/home_apresentacao_novo.jpg);
}
.header #titulo {
    display: block;
    position: absolute;
    left: -4000px;
}

.headereventos {
    margin: 0;
    padding: 0;
}
.headereventos a {
    display: block;
    width: 770px;
    height: 200px;
    background-image: url(imagens/banner_eventos.jpg);
}
.headereventos #titulo {
    display: block;
    position: absolute;
    left: -4000px;
}

#topoCenso {
    padding: 0 20px;
}
/* ---------------------------- */
/*  Navegação de nível 1  */
/* ---------------------------- */
.navegacao_nivel1 {
    margin: 0;
    padding: 0px;
    font-family: verdana, arial, sans serif;
    clear: right;
}
.navegacao_nivel1 ul {
    float: left;
    width: 770px;
    margin: 0;
    padding: 0px;
    margin-bottom: 7px;
    border-top: solid 1px rgb(54,83,151);
    border-bottom: solid 1px rgb(54,83,151);
    background-color: rgb(127,162,202);
    font-weight: bold;
}
.navegacao_nivel1 li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0px;
}
.navegacao_nivel1 li a {
    display: block;
    float: left;
    margin: 0;
    padding: 5px 10px;
    border-right: solid 1px rgb(54,83,151);
    color: rgb(255,255,255);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 70%;
}
.navegacao_nivel1 a:hover, .navegacao_nivel1 a.selected {
    color: rgb(50,50,50);
    text-decoration: none;
}


/* ---------------------------- */
/*  Navegação de nível 2  */
/* ---------------------------- */
.navegacao_nivel2 {
    overflow: hidden;
    clear: left;
    float: left;
    width: 160px;
    margin: 0;
    padding: 0 0 0 0;
    color: rgb(75,75,75);
}
.navegacao_nivel2 ul {
    width: 160px;
    margin: 0;
    padding: 0;
}
.navegacao_nivel2 li {
    border-bottom: solid 1px rgb(216,206,159);
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: rgb(219,230,241);
}
.navegacao_nivel2 .title {
    margin: 0;
    padding: 3px 5px 2px 15px;
    background-color: rgb(156,186,214);
    color: rgb(255,255,255);
    text-transform: uppercase;
    font-weight: bold;
}
.navegacao_nivel2 li.group {
    margin: 0;
    padding: 0 0 0 10px;
    border-top: solid 1px rgb(200,200,200);
    border-left: solid 7px rgb(219,230,241);
    color: rgb(75,75,75);
    font-weight: bold;
}
.navegacao_nivel2 li a {
    display: block;
    height: auto !important;
    height: 1.7em;
    line-height: 1.7em;
    margin: 0;
    padding: 0px 7px 0px 10px;
    border-left: solid 7px rgb(219,230,241);
    color: rgb(75,75,75);
    text-decoration: none;
    font-size: 110%;
}
.navegacao_nivel2 li a:hover, .navegacao_secundaria li a.selected {
    border-left: solid 7px rgb(156,186,214);
    color: black;
    text-decoration: none;
}

.navegacao_nivel2 div.title {
    width: 160px;
    margin: 0;
    padding: 3px 5px 2px 15px;
    background-color: rgb(156,186,214);
    color: rgb(255,255,255);
    text-transform: uppercase;
    font-weight: bold;
}

/*  Estilos para o Menu Dinâmico */
.subMenuIe8Fix {
    z-index: 500;
}

.menuDotNet {
    margin: 0;
    padding: 0;
    border-bottom: solid 1px rgb(216,206,159);
    border-right: solid 1px rgb(216,206,159);
    background-color: rgb(219,230,241);
}

.menuDotNet .setaDireita, .subMenuDotNet .setaDireita {
    vertical-align: middle;
    padding-right: 20px;
    background-image: url(imagens/menu_setaDireita.gif);
    background-position: right;
    background-repeat: no-repeat;
}
.menuDotNet td {
    height: auto !important;
    height: 2em;
    line-height: 25px;
    cursor: pointer;
    padding: 0 0px 0 10px;
    border-left: solid 7px transparent;
}

.menuDotNet a, .subMenuDotNet a {
    color: rgb(75,75,75);
    font-size: 110%;
    display: block;
    width: 142px;
}
.menuDotNet td:hover, .menuDotNet td:active, .subMenuDotNet td:hover, .subMenuDotNet td:active {
    border-left: solid 7px rgb(156,186,214);
    text-decoration: none;
}
/*  Itens do SubMenu */
.subMenuDotNet {
    width: 160px;
    margin: 0;
    padding: 0;
    background-color: rgb(219,230,241);
}
.subMenuDotNet td {
    height: 2em;
    line-height: 25px;
    cursor: pointer;
    padding: 0 0px 0 10px;
    z-index: 1000;
}

.subMenuDotNet td:hover, .subMenuDotNet td:active {
    text-decoration: none;
}
/*  Fim dos estilos para o menu dinâmico  
/*  Fim dos estilos para o menu dinâmico  */

/* **************************************************************************** */
/*  Estilos para o conteúdo da página  */
/* **************************************************************************** */
/* Estilos para todos os tipos de conteúdo da página */
.conteudoSemMargem {
    padding: 0 0 180px 0;
}
.conteudo, .conteudoSemMargem, 
.conteudoSemFloat, .conteudoSemMenuEsquerdo, 
.conteudoComMenuDireito
{
    /* Estilos para que o rodapé permaneça embaixo da página */
    min-height: 100%;
	height:auto !important;	
	margin: 0;
	/* color: rgb(75,75,75); */
    }

/*  
    estilo para os conteúdos que utilizam float
    só ficou de fora a classe conteudoSemFloat
 */
 
.conteudo, .conteudoSemMargem, .conteudoSemMenuEsquerdo, .conteudoComMenuDireito {
    float: left;
}
/* Estilos p/ padding */
.conteudo, .conteudoSemFloat, .conteudoSemMenuEsquerdo {
    padding: 0px 20px 180px 20px;
}
.conteudoSemMenuEsquerdo, .conteudoSemFloat {    
    padding: 0px 2% 180px 2%;
}
.conteudoSemMenuEsquerdo {
    width: 720px;
}

/*  Estilos individuais dos tipos de conteudo */
.conteudo {
    width: 568px;
}

.conteudoComMenuDireito {
    width: 428px;
    padding: 0px 0px 10px 20px;
}
.tituloPagina {
    width: 408px;
    margin: 0;
    padding: 0;
    border-bottom: solid 3px rgb(88,144,168);
    color: rgb(88,144,168);
    font-weight: bold;
    font-size: 160%;
}
.subtitulo {
    margin: 0;
    padding: 0px;
    color: rgb(88,144,168);
    font-weight: bold;
    font-size: 110%;
}
p.subtitulo {
    margin: 2px 2px 10px 2px;
}
/* Titulo com fonte do tamanho padrão, branca e com o fundo azul */
.tituloComFundo {
    background-color: #7FA2CA;
    text-align: left;
    color: White;
    padding: 3px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
}

.tituloComFundo a {
    color: White;
}

.tituloComFundo a:hover, .tituloComFundo a:selected {
    color: rgb(50,50,50);
    text-decoration: none;
}


/* adiciona margem inferior para os titulos usando a tag <p> */
p.tituloComFundo {
    margin-bottom: 20px;
}
/* Estilo utilizado para dar margem superior da caixa de texto (espaço entre o titulo e a caixa ou entre caixas)  */


/*  Quote  */
.quote {
    clear: left;
    margin: 0em 30px 0.6em 30px;
}

/*  Embedded emphasis  */
.embed {
    float: left;
    width: 120px;
    margin: 2px 7px 2px 0px;
    padding: 5px 5px 5px 5px;
    background-color: rgb(238,237,249);
    font-style: italic;
    font-weight: bold;
    line-height: 1.2em;
    font-size: 140%;
}
.embed-caption {
    float: left;
    margin: 5px 0px 0px 0px;
    padding: 0px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.2em;
    font-size: 70%;
}

/*  Listas  */
ul.noindent {
    margin: 0 0px 7px 15px;
    padding: 0px;
    list-style-type: disc;
    list-style-position: outside;
    font-size: 120%;
}
ul.indent {
    margin: 0 0px 7px 15px;
    padding: 0px 0px 0px 15px;
    list-style-type: disc;
}
.indent {
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
}
ol {
    margin: 0 0px 0px 9px;
    padding: 0px 0px 0px 25px;
    list-style-type: decimal;
    list-style-position: outside;
    font-size: 120%;
}
ul.linklist-noindent {
    margin: -0.3em 0px 0.5em 0px;
    padding: 0px;
    list-style-type: none;
    line-height: 1.2em;
    font-size: 120%;
}
ul.linklist-indent {
    margin: 0;
    padding-left: 10px;
    list-style-type: none;
    line-height: 1.2em;
    font-size: 110%;
    font-weight: bold;
}
ul.linklist-indent a {
    text-decoration: none;
    color: #384C91;
}
ul.linklist-indent a:visited {
    text-decoration: none;
    color: #384C91;
}
ul.linklist-indent a:hover {
    text-decoration: underline;
    color: #0000CC;
}
.semMarcadores {
    list-style: none;
    margin-top: 5px;
    padding-left: 10px;
}
.listagemInsisos li, .listagemHifem li {
    margin-bottom: 8px;
    text-align: justify;
}
.listagemInsisos li {
    list-style-type: upper-roman;
}
.listagemLetras li {
    list-style-type: lower-alpha;
}


/*  Estilos genericos para as tabelas */


.tabelaGenerica th a:hover {
    text-decoration: underline;
}


/* * estilo usado para tabelas com linhas com cores alternadas * */
.linhaAlternativa {
    background-color: #EFF3FB;
}

/* fim dos estilos genericos para tabela */
/* Linhas separadoras */
.line-box {
    border-bottom: solid 1px rgb(200,200,200);
    padding-bottom: 15px;
    margin: 0 0px 15px 0px;
}
.line-white {
    border-bottom: solid 1px rgb(255,255,255);
    padding-bottom: 2px;
    margin: 0 0px 1px 0px;
}
.line-black {
    border-bottom: solid 1px rgb(0,0,0);
    padding-bottom: 2px;
    margin: 0 0px 1px 0px;
}

/*  Rodapé  */
#fb-like-box {
    overflow: hidden;
    clear: both;
    width: 770px;
    height: 7.5em;
    margin-left: 50px;
    padding: 0.5em 0px 0.5em 0px;
    text-align: center;
    line-height: 1.3em;
    position: absolute;
    bottom: 80px;
}

/*  Rodapé  */
.footer {
    overflow: hidden;
    clear: both;
    width: 770px;
    height: 7.5em;
    margin: 0;
    padding: 0.5em 0px 0.5em 0px;
    border-top: solid 1px rgb(125,125,125);
    background-color: rgb(128,161,202);
    color: rgb(255,255,255);
    font-size: 1.0em;
    text-align: center;
    line-height: 1.3em;
    position: absolute;
    bottom: 0;
}
.footer a {
    color: rgb(255,255,255);
    text-decoration: underline;
}
.footer a:hover {
    color: rgb(0,0,0);
    text-decoration: none;
}
#assinaturaRodape {
    color: #4c7d92;
}

/*  Estilos para GridViews  */
.gridViewGenerico {
    margin: 10px 0;
    
    
}

.gridViewGenerico tr:hover {
    background-color: #b1d8ff !important;
}
.gridViewGenerico th, .detailsViewGenerico .titulo {
    background-color: #7FA2CA !important;
    text-align: left;
    padding: 4px;
}
.gridViewGenerico th, .gridViewGenerico th a, .detailsViewGenerico .titulo {
    color: White !important;
    text-decoration: none;
}
.gridViewGenerico th a:hover {
    text-decoration: underline;
}
/* Código da cor para o fundo da linha alternativa #EFF3FB */
.gridViewGenerico td {
    padding: 4px;
}
.gridViewGenerico .linhaSelecionada {
    background-color: rgb(219, 230, 241);
}

/* Estilos para gridview 2 */

.gridViewGenerico2 {
    margin: 10px 0;
}

.gridViewGenerico2 tr:hover {
    background-color: #f5f5dc !important;
}
.gridViewGenerico2 th, .detailsViewGenerico .titulo {
    background-color: #d2b48c !important;
    text-align: center;
    padding: 4px;
}
.gridViewGenerico2 th, .gridViewGenerico2 th a, .detailsViewGenerico .titulo {
    color: Black !important;
    text-decoration: none;
}
.gridViewGenerico2 th a:hover {
    text-decoration: underline;
}
/* Código da cor para o fundo da linha alternativa #EFF3FB */
.gridViewGenerico2 td {
    padding: 4px;
}
.gridViewGenerico2 .linhaSelecionada {
    background-color: rgb(245, 245, 220);
}



/* Estilos para DetailsView */
.detailsViewGenerico td {
    padding: 5px;
}

.letrasMenores {
    font-size: 11px;
}


.letrasMenores input {
    font-size: 11px;
}


.borda {
    border: solid 1px rgb(200,200,200);
}

/*  -- Estilos para tabela de formulários --  */
.tabForm {
    width: 100%;
}
.tabForm td, .tabForm th {
    border: solid 1px #DFDFDF;
    padding: 5px;
}
.tabForm .checkListForm td {
    border: none;
    padding-top: 0;
}
.titForm {
    padding: 10px;
}
.formulario {
    background-color: rgb(245, 245, 245);    
}

.formulario p.borda {
    border: solid 1px gray;
    padding: 3px;
}

.formulario div.borda {
    border: solid 1px gray;
    padding: 3px;
    margin: 5px 0 5px 0;    
}

table.formulario td {
    border: solid 1px gray;
    padding: 3px;
    empty-cells: show;
}
table.formulario td a {
    color: Blue;
}
.formulario2 {
    background-color: rgb(245, 245, 220);
}
.formulario2 input {
    border: solid 1px black;
}
.formulario2 td {
    border: solid 1px gray;
    padding: 3px;
    margin: 3px;
    empty-cells: show;
}
.titCampo {
    font-weight: bold; /*color: rgb(88,144,168);     */
}



.letrasMaiusculas {
    text-transform: uppercase;
}

.letrasMinusculas {
    text-transform: lowercase;
}


/* fim dos estilos para formulários com tabela */

.campo_2Digitos {
    width: 20px;
}
.campo_3Digitos {
    width: 30px;
}
.campo_4Digitos {
    width: 30px;
}
.campo_5Digitos {
    width: 50px;
}
.campo_6Digitos {
    width: 60px;
}
.campo_9Digitos {
    width: 70px;
}
.campo_10Digitos {
    width: 75px;
}
.campo_15Digitos {
    width: 110px;
}
.campo_25Digitos {
    width: 160px;
}
.campo_30Digitos {
    width: 225px;
}
.campo_50Digitos {
    width: 320px;
}
.campo_55Digitos {
    width: 330px;
}
/* estilo para o campo CPF com pontos e hífem  */
.campoCpf {
    width: 100px;
}
/* Estilo para o campo prontuário */
.campoProntuario {
    width: 40px;
}
.campoRegiao {
    width: 40px;
}
.campoIgreja {
    width: 40px;
}
.campoData {
    width: 70px;
}
.campoCep {
    width: 70px;
}
.campoTelefone {
    width: 70px;
}
.campoDDD {
    width: 20px;
}

.campoEmail {
    width: 200px;
}
.campoNomeCompleto {
    width: 230px;
}

.textArea {
    width: 200px;
    height: 200px;
}

.campoReadOnly {
    background-color: #cccccc;
    color: #999999;
}

.linhaBotoes {
    border: solid #425798 1px;
    background: #DBE6F1;
    color: Black;
    cursor: pointer;
}
input:hover.linhaBotoes {
    border-width: 2px 0 0 2px;
    padding-bottom: 0px;
}

.linkButtons {
    border: solid #425798 1px;
    background: #DBE6F1;
    text-decoration: none;
    text-align: center;
    padding: 2px 8px;
}

a.linkButtons {
    color: Black;
}
a:hover.linkButtons {
    border-width: 2px 0 0 2px;
}

.novaJanela {
    background-image: url(  "imagens/new-window.gif" );
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 12px;
}
.janelaPequena {
    background-image: url(  "imagens/pop-up.gif" );
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 12px;
}
/* estilos diversos */
.invisivel {
    display: none;
}

/* Estilos para correção de bug */
.bugAlturaDivFloat {
    clear: both;
}



/* Estilos para formatação geral de texto */
.msgRetorno {
    color: Red;
}
.msgDestaque {
    color: Red;
}
.msgDestaque2 {
    color: Green;
}
.msgDestaque3 {
    color: #6F5307;
}
.textoObs {
    font-style: italic;
}
/* Fim formatação gera de texto */


/* Estilos para o Controle Ajax ModalPoup */
.fundoPopup {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.modalPopup {
    font-family: arial, sans-serif;
    border: solid #425798 1px;
    background: #DBE6F1;
    color: Black;
    font-size: 13px;
}
.modalPopup .dragTitle {
    text-align: center;
    padding: 5px;
    background-color: #7FA2CA;
    color: White;
    font-weight: bold;
    height: 21px;
    line-height: 21px;
}
.modalPopup .titAjuda {
    text-align: center;
    padding: 5px;
}
.modalPopup .descAjuda {
    border: solid 1px #7FA2CA;
    padding: 5px;
    margin: 5px;
    background-color: White;
    font-size: 100%;
    font-family: arial, sans-serif;
    font-weight: normal;
    text-align: justify;
}

/* Fim dos estilos para o modalPopup
 */
/* Estilo para campos indisponíveis */
.indisponivel {
    color: Gray;
    background-color: #E3E3E3;
}

/* Estilos para campos que estão inválidos ou com algum aviso */
.campoInvalido {
    background-color: #FFCCCC;
}
.campoComAviso {
    background-color: #FFFACD;
}

/* 
	Estilo para tirar o padding que é herdado pelo controle quando algum dos elementos acima utilizam padding na tag TD 
	Usar em um elemento que contenha o controle validator
    Tags: ValidatorCalloutExtender
 */
.semBordaAbaixo td {
    padding: 0;
    border: none;
}
.semBordaAbaixo tr:hover {
    background: none !important;
}

/*  Estilos para o controle AjaxToolKit ReorderList */
.itemArea {
    font-family: Arial, Verdana, sans-serif;
    font-size: 1em;
    text-align: left;
    margin-bottom: 2px;
    padding: 5px;
    height: 18px;
    color: rgb(75,75,75);
    background-color: rgb(219,230,241); /* background-image:url(imagens/bg_nav.gif); */
}

/*  Estilo para o item que está sendo reordenado */
.reorderCue {
    border: dashed thin black;
    width: 100%;
    height: 25px;
}
.dragHandle {
    width: 10px;
    height: 28px; /* background-image:url(imagens/bg-menu-main.png); */
    background-color: rgb(156,186,214);
    cursor: move; /* margin-bottom: 2px; border:outset thin white; */
}
.blocoReorder ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/*  Fim dos estilos para o ReorderList */
#conteudoGeral {
    z-index: 3;
    width: 500px;
    position: absolute;
    top: 50%;
    display: none;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    left: 50%;
    margin-left: -250px;
    margin-top: -250px;
}


#divBg {
    background-color: Black;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 0;
}
#msgCarregando {
    text-align: center;
    font-style: italic;
    display: none;
}
#msgCarregandoMaster
{
    position:fixed;
    top:0;
    border:1px solid gray;
    background:white;
    padding:5px;
    right:0;
    }
.btnFechar {
    background-color: #666666;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    position: absolute;
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(50.5 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
.semOpacidade {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.centroFixo {
    background-color: White;
    border: solid 1px black;
    height: 500px;
    width: 768px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -384px;
    margin-top: -250px;
}


.divMsg button {
    display: block;
}
.divMsg span {
    display: block;
    margin: 3px 0;
}
.divMsg btFecharMsg {
    margin: 5px 0;
}
.divMsg {
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -250px;
    position: fixed;
    width: 500px;
    background-color: #EFEFEF;
    border: solid 1px black;
    padding: 10px;
    z-index: 1;
}
.fundoDivMsg {
    background-color: Black;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
    opacity: 0.3;
    filter: alpha(opacity=30);
}
#cabecarioIdentificacao {
    margin-left: 130px;
    width: 500px;
}
#cabecarioIdentificacao input {
    margin: 10px 0;
}
.divPesquisaVerDependentes {
    display: none;
}

.linhaBotoesVerDependentes {
    border: 1px solid #425798;
    background: #DBE6F1;
    color: Black;
    cursor: pointer;
    display: none;
}

/***Relações Ministeriais***/

.cabecalho_seleventos {
    background-color: #eff3ff;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 0.5px;
}

.cabecalho_seleventos h1 {
    text-decoration: none;
    text-transform: uppercase;
    margin: 5px auto 3px auto;
}

.cabecalho_seleventos p {
    color: Red;
    margin: 3px autp 3px auto;
}

.grid_seleventos {
    border-color: transparent;
    width: 100%;
    border-spacing: 2px;
}

.grid_seleventos th {
    background-color: #75b8fd;
    height: 15px;
}

.grid_seleventos tr {
    height: 27px;
}

.grid_seleventos td {
    background-color: #eff3ff;
    padding: 5px 5px 5px 5px;
}

.botoes_seleventos {
    border: 1px solid black;
    background-color: #d5e9ff;
    text-align: center;
    width: 200px;
    height: 25px;
    margin: 10px 15px 5px 15px;
}

.Calendario .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}

/***Correção do bug do calendário Ajax***/
.ajax__calendar td {
    padding: 0;
    border: none;
}

