a,a.visited{
	text-decoration: none;
	color:#0000FF;
}
a:hover{
	text-decoration: underline;
}
a.destaque {color:#FF0000; font-weight:bold;}
/* Come�o da atualiza��o tableless*/
body {
	font-family: Verdana;
	margin: 2px;
	background: #F5F5F5;
}
table{width: 100%;}
td{font-size:12px;}

.corpo{
	/*width: 780px;*/
	width: 980px;
	margin: 15px auto 0;
}

.topo {height: 105px;}
.logotipo{float: left;}
.banner {padding: 15px;}
.ads {
	float: right;
}
/* estilo exclusivo dos sites ministeriais */
.titulo {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	background: #FF9900;
	margin-bottom: 5px;
	padding: 3px 5px;
}

.meio {
	float: none;
	overflow: hidden;
}
.esquerda {
	float: left;
	margin-right: 6px;
}

.menu {font-weight: bold;background: #FFBF80;width: 150px;padding:2px;}

.menu {
	background: #f5f5f5;
	/*width: 150px;*/
	width: 168px;
	padding: 2px;
}

.menu h1, .tmenu {
	margin: 1px;
	padding-left: 5px;
	font-size:12px;
	background: #FF6600;
	height: 16px;
}

.menu h1 {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 1px;
	padding-top: 1px;
	padding-left: 5px;
	background: #f5f5f5;
	height: 18px;
}

.menu ul li a, .itemmenu a {
	color: #000000;
	text-decoration: none;
}

.menu ul li a:hover, .itemmenu a:hover {
	text-decoration: underline;
}

.menu ul {
	margin: 0px;
	padding: 0px;
}

.menu ul li {
	margin: 0px;
	padding-left: 5px;
	overflow:hidden;
}

.menu ul li, .itemmenu {
	font-size: 11px;
	background: #FF9900;
	min-height: 16px;
	margin-top: 1.5px;
}

.menu ul {
	margin-top: 4px;
	margin-bottom: 8px;
}

.menu ul li {
	font-weight: normal;
	font-size: 12px;
	background: #f5f5f5;
	min-height: 15px;
	margin-top: 1px;
	padding-left: 10px;
	overflow: hidden;
	padding-bottom: 4px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #000;
}

.menu ul li a {
	color: #000;
	text-decoration: none;
}

.menu ul li a:hover {
	text-decoration: underline;
}

.conteudo {
	padding:0;
	margin:0;
	/*font-size: 12px;
	width: 618px;*/
	font-size: 13px;
	width: 800px;
	overflow: hidden;
	text-align: justify;
}

.conteudo img {
	margin:8px;
}

.base {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background: #FF9900;
	padding: 3px;
}

h1 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-bottom: 2px ridge #FF9900;
}

h2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-color: #FF9900;
	margin-bottom:10px;
}

/* Fim da atualiza��o */

.text {
	font-family: Verdana;
	font-size: 9.5px;
}



