/* 
    Document   : folhas
    Created on : 01/08/2009, 14:12:38
    Author     : rapphil
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#topoFolha{
    margin-left:7px;
    background-image:url(../images/topo.png);
    width:720px;
    height:75px;
    line-height:50px;
    padding-left:30px;
    background-repeat:no-repeat;
}

#corpoFolha{
    margin-left:7px;
    background-image:url(../images/corpo.png);
    width:710px;
    height:auto;
    background-repeat:repeat-y;
    padding-left:20px;
    padding-right:20px;
}

#rodapeFolha{
    margin-left:7px;
    background-image:url(../images/rodape.png);
    width:730px;
    height:30px;
    padding-left:20px
}

#rodapeFolha a{
    color:#000011;
    margin:0px;
    padding:0px;
    
}
#rodapeFolha a:hover{
    margin:0px;
    padding:0px;
    color:#000099;
}

#pesquisaTopo{
    margin-left:5px;
    background-image: url(../images/pesquisaTopo.png);
    width:170px;
    height:30px;
    padding-left:10px;
    line-height:30px;
}

#pesquisaCorpo{
    margin-left:5px;
    background-image: url(../images/pesquisaCorpo.png);
    width:160px;
    padding-left:15px;
    padding-right:5px;
    height:auto;
}

#pesquisaRodape{
    margin-left:5px;
    background-image: url(../images/pesquisaRodape.png);
    width:180px;
    height:15px;

}
#transparencia{

    display:block;
    font-family:Arial,Helvetica,sans-serif;
    font-size:9pt;
    color:#ffffff;
    font-weight:bold;
    margin-left:200px;
 }
#transparenciaTopo{
    background-image: url(../images/transpTopo.png);
    width:500px;
    height:20px;
}

#transparenciaCorpo{
    background-image: url(../images/transpCorpo.png);
    width:460px;
    padding-left:20px;
    padding-right:20px;
    height:auto;
}

#transparenciaCorpo p{
    margin: 0 0 0 0;
}


#transparenciaRodape{
    background-image: url(../images/transpRodape.png);
    width:500px;
    height:20px;
}

#destaque{
    width:20%;
    height:auto;
    border-style:inset;
    border-width:1px;
    border-color:#0f242c;
    font-family:Arial,Helvetica,sans-serif;
    font-size:8pt;
    text-align:center;
    color:#222222;
}


#detalhesp{
    background-image:url(../images/detalhesp.png);
    width:60px;
    height:20px;
    line-height:19px;
    color:#ffffff;
    text-align:center;
    font-size:8pt;
    font-family:Arial,Helvetica,sans-serif;
    display:block;
    margin-left:auto;
    margin-right:auto;
    text-decoration:none;
}
#detalhesp:hover{
    background-image:url(../images/detalhesph.png);
}


