﻿body
{
	font-family:Trebuchet MS, Arial, Tahoma;
	font-size:12px;
}

/* /////////////////////////////////////
	Estilos para a lateral direita (Vagas e Propagandas)
///////////////////////////////////// */
#div_Lateral_Direita 
{
	visibility:visible;
	position:absolute;
	top:2px;
	left:785px;
	width:210px;
	height:500px;
}

/* /////////////////////////////////////
   Estilos para o rodapé		
///////////////////////////////////// */
a.menu_Inferior
{
	text-decoration:none;
	color:#000000;
	font-family:Trebuchet MS, Arial, Tahoma;
	font-size:11px;
}
a.menu_Inferior:hover
{
	text-decoration:underline;
}
.copyright
{
	color:#FFFFFF;
	font-size:11px;
}

.itemTreeView 
{
	text-decoration:none;
	color:#000000;
	font-family:Trebuchet MS, Arial, Tahoma;
	font-size:11px;
}

/* /////////////////////////////////////
   Estilos para Contato.aspx		
///////////////////////////////////// */
a.email 
{
	text-decoration:none;
	color:#2557F9;
}
a.email:hover
{
	text-decoration:underline;
}

/* /////////////////////////////////////
   Estilos para Estrutura.master		
///////////////////////////////////// */
#scrollerBancoVagas{
width: 160px;
height: 350px;
padding: 5px;
background-color: #C0C0C0;
}
.tit_noticias_inicial
{
	text-decoration:none;
	color:#C00416;
	font-family:Trebuchet MS, Arial, Tahoma;
	font-size:12px;
}
.desc_noticias_inicial
{
	text-decoration:none;
	color:#000000;
	font-family:Trebuchet MS, Arial, Tahoma;
	font-size:11px;
}
a.vejamais
{
	text-decoration:none;
	color:#0A36C6;
	font-family:Trebuchet MS, Arial, Tahoma;
	font-size:11px;
}
a.vejamais:hover
{
	font-weight:bold;
}

/* /////////////////////////////////////
   Estilos para Default.aspx		
///////////////////////////////////// */
a.casesInicial 
{
	font-family:Trebuchet MS, Arial, Tahoma;
	font-size:12px;
	font-style:italic;
	color:#000000;
}

/* ///////////////////////////////////////////////////////////////////// */
/*   Estilos Diversos													 */
/* ///////////////////////////////////////////////////////////////////// */

/* Links com fonte Branca */
a.branco 
{
	text-decoration:none;
	color:#FFFFFF;
	font-family:Trebuchet MS, Arial, Tahoma;
	font-size:11px;
}
a.branco:hover
{
	text-decoration:underline;
}

/* Links com fonte Azul */
a.azul 
{
	text-decoration:none;
	color:#2557F9;
	font-family:Trebuchet MS, Arial, Tahoma;
	font-size:11px;
}
a.azul:hover
{
	text-decoration:underline;
}

/* Links com fonte Vermelha */
a.vermelho
{
	text-decoration:none;
	color:#FF0000;
	font-family:Trebuchet MS, Arial, Tahoma;
	font-size:11px;
}
a.vermelho:hover
{
	text-decoration:none;
}

/* Estilos com o conteúdo para os itens de formulário */
textarea
{
	color:#000000;
	font-family:Trebuchet MS, Arial, Tahoma;
	font-size:10px;
}
.formulario {
	font-family:Trebuchet MS, Arial, Tahoma;
	font-size:11px;
	color : #222222;
	border : 1px solid #717070;
	background-color : #FFFFFF;
}

/* Estilo para botões */
.botao {
	border: 1px solid #7F9DB9;
	font-family: Arial, Tahoma, Verdana;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	background-color: #F4F4F4;
}

/* Campos do formulario com conteúdo centralizado */
.formulario_centralizado 
{
	font-family:Trebuchet MS, Arial, Tahoma;
	font-size:11px;
	color : #222222;
	border : 1px solid #717070;
	background-color : #FFFFFF;
	text-align:center;
}

/* Cor do fundo da tabela do formulário */
.cor_fundo_formulario
{
	background-color:#C3C1C1;
	border: solid 1px #B4B3B3;
	width:570px;
}

/* Classes para os retornos das validações de formulários */
.validatorSummary
{
	color:#1B7802;
	font-family:Trebuchet MS, Arial, Tahoma;
	font-size:11px;
}

td.retornoValidator
{
	padding: 10px 10px 10px 10px;
	border: 1px solid #333333;
	background-color: #C1C1C1;
}