﻿body
{
    margin-left: 0px;
    margin-top: 9px;
    background-repeat: no-repeat;
    background-color: Black;
    background-image: url(Imagens/bg.jpg);
}
.tabelapreta
{
    background-repeat: no-repeat;
    background-color: Black;
    margin-left: 25px;
    margin-right: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
.tabelabranca
{
    width: 858px;
    background-color: White;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

.logo
{
    padding-left: 13px;
    width: 455px;
}
.links
{
    width: 885px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

td.rodape
{
    font-size: 9px;
    color: #ffffff;
    font-family: Verdana;
    padding-top: 15px;
    text-align: center;
    background-color: Black;
    padding-left:50px;
    
}
table.revendedores
{
    font-family: Verdana;
    font-size: 12px;
    color: Black;
    width: 100%;
}

table.contato
{
    font-family: Verdana;
    font-size: 12px;
    color: Black;
}

table.fonte
{
    font-size: 12px;
    font-family: Verdana;
}
table.zero, table.zero td
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

input, textarea
{
    width:200px;
    height: 18px;
    background-color: #6B6B6B;
    font-size: 12px;
    color: White;
    border: 0px;
}

form 
{

    margin: 0px;
    padding: 0px;    

}
.ui-accordion a
{
    background-image: url(Imagens/quadrado_inativo.gif); 
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
}

.ui-accordion a:hover
{
    background-image: url(Imagens/quadrado_mouseover_ativo.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
}

.ui-accordion a.selected  
{
    background-image: url(Imagens/quadrado_mouseover_ativo.gif); 
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
}