.title {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}
.subtitulo {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}
.linha1, table thead {
	background-color: #FFA346;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}
table thead th {
	font-size: 12px;
	text-align: center;
}
.cor1 {
	color: #000000;
	background-color: #CCCCCC;
}
.cor2 {
	color: #000000;
	background-color: #DDDDDD;
}
.peq {
	font-family: Verdana;
	font-size: 12px;
}
.c1 {background-color: #FF9900}
.t1 {
	font-family: Verdana;
	font-size:11px;
	font-weight: bold;
}
.t2 {
	font-family: Verdana;
	font-size:12px;
	font-weight: bold;
}
.t3 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
.pre {
	color: #000000;
}
.m1{font-size:10px}
.m2{background-color:#336699}
.l { text-align:left }
.c { text-align:center }
.r { text-align:right }

.field_error {
	color : #FF6347;
	background-color : #E6E6E6;
}

ul {
	margin: 5px;
	padding:0;
	list-style-type:none;
}
ul li {
	padding:0 10px;
}

/* Formul�rios */
form {
    font: normal 11px Verdana;
    color: #343434;
    text-align: center;
}

form fieldset {
    border: 1px solid #FF9900;
    margin: 2px;
    text-align: left;
	padding: 5px;
	width: 600px;
}

form fieldset legend {
    background: #FFBF80;
    border: 1px solid #FF9900;
    padding: 3px;
    margin: 3px;
}

form fieldset label {
	display:block;
	float:left;
	clear:left;
    width: 200px;
    text-align: right;
    padding: 2px;
	margin:2px;
    border: 1px solid #FF9900;
    border-top: 1px solid #F5F5F5;
    border-left: 1px solid #F5F5F5;
	overflow:hidden;
}

form fieldset label.menor {
	width:120px;
}

form fieldset input, form fieldset select, form fieldset textarea  {
    font: 11px Verdana;
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
	padding:2px;
	margin:2px;
	float:left;
}

form fieldset p  {
	clear:both;
	margin:2px;
}

form fieldset span {
	float:left;
}

form fieldset input[type=text],  form fieldset textarea.pequeno {
	width:120px;
}

form fieldset input.pequeno {
	width:80px;
}
form fieldset input.medio, form fieldset textarea.medio  {
    width:240px;
}

form fieldset input.grande, form fieldset textarea  {
    width:360px;
}

form fieldset textarea.larga {
	width: 440px;
}

form fieldset textarea {
	height: 300px;
}

form fieldset textarea.menor {
	height: 100px;
}

form fieldset textarea.maior {
	height: 500px;
}

form fieldset input:focus, form fieldset select:focus, form fieldset textarea:focus, form fieldset optgroup:hover, form fieldset button:hover {
    border: 1px solid #FFBF80;
}

form fieldset optgroup {
    border: 1px solid #FFFFFF;
    background: #DDDDDD;
}
form fieldset option {
    background: #FFBF80;
}

form fieldset.botoes {
	text-align:center;
}

form fieldset.botoes input, form input.botao {
	float:none;
	padding: 2px 7px;
}

form fieldset.radio legend {
	background: #F5F5F5;
	border: 0px;
	font-weight: bold;
}

form fieldset.radio {
	position: relative;
	width: 50%;
	left: 50%;
	border: 0px;
}

form fieldset.radio legend img {
	margin: 0px;
	padding: 1px;
	width: 45px;
	height: 30px;
}

form fieldset.radio input {
	left: 67%;
}

form fieldset.radio label {
	width: 60%;
}

.obrigatorio {
	float:none;
	color: #FF0000;
}

/* aviso nos formul�rios de Imigra��o */
.avisoSub {
	color: #FF0000;
}

/* estilos para imigra��o */
.cProvisoria, .cDefinitiva, .cExtendida, .cDiplomatica, .cTurista, .cEstudante, .cAusente, .cRetirado, .cTrabalho, .cPendente, .cTuristaOlimpico {
	font: 12px Verdana;
	color: #000000;
}

.cProvisoria{background:#ffcc00;text-align:center;}
.cDefinitiva{background:#008000;;text-align:center;}
.cExtendida{background:#e39dcb;;text-align:center;}
.cDiplomatica{background:#ba55d3;;text-align:center;}
.cTurista{background:#7b68ee;;text-align:center;}
.cEstudante{background:#b22222;color:#FFFFFF;;text-align:center;}
.cAusente{background:#a8a8a8;;text-align:center;}
.cRetirado{background:#ff8000;;text-align:center;}
.cTrabalho{background:#FFCCCC;;text-align:center;}
.cPendente{background:#FFCCCC;;text-align:center;}
.cTuristaOlimpico{background:#0E00B3;;text-align:center;}

.corVerde {background:#008000;}

.Label, span.LabelResposta {
	font: 12px Verdana;
	position: relative;
    left: 5px;
    padding: 2px;
    margin: 0px 0px 18px 5px;
}

span.LabelResposta {
	position: absolute;
	left: 155px;
}
span.LabelResposta img {
	margin: 0px;
	padding: 1px;
	width: 45px;
	height: 30px;
}
span.imigracaoConfirmado {
	background-color:#008000;
}
span.imigracaoProblema {
	background-color:#FF0000;
}

.distritoTopo {
	width:100%;
	height:75px;
	background-color:#FFBF80;
}
.distritoTopo img {
	margin: 0;
}
.distritoTopo h1 {
	padding-top:5px;
	border:none;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.distritoTopoInfos {
	font-size:10px;
	font-weight:bold;
	text-align:center;
}