/*
 * msgErroSalvar é usado na mensagem flutuante de um cadastro realizado com abas caso o JS não esteja válido
 */
#msgErroSalvar
{
	position: absolute;
	width: 100%;
	left: 0px;
	display: none;
}

#msgErroSalvar div
{
	width: 350px;
	height: 60px;
	margin: auto;
	background: #FFF1AF;
	color:#dd8c00;
	font-size: 16px;
	border-top:3px solid #dd8c00;
	border-bottom:3px solid #dd8c00;
	text-align: center;
	font-weight:bold;
	font-style:italic;
	padding: 20px;
}

/*
 * captcha
 */
 
.formCaptcha{
	border:1px solid #ccc;
	padding:20px;
	height:64px;
	margin-bottom:20px;
	} 
	
.formCaptcha img{
	border:1px dashed #888;
	float: right;
	margin-top: -25px;
	
	}	
	
.formCaptcha label , .formCaptcha input{
	}	
	
.formCaptcha label{
	width:200px;
	}	
	
.formCaptcha input#captcha-input{
	width:100px;
	}		
	
.formCaptcha .description{
	font-size:11px;
	}	
	
.formCaptcha ul.errors	{
	position:absolute;
	top:70px;
	left:20px;
	}
	
/*
 * captcha específico para o câmara
 */

#contato .formCaptcha label{
	width:200px;
	margin:0;
	}
#contato .formCaptcha ul.errors	li{
	border:none;
	color:#900;
	}	
	
	
span.destaque{
font-weight:bold;
font-style:normal;
color:#000;
font-size:1.2em;	
	}	
span.subTitulo{
font-weight:bold;
font-style:italic;
font-size:1.2em;	
	}	
span.titulo{
font-weight:bold;
font-style:normal;
color: #000;
font-size:1.8em;	
	}	
			
.navigation-descricao
{
	display: none;
}
/* estilo de diretorio */
@font-face {
	font-family: 'iconesdiretorio';
	src:url('fonts/iconesdiretorio.eot?npem45');
	src:url('fonts/iconesdiretorio.eot?#iefixnpem45') format('embedded-opentype'),
		url('fonts/iconesdiretorio.ttf?npem45') format('truetype'),
		url('fonts/iconesdiretorio.woff?npem45') format('woff'),
		url('fonts/iconesdiretorio.svg?npem45#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.itemdiretorio.pagina span:before {
	font-family: 'iconesdiretorio';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	content: "\e600"; 
}

.itemdiretorio.diretorio span:before {
	font-family: 'iconesdiretorio';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	content: "\e601"; 
}
.itemdiretorio.link span:before {
	font-family: 'iconesdiretorio';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	content: "\e900";
}

.texto-editor
{
	vertical-align: top;
}

.texto-editor ul,
.texto-editor ol
{
	margin-left: 20px;
	padding: 0px;
}

.texto-editor ul li
{
	list-style: circle inside !important; 
}

.texto-editor ol li
{
	list-style: decimal inside !important; 
}

/* fix do editor com alinhamentos*/
*[valign="middle"],*[align="center"] {
	vertical-align: middle;
} 
*[valign="bottom"] {
	vertical-align: bottom;
}
*[valign="top"] {
	vertical-align: top;
} 
*[valign="baseline"] {
	vertical-align: baseline;
}
.texto-editor table tr td {
	vertical-align: middle;
}
