body {
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

.camposForm {
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7f9db9;
	border-right-color: #7f9db9;
	border-bottom-color: #7f9db9;
	border-left-color: #7f9db9;
}

.Watermark
{
    font-family: Calibri, Arial;
	font-size: 12px;
	color: #333333;
	background-color: #cadfe3;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7f9db9;
	border-right-color: #7f9db9;
	border-bottom-color: #7f9db9;
	border-left-color: #7f9db9;
}

.curva_superior_direita
{
    background-image:url(../images/curva_superior_direita.jpg);    
}

.curva_superior_esquerda
{
    background-image:url(../images/curva_superior_esquerda.jpg);
}

.bg_degrade
{
    background-image:url(../images/bg_degrade.jpg);
    background-repeat:repeat-x; 
}

.icon_dados_pessoais
{
    background-image:url(../images/icon_dados_pessoais.jpg);
    background-repeat: no-repeat;     
}

.icon_login
{
    background-image:url(../images/icon_login.jpg);
    background-repeat: no-repeat;     
}

.icon_endereco
{
    background-image:url(../images/icon_endereco.jpg);
    background-repeat: no-repeat;     
}

.icon_telefone
{
    background-image:url(../images/icon_telefone.jpg);
    background-repeat: no-repeat;     
}

.icon_formacao_academica
{
    background-image:url(../images/icon_formacao_academica.jpg);
    background-repeat: no-repeat;     
}

.icon_curso_extracurricular
{
    background-image:url(../images/icon_curso_extracurricular.jpg);
    background-repeat: no-repeat;     
}

.icon_conhecimentos
{
    background-image:url(../images/icon_conhecimentos.jpg);
    background-repeat: no-repeat;     
}

.icon_empregos_anteriores
{
    background-image:url(../images/icon_empregos_anteriores.jpg);
    background-repeat: no-repeat;     
}

.icon_cargos_pretendidos
{
    background-image:url(../images/icon_cargos_pretendidos.jpg);
    background-repeat: no-repeat;     
}

.icon_informacoes_adicionais
{
    background-image:url(../images/icon_informacoes_adicionais.jpg);
    background-repeat: no-repeat;     
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;	  
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:10px;	
	background-image:url(../images/bgFormAcessorios.jpg);
	background-repeat:repeat-x; 
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}