﻿/* 1-Estilos utilizados na MasterPage */
body 
{
	margin-left: 0 ;
	margin-top: 0; 
	margin-bottom: 0;
	margin-right: 0; 
}

#frase_rolando
{
	text-align: center;
	vertical-align: top; 
	width: 98%;
	height: 14px;
	background-color: #E3CF17;
	color: Black;  
	font-style: normal;
	font-family: Verdana;
	font-size: small;
} 

.background_direito
{
	vertical-align:top;   
	background-image: url('Imagens/lateral_D.jpg');
	background-repeat: repeat-y; 
} 

.background_esquerdo
{
	vertical-align:top;   
	background-image: url('Imagens/lateral_E.jpg');
	background-repeat: repeat-y; 
} 

.tabela 
{
	width: 100%; 
	background-color: #E3CF17;
	height: 274px;
} 

.menu 
{
	background-color: #E3CF17;
	width: 100%; 
	height: 35px;
} 

.rodape
{
	width: 100%; 
	height: 24px;
	background-image: url('Imagens/rodape.jpg');
	text-align: right;
	vertical-align: middle; 
	color: Black;  
	font-weight: bold;
	text-decoration: none; 
	font-family: Verdana;
	font-size: small;
}

.frases_rodape
{
	vertical-align: middle;
	text-align: center;    
	height: 20px;
	color: Gray;  
	text-decoration: none; 
	font-family: Verdana;
	font-size: smaller;
}

.texto_rodape
{
	height: 20px;
	color: Black;  
	font-weight: bold;
	text-decoration: none; 
	font-family: Verdana;
	font-size: smaller;
}
/* Final 1

/* 2-Estilos utilizados no panel de cada página */
.panel_recados
{
	text-align:left;  
	vertical-align: middle;   
	background-position:center;  
	background-image: url('Imagens/panel_recados.jpg');
	background-repeat:no-repeat; 
	height: 168px;
} 

.panel_margem
{
	background-color: #E3CF17;
	height: 10px;
	text-align: center;
	vertical-align: middle;
}

.panel_topo_e
{
	background-color: #E3CF17;
	height: 42px;
	background-position: right bottom;  
	background-image: Url(Imagens/panel_topo_e.jpg);
	background-repeat:no-repeat; 
} 

.panel_topo_m
{
	background-color: #E3CF17;
	height: 42px;
	width: 581px; 
	background-position: center bottom;  
	background-image: Url(Imagens/panel_topo_m.jpg);
	background-repeat:no-repeat; 
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	font-family: Verdana;
	font-size: small;     
} 

.panel_topo_d
{
	background-color: #E3CF17;
	height: 42px;
	background-position: left bottom;  
	background-image: Url(Imagens/panel_topo_d.jpg);
	background-repeat:no-repeat; 
} 

.panel_meio_e
{
	background-color: #E3CF17;
	background-position: right bottom;  
	background-image: Url(Imagens/panel_meio_e.jpg);
	background-repeat: repeat-y; 
} 

.panel_meio_m
{
	background-color: #E3CF17;
	width: 581px; 
	background-position: center bottom;  
	background-image: Url(Imagens/panel_meio_m.jpg);
	background-repeat: repeat-y; 
	text-align: justify;
	text-decoration: none; 
	vertical-align: top;
	font-family: Verdana;
	font-size: small;
} 

.panel_meio_d
{
	background-color: #E3CF17;
	background-position: left bottom;  
	background-image: Url(Imagens/panel_meio_d.jpg);
	background-repeat:repeat-y; 
} 

.panel_rodape_e
{
	background-color: #E3CF17;
	height: 25px;
	background-position: right top;  
	background-image: Url(Imagens/panel_rodape_e.jpg);
	background-repeat: no-repeat; 
} 

.panel_rodape_m
{
	background-color: #E3CF17;
	height: 25px;
	width: 581px; 
	background-position: center top;  
	background-image: Url(Imagens/panel_rodape_m.jpg);
	background-repeat: no-repeat; 
	text-align: left ;
	vertical-align: middle;
	font-weight: bold;
	font-family: Verdana;
	font-size: small;     
} 

.panel_rodape_d
{
	background-color: #E3CF17;
	height: 25px;
	background-position: left top;  
	background-image: Url(Imagens/panel_rodape_d.jpg);
	background-repeat: no-repeat; 
} 
/* Final 2 */

.texto_normal
{
	color: Black;  
	font-style: normal;
	text-decoration: none; 
	font-family: Verdana;
	font-size: small;
	text-align: left;
} 

.sem_bordas
{
	border: none; 
}

.text_negrito
{
	color: Black;  
	font-weight: bold;
	text-decoration: none; 
	font-family: Verdana;
	font-size: small;
	text-align: left;
} 

.link_sem_sublinhado 
{
    color: Black; 
    text-decoration: none;
}

.desenvolvido_por_maistre 
{
    color: Gray; 
    text-decoration: none;
}

.legenda_campeoes
{
	color: Black;  
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #E3CF17;
	height: 691px;
}

.fundo_diversos
{
	background-color: #E3CF17;
	text-align: center;
	height: 51px;
}

.titulo_foto_campeoes
{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: Black;
	background-color: #E3CF17;
}

/* Para deixar as GRIDLINES coloridas */
.DHTR_Grid_Row td
{
    border-right: White 1px solid;
    border-top: White 1px solid;
    border-left: White 1px solid;
    border-bottom: White 1px solid;
}