BODY
{
    SCROLLBAR-FACE-COLOR: #D4D0C8;
    SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
    SCROLLBAR-SHADOW-COLOR: #404040;
    SCROLLBAR-3DLIGHT-COLOR: #D4D0C8;
    SCROLLBAR-ARROW-COLOR: #42742C;
    SCROLLBAR-TRACK-COLOR: #42742C;
    SCROLLBAR-DARKSHADOW-COLOR: #000000
}

.texto_preto
{
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: black;
}

.texto_preto_pequeno
{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 8pt;
	color: black;
}

.texto_preto_mini
{
	font-family: Tahoma;
	font-size: 9px;
	color: black;
}


.espaco_3
{
	font-size: 3px;
}



.espaco_8
{
	font-size: 8px;
}

.espaco_5
{
	font-size: 5px;
}

.espaco_15
{
	font-size: 15px;
}

.campo_livre_atencao
{
	background: red;
	border: 1px solid;
	border-color: #ff6b6b;
	font-family: sans-serif, arial, tahoma;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	/*text-transform: uppercase;*/
}

.campo_livre
{
	background: #dddddd;
	border: 1px solid;
	border-color: Gray;
	font-family: sans-serif, arial, tahoma;
	font-size: 8pt;
	font-weight: bold;
	/*text-transform: uppercase;*/
}



.botoes_flechas
{
	font-family: WingDings;
	font-size: 11pt;
	background: #D70000;
	color: white;
	border: 1px solid;
	border-color: black;
}

.botoes_flechas_type
{
	font-family: Tahoma;
	font-size: 8pt;
	background: #D70000;
	color: white;
	border: 1px solid;
	border-color: black;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
}


.tabela
{
	border : 1px solid #002D00;

}

.titulo_ativo
{
	font-family: Verdana;
	font-size: 13pt;
	color: #004080;
	font-weight: bold;
}

.titulo_ativo2
{
	font-family: tahoma;
	font-size: 20pt;
	color: black;
	font-weight: bold;
}

.titulo_ativo3
{
	font-family: tahoma;
	font-size: 14pt;
	color: black;
	font-weight: bold;
}

.titulo_interno
{
	font-family: Verdana;
	font-size: 12pt;
	color: black;
	font-weight: bold;
}
.titulo_interno2
{
	font-family: Tahoma;
	font-size: 17pt;
	color: black;
	font-weight: bold;
}

.titulo_interno_branco
{
	font-family: Verdana;
	font-size: 12pt;
	color: white;
	font-weight: bold;
}


.titulo_interno_branco_outro
{
	font-family: Arial;
	font-size: 20pt;
	color: white;
	font-weight: bold;
}


.barra_cor_titulo
{
	background: #004080;
	font-size: 1px;
}

.barra_gray
{
	background: silver;
	font-size: 1px;
}

.cor_cinza
{
	background:#E4E4E4;
}

.cor_cinza2
{
	background:silver;
}

.cor_cinza_risco
{
	background:#ffffff;
	border : 1px solid gray;
	
}

.cor_cinza_risco2
{
	background: #F5F5F5;
	border : 1px solid gray;
	text-decoration: underline;
	color: #002D00;
}

.cor_verde
{
	background:#E1EED9;
}

.fonte_menu
{	
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: black;
}


.botao_submit
{
	font-family: sans-serif;
	font-size: 8pt;	
}

.botao_desenho
{
	font-family: Wingdings;
	font-size: 20pt;	
}

.botao_desenho2
{
	font-family: Webdings;
	font-size: 20pt;	
}


.menu_over 
{
	font-family: Tahoma;
	font-size: 8pt;
	color: white;
	font-weight: bold;
	background:#A2A2A2;
	
}

.menu_hover 
{
	font-family: Tahoma;
	font-size: 8pt;
	color: black;
	background:#C1C1C1;
	
}


.texto_atencao
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: red;	
}

.link_internos
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #004080;
	text-decoration: underline;
}

.link_internos_desativados
{
	font-family: Tahoma;
	font-size: 8pt;
	color: gray;
	text-decoration: underline;
}

.confirma_cadastro
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: red;
}

.fundo_vermelho
{
    background-color: C4161C;
}

.fundo_amarelo_claro
{
	background-color: FFEAAA;
}

.fundo_verde
{
	background-color: #EEFFE2;
}

.menu_tenista:hover
{
	background-color: #6B9340;
	color: WHITE;
	
}

.menu_tenista
{
	background-color: #EEFFE2;
	font-size: 11px; 
	font-weight: bold;
	color: #6B9340;
	font-family: sans-serif, Arial;
	text-decoration: none;
	width: 100%;
	padding: 3px;
}

.div_comentario
{
	border: 1px black solid;
	padding: 15px;
	margin: 4px;
	background-color: #efefef;
	font-family: Tahoma, sans-serif, Arial, Verdana;
	font-size: 13px;
	width: 80%;
	text-align: left;
	
}

.div_rolagem {

	background-color: #ffffff;
	width:500;
	height:316px;
	overflow: auto;
		
}