﻿body 
{
	margin: 5px; 		
	color: Black;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10pt;	
	width:100%;
	overflow-x: hidden; 
}

table.tool
{
	width:100%; 
	height:30px;	
	background-color: #EDEDED;
}
td.tool
{
	width:0px;
}
	
td.tool:hover
{
	background-color: #CCCCCC;
}

.toolItem
{
	width:30px;
	height:30px;	
}

.botao
{
	width: 120px;	
}


.desabilitado
{
	background-color: #DDDDDD;
}

.desabilitadoCentro
{
	text-align: center;
	background-color: #DDDDDD;
}

.desabilitadoDireita
{
	text-align: right;
	background-color: #DDDDDD;
}

.obrigatorio
{
	background-color: #FFFFC8;
}

.obrigatorioCentro
{
	text-align: center;
	background-color: #FFFFC8;
}

.obrigatorioDireita
{
	text-align: right;
	background-color: #FFFFC8;
}
.normalDireita
{
	text-align: right;	
}

.normalCentro
{
	text-align: center;	
}

.negrito
{
	font-weight:bold;	
}

label
{
	display:inline-block;
	margin-right:15px;
}

.textoGrande
{
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
}

.textoDestaque
{
	font-weight: bold;
	color: #d21e32;
}


select, textarea
{
	font-family: Arial;
	color: Black;
	font-size: 8pt;
}

input
{
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 8pt;	
}

input.submit
{
	width: 150px;
	font-weight: bold;
} 

.destaque1
{
	font-weight: bold;
	font-size: 12pt;
}

.destaque2
{
	font-weight: bold;
	font-size: 10pt;
}

.destaque3
{
	font-weight: bold;
	font-size: 8pt;
}

.parabens
{
	background-color:#E6FFE6;
	width:100%;
	cursor:pointer;
	font-weight: bold;
	font-size: 12pt;
	border: solid 1px black;
	padding: 7px;
}

.atencao
{
	background-color:#FFFF96;	
	width:100%;
}

.alerta
{
	background-color:#FFE6E6;
	width:100%;
}

.cabecalho
{
	background-color:#5D7B9D;
	font-weight:bold;
	font-size:10pt;
	color:White;
	cursor:pointer;
	padding:3px;
}

.corpo
{
	background-color:#F7F6F3;
	border-color:#E6E2D8;
	border-style:solid;
	border-width:1px;
	padding:2px;
}

.sitConfirmada
{
	background-color: #DDDDDD;/*#A3D39C*/
	height:35px;
	vertical-align:middle;
	font-family:Verdana;
	font-size:10pt;
	text-align:left;
}
.sitPendente
{
	background-color: #FFF799;
	height:35px;
	vertical-align:middle;
	font-family:Verdana;
	font-size:10pt;
	text-align:left;
}

.sitVagas
{
	background-color: #DDDDDD;
	height:35px;
	vertical-align:middle;
	font-family:Verdana;
	font-size:10pt;
	text-align:left;
}

.sitSair
{
	background-color: #FF9999;
	height:35px;
	vertical-align:middle;
	font-family:Verdana;
	font-size:10pt;
	text-align:left;
}
.linkMenu
{
	text-decoration:none;
	color:Black;
}
.linkMenu:hover
{
	text-decoration:underline;
	color:Black;
}

/*
a
{
	text-decoration:none;
	color:Black;
}
a:hover
{
	text-decoration:underline;
	color:Black;
}
*/
.empresa
{
	background: #000000 url(../../Imagem/fundoEmp.jpg);
}

.profissional
{
	background: #FFFFFF url(../../Imagem/fundoPro2.jpg);
}

.tdCurriculo
{
	background-color:#CCCCCC; 
	width:20%; 
	font-weight:bold;
}

	/*
div.celula
{
	float:left;
	font-size: 8pt;
	font-weight: bold;
	color: #000066;
	padding-left:10px;
}

div.linha
{
	width:100%;
	float:left;
}

fieldset
{
	width: 95%;
	text-align: left;
	display: inline;
}

legend
{
	font-size: 8pt;
	font-weight: bold;
	color: #000066;
}

hr {
  color:#000066;
  background-color:#000066;
  height:2px;
  border:none;
}

.texto
{
	font-weight: normal;
	color: #000000;
}

.textoGrande
{
	font-weight: normal;
	color: #000000;
	font-size: 12pt;
}

.textoDestaque
{
	font-weight: bold;
	color: #d21e32;
}
*/
/*
.botao
{
	width: 108px;
	height: 20px;
	border: none;
	background: #333 url(../../Imagens/cssBotao.gif) no-repeat;
	outline: none;
}
.botao:hover 
{
	background: #666 url(../../Imagens/cssBotao.gif) no-repeat 0 -20px;
}
*/
/*
.botao
{
	width: 152px;
	height: 24px;
	border: none;
	background: #333 url(../../Imagens/Botao.bmp) no-repeat;
	outline: none;
}
.botao:hover 
{
	background: #666 url(../../Imagens/Botao.bmp) no-repeat 0 -26px;
}

.botaoPequeno
{
	width: 34px;
	height: 34px;
	border: none;
	font-size: 30pt;
	font-weight:bold;		
	background: #333 url(../../Imagens/cssBotaoPequeno.gif) no-repeat;
	outline: none;
}
.botaoPequeno:hover 
{
	background: #666 url(../../Imagens/cssBotaoPequeno.gif) no-repeat 0 -34px;
}

.conteudo
{
	text-align:left;
	border: solid 2px #000000;
	padding: 5px;
	background-color: White;	
}

.conteudoPequeno
{
	text-align:left;
	border: solid 2px #000000;
	padding: 5px;
	background-color: White;	
	width: 50%;
}

select, textarea
{
	font-family: Arial;
	color: Black;
	font-size: 8pt;	
}

input
{
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 8pt;	
	text-transform: uppercase;
}

.campoTitulo
{	
	font-family: Times;
	color: #000066;
	font-size: 14pt;
}




.importacao
{
	visibility: hidden;
	width: 0%;	
}

div.box 
{ 
	border:5px solid #000; 
	padding:3px; 
	width:300px; 
	height:350px; 
	color:#000; 
	text-align:left; 
} 
div.box h2 
{ 
	font-size:1em; 
}

*/