@charset "utf-8";

#linha
{
	height: 21px;
	padding-bottom: 2px;
	padding-left: 4px;
	width: 463px;
}
#linha-titulo
{
	color: #369;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 25px;
	padding-top: 3px;
	width: 463px;
}
#nome-campo
{
	clear: left;
	color: #0076C0;
	float: left;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 200px;
}
#campo
{
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	margin-left: 6px;
	width: 250px;
}
#linha-textoarea
{
	height: 90px;
	padding-left: 4px;
	width: 463px;
}
#campo-textoarea
{
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 90px;
	margin-left: 6px;
	width: 250px;
}
#nome-textoarea
{
	clear: left;
	color: #0076C0;
	float: left;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	height: 90px;
	width: 200px;
}
.camposform
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
}
.btcontato
{
	background-color: #f4f4f4;
	border: 1px solid #000000;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.txtcamposform
{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.txtgeral1
{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Boxes de itens cadastrados */

#formacoes {
	/* border-bottom-width: 1px; */
	/* border-bottom-style: solid; */
	/* border-bottom-color: #CCCCCC; */
	/* padding-bottom: 10px; */
}

#idiomas {
	/* border-bottom-width: 1px; */
	/* border-bottom-style: solid; */
	/* border-bottom-color: #CCCCCC; */
	/* padding-bottom: 10px; */
	clear:both;
}

#cursos {
	/* border-bottom-width: 1px;  */
	/* border-bottom-style: solid;  */
	/* border-bottom-color: #CCCCCC;  */
	/*  padding-bottom: 10px;  */
	clear:both;
}


/*  Menu etapas */

#linha-menu-etapas
{
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	width: 463px;
}
#linha-menu-etapas #linha-menu-etapas-titulo
{
	color: #336699;
	float: left;
	font-family: Arial;
	font-size: 12px;
	line-height: 25px;
	padding-left: 300px;
	padding-right: 10px;
}
#linha-menu-etapas #menuList
{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 24px 30px;
}
#linha-menu-etapas #menuList li
{
	display: block;
	float: left;
	height: 24px;
	margin: 0px 1px 0 1px;
}
#linha-menu-etapas #menuList a
{
	display: block;
	float: left;
	font-family: Arial;
	font-size: 11px;
	padding: 4px 6px 4px 6px;
	text-decoration: none;
}
#linha-menu-etapas #menuList a:link, #menuList a:visited
{
	background-color: #CCC;
	color: #fff;
}
#linha-menu-etapas #menuList a:hover
{
	background: #04578D;
	color: #FFF;
}
#linha-menu-etapas #menuList li#active a:link, #menuList li#active a:visited
{
	background-color: #000;
	color: #FFF;
}
#linha-menu-etapas #menuList li#active a:hover
{
	background-color: #A90000;
	color: #FFF;
}



/* Formatacao Itens Cadastrados */

.container-itens-cadastrados {
	border:solid 1px #CCCCCC;
	padding:5px
}

.item {
	width:100%;
	font-family:Arial;
	font-size:11px;
	padding-top:5px
}

.item a {
	color:#FFFFFF
}

.item .barra {
	background-color:#04578D;
	background-image:url(../imagens/bg-itens-curriculo.jpg);
	background-repeat:repeat-x;
	height:20px;
	padding-left:2px;
	padding-right:2px;
	color:#FFFFFF;
}

.item .titulo {
	float:left;
	display:block;
}

.item .acao {
	float:right;
}

.item .conteudo {
	clear:both;
	display:none;
}			

/* mensagem de erro */

.aviso {
	background-color:#FFFFCC;
	border: solid 1px #FF4646;
	padding:5px;
	font-family:Arial;
	font-size:12px;
	color:#0076C0;
	width:436px;
	margin-bottom:10px;
}  

