/* Importando o css do Autocomplete */
@import url(/public/styles/jquery.autocomplete.css);

/* Importando o css da publicidade */
@import url(/public/styles/publicidade.css);

* {
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-family: Arial, Verdana;
}
body {
    background: #FFF url(/public/images/bg_body.png) repeat-x top;
}


h1, h2 {
    font-size: 22px;
    color: #333;
}

h2 {
    font-size: 18px;
    margin-top: 15px;
}

a {
    color: #1d81d6;
    font-size: inherit;
}
a:hover {
    text-decoration: underline;
}
p {
    color: #333;
    font-size: 13px;
    line-height: 150%;
    text-align: justify;
}

p.centro {
    text-align: center;
}

div#geral {
    width: 778px;
    margin: 10px auto;
}

div#geral div#topo {
    height: 50px;
    background: url(/public/images/bg_topo.png) repeat-x;
    position: relative;
    margin-top: 10px;
}

div#geral div#topo span.titulo {
    width: 308px;
    height: 31px;
    display: block;
    margin: 10px 0 0 10px;
    background: url(/public/images/logo.png) no-repeat center center;
}

div#geral div#topo span.titulo a {
    height: 31px;
    display: block;
    text-indent: -5000px;
}

div#geral div#conteudo {
    background-color: #FFF;
    width: 730px;
    border: 3px solid #83a2ab;
    margin: -5px auto;
    padding: 15px;
}

div#geral form#form_pesquisa {
    width: 560px;
    height: 37px;
    margin: 0 auto 20px;
}

div#geral form#form_pesquisa input#str_busca {
    font-size: 20px;
    height: 35px;
    font-weight: bold;
    width: 415px;
    border: 1px solid #83a2ab;
    color: #83a2ab;
    float: left;
}

div#geral form#form_pesquisa input#str_acao {
    float: left;
}

div#geral div#links_rodape {
    margin-top: 10px;
    text-align: center;
}

div#geral div#links_rodape a {
    font-size: 12px;
    color: #000;
}

div#geral div#copyright {
    margin-top: 10px;
}

div#geral div#copyright p {
    color: #000;
    font-size: 12px;
    text-align: center;
}

div.listagem_letras {
    text-align: center;
    margin: 20px 0 20px 0;
}

div.listagem_letras span.navegacao_letras {
    font-size: 15px;
    color: #888;
}

.clear{clear:both;_height:0px}
.clear HR{display:none}

span.silaba {
    font-weight: bold;
    font-size: 14px;
}

ol.listagem li {
    background: url(/public/images/bg_listagem.gif) no-repeat left center;
    padding-left: 5px;
    display:inline;
}

td.abraviacao {
    font-weight: bold;
}

div.paginacao {
    margin: 10px;
    width: 750px;
    font-size: 13px;
    text-align: center;
}

div.paginacao a {
    font-weight: bold;
}