Body{
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-height: 0px;
	margin-bottom: 0px;
	text-align : justify;
}

TABLE{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-align : justify;
}

.texto{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

A, A:LINK, A:ACTIVE, A:VISITED {
  text-decoration: none;
}

A, A:HOVER {
  color: #FF6600;
  text-decoration: none;
}

INPUT,  SELECT  {
	font-family: Arial;
	font-size: 10px;
	color: #333366;
	border: #2B5785;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #D9E8F3;
	height : 15px;
	background-image : url(imagens/bg_input.gif);
	background-position : top;
}

.caixa_selecao {
	 background-color: transparent; 
	border: none;
	background-image : none;
}

TEXTAREA{
	font-family: Arial;
	font-size: 10px;
	color: #333366;
	border: #2B5785;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #D9E8F3;
	background-image : url(imagens/bg_input2.gif);
	background-position : top;
	background-repeat : repeat-x;
}

.laranja{
	font-family: Arial;
	font-size: 10px;
	color: #FF6600;
}

.laranja:hover{
	color: #333366;
}

.laranja_maior{
	font-family: Arial;
	font-size: 12px;
	color: #FF6600;
}

.laranja_maior_bold{
	font-family: Arial;
	font-size: 11px;
	color: #FF6600;
	font-weight : bold;
}

.azul{
	font-family: Arial;
	font-size: 10px;
	color: #333366;
}

.azul_maior{
	font-family: Arial;
	font-size: 11px;
	color: #333366;
}

.titulo{
	font-family: Arial;
	font-size: 11px;
	color: #333366;
	font-weight : bold;
}

.img{
	border: #EC9345;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.input_areaRestrita  {
	font-family: Arial;
	font-size: 11px;
	color: #FF6600;
	border: 0px;
	background-color: #F8D7BB;
	height : 17px;
	background-image : none;
}

.select_ultimasVagas  {
	font-family: Arial;
	font-size: 10px;
	color: #2765A4;
	border: #7F9DB9;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFFFFF;
	height : 18px;
}

.bg_cadastro_empresa {
	background-image : url(imagens/bg_cadastro_empresa.jpg);
	background-position :  left bottom;
	background-repeat : no-repeat;
}

.bg_cadastro_candidato {
	background-image : url(imagens/bg_cadastro_candidato.jpg);
	background-position :  right bottom;
	background-repeat : no-repeat;
}

.branco{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}

.branco:hover{
	color: #232E57;
}

.menu_degrade{
	background-image : url(imagens/menu_degrade.gif);
	background-position : right;
	background-repeat : repeat-y;
	background-color : #FFFFFF;
}

.submenu_degrade{
	background-image : url(imagens/submenu_degrade.gif);
	background-position : left;
	background-repeat : repeat-y;
	background-color : #FFD3B4;
}

.botao{
	font-family: Webdings;
	font-size: 8pt;
	width: 30px;
	height: 20px;
}

.asterisco{
	color: #FF6F0B;
	/*color: #FF9B56;*/
	font-size: 6pt;
	font-weight: bold;
	font-family: webdings;
}

.asteriscoTexto{
	color: #FF6F0B;
	font-size: 8pt;
}

.chk{
	background-image: none;
	background-color: transparent; 
	border: 0px;
}

.editaCandidato{
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}

.sombra{
	background:black;width:100%;left:0;top:0;position:absolute;z-index:900000;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
}
.btn{
	background-color:#386082; 
	background-image:none; 
	color:#FFFFFF; 
	height: 20px; 
	cursor: pointer;
}