body
{
    background-color: #557d6c;
    font-family: Bookman Old Style, Sans-Serif;
    font-size: 15px;
    color: #000;
    background: url(  "../imgs/background.jpg" ) repeat top right;
}
.tabela_principal
{
    border-collapse: collapse; /*width: 100%;*/
    width: 797px;
}
.topo
{
    height: 153px;
    font-size: smaller;
    background-color: #fff;
    padding: 15px;
    background: url( "../imgs/banner.jpg" ) no-repeat top right;
}
.menuTopo
{
    width: 100%;
    font-size: 17px;
    font-weight:bold;
    background-color: #fff;
    height: 68px;
    text-align: center;
    background: url(  "../imgs/menutopo.jpg" ) no-repeat top right;
    padding-top: 10px;
    color: #fff;
}
.conteudo
{
    vertical-align: top;
    overflow: auto;
    font-size: smaller;
    background: #fff;
    text-align: left;
    padding-right: 50px;
}
.rodape
{
    background-color: #fff;
    padding-top: 28px;
    text-align: right;
    font-size: smaller;
    height: 30px;
    background: url(  "../imgs/fundorodape.jpg" ) no-repeat top right;
}

/* ESTILOS PARA AS FONTES */
/* 
Titulo Padrão 
*/
h1{font-family:arial;font-size:18px;text-decoration:none;padding:0px;margin:0px;color:#eeb21b;padding-bottom:20px;}
h1.estiloTitulo1{padding-bottom:0px;}
h1.estiloTitulo2{font-family:arial;font-size:18px;text-decoration:overline;}
/* 
Texto Padrão esta no Body 
*/
/* 
Texto Personalizado 1 
*/
.estiloTexto1{font-family: arial;color: #eeb21b; text-decoration:underline;}
/* 
Texto Personalizado 2 
*/
.estiloTexto2{font-family: arial;color: #eeb21b; text-decoration:overline;}
/* 
Link Padrão 
*/
a{font-family: Bookman Old Style, Sans-Serif;color: #000000;text-decoration:none;}
a:hover{color: #000000;text-decoration:underline;}
a:visited{color: #000000;}
/* 
Link personalizado 1 
*/
a.estiloLink1{font-family: Bookman Old Style, Sans-Serif;color: #eeb21b;text-decoration:none;font-weight:bold;}
a.estiloLink1:hover{color: #eeb21b;font-weight:bold;text-decoration:underline;}
a.estiloLink1:visited{color: #eeb21b;font-weight:bold;}
/* 
Link personalizado 2 
*/
a.estiloLink2{font-family: Bookman Old Style, Sans-Serif;color: #fff;text-decoration:none; font-size:14px;}
a.estiloLink2:hover{color: #eeb21b;}
a.estiloLink2:visited{color: #fff;}

/* CSS da area Administrativa */
.menu
{
    width: 200px;
    background-color: #fff;
    padding: 5px;
}
.ul_categorias_produtos
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-left: 20px;
}

.li_categorias_produtos
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}
/* Tabela de visualização de Jogadores */
.even
{
    background-color: #a9c0b1;
}
.tabelaFundo
{
    background-color: #557d6c;
    text-align:center !important;
}

.tabelaFundo td
{
    border: solid 1px black;
    text-align:center !important;
    margin:0px !important;

}
#tblDados
{
    border-collapse: collapse;
}
