@media print {
		body{
			width:100% !important;
		}
		#page #header #search, 
		#page #header #login{
			display:none;
		}
		#page #sidebar {
			display:none;
		}
		#page #extra {
			display:none;	
		}
		#page #content {
			width:100%;		
		}
		#page #content #compartilhe{
			display:none;
		}
		#page #content #principal .toolbox{
			display:none;
		}
		#page #footer div#nav_footer, 
		#page #footer div#links ul{
			display:none;
		}
		#page #header #nav_bar #nav_main, 
		#page #header #nav_bar #nav_aux{
			display:none;
		}
}

/* v1.0 | 20080212  Reset CSS by Eric Meyer */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 	margin: 0; 	padding: 0; 	border: 0; 	outline: 0; vertical-align: baseline; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; background: transparent; font-size: 100%; }
body 			{ line-height: 1; } 
ol, ul 			{ list-style: none; } 
blockquote, q 	{ quotes: none; } 
ins 				{ text-decoration: none; }
del 				{ text-decoration: line-through; }
:focus 			{ outline: 0; }
table 			{ border-collapse: collapse; border-spacing: 0; }

/* GLOBAIS */
body {
	background-color: #FFFFFF;
	color: #666666;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 62.5%;
}
a 			{ color: #000000; outline: none; }
a:hover		{ text-decoration: none; }
a:active 	{ outline: none;}


#content a.external {
	background: transparent url(../img/ico/external.gif) no-repeat scroll 100% 50%;
	padding-right: 12px;
}
/* DIVULGAÇÃO*/
#divulgacao td{
	vertical-align:middle;
}

/*
Cores
#df0000 - Vermelho
#000000 - Preto
#666666 - Cinza escuro
#999999 - Cinza 
#f5f5f5 - Cinza claro
*/

/***************************
PAGE
****************************/
#page {
	width:940px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}

/***************************
GERAL
****************************/

/* Estrutura b�sica da p�gina */

#header {
	height:180px;
	margin-bottom: 40px;
}
#sidebar {
	width:220px;
	float:left;

}
#content {
	width:570px; 
	float: left;
}
#extra {
	width:150px; /* 150px no total */
	float:right;
	margin-top: 10px;
}
#footer{clear:both;}


/* Setas do box principal */
#content #principal span.esquerda{
	background:url(../../../imagens/portalDeConcursos/portalDeConcursos/extra_arrow.png) no-repeat scroll 0 0; 
	display:block; 
	width:11px; 
	height:27px; 
	position:absolute;
	top:42px;
	left:570px;
}
#content #principal span.direita{
	background:url(../../imagens/portalDeConcursos/sidebar_arrow.png) no-repeat scroll 0 0; 
	display:block; 
	width:11px; 
	height:27px; 
	position:absolute;
	top:42px;
	left:-10px;
}

/***************************
HEADER
****************************/

#navAccess{ display:none; }
#logo{ float:left; }

#nav_bar {
	width: 100%;
	height:30px;
	float: left;
	border-top: 5px solid #5fb2db;
	padding-top: 1px;
	position: relative;
}
#nav_bar ul li { 
	line-height: 30px;
	display: inline;
}
#nav_bar #nav_main {
	width: 405px;	
	float: left;
	height: 30px;
	position:relative;
	background:url(../img/nav/navmain.png) no-repeat;

}
#nav_bar #nav_main ul li { line-height: 30px; display: inline; }
#nav_bar #nav_main ul li a {
	line-height: 30px;
	width: 135px;
	display: block;
	float: left;
	text-indent: -9999px;
	background:url(../img/nav/navmain.png) no-repeat;
}

#nav_bar #nav_main ul li.item02 a{display:none;}

#nav_bar #nav_main ul li.item01 a{background-position: 0 0;}
#nav_bar #nav_main ul li.item03 a{background-position: 135px 0;}
#nav_bar #nav_main ul li.item04 a{background-position: 270px 0;}


#nav_bar #nav_main ul li.item01 a:hover{background-position: 0 -30px;}
#nav_bar #nav_main ul li.item03 a:hover{background-position: -135px -30px;}
#nav_bar #nav_main ul li.item04 a:hover{background-position: -270px -30px;}


#nav_bar #nav_main ul li.item01 a:active{background-position: 0 -60px;}
#nav_bar #nav_main ul li.item03 a:active{background-position: -135px -60px;}
#nav_bar #nav_main ul li.item04 a:active{background-position: -270px -60px;}


/* #nav_aux - Barra de navegação auxiliar */

#nav_bar #nav_aux {
	width: 950px;
	height: 30px;
	float: left;
	background-color: #666666;
}
#nav_bar #nav_aux ul li {
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
}
#nav_bar #nav_aux ul li a {
	color: #FFF;
	padding: 0 20px;
	border-right: 1px solid #FFF;
	text-decoration:none;
}
#nav_bar #nav_aux ul li a:hover{text-decoration:underline;}
#nav_bar #nav_aux ul li.item03 a, #nav_bar #nav_aux ul li.item04 a {
	border-right: none;
}
#nav_bar #nav_aux ul li.item04 {
	background:url(../img/ico/redes_sociais.png) no-repeat; background-position:left;
	font-weight: normal;
	padding-left:10px;
	margin-left:20px;
}

/* SEARCH */

#search { 
	float: left;
	margin-left: 15px;
}
#search p.description{
	color: #666;
	margin: 10px 0 10px 0;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -1px;
}
#search p.description span {
	font-size: 1.4em;
}
#search fieldset { 
	float: left; /* para IE6 */
}
#search fieldset #formSearch_input-text{ 
	border-right: none;
	font-size: 1.9em;
	letter-spacing: -1px;
	padding: 0px 5px 0px ;
	width: 599px; /* 440px no total*/
	margin: 0 0 10px 0;	
	float: left;
}
fieldset.nomargin {
	border: 1px solid #DDD;
	margin:10px 0;
	padding:0 10px 10px 10px;
}

fieldset.nomarginteste {
	border: 1px solid #DDD;
	margin:10px 0;
	padding:0 10px 10px 10px;
	width: 83%;
	background-color: #DDD;
}

fieldset legend {
	color: #333;
	margin: 10px;
	font-weight: bold;
	font-size: 1.2em;
}


#search fieldset #formSearch_input-submit{
	background: url(../../imagens/portalDeConcursos/search_btn.png) no-repeat 0 0;
	width: 80px;
	height: 26px;
	cursor: pointer; 
	border:none;
	visibility:visible;
	text-indent: -9999px;
	line-height:0px; /* Para IE6*/
}
#search p {
	clear: both; /* para IE6 */
}
#search p a {
	color: #666666;
}

/* Login */

div#login{width:140px; float:right; margin:10px 0 0 0;}
div#login h3{color:#666; font-size:1.1em; line-height:15px; margin-bottom: 5px;}
div#login form {margin-bottom: 5px;}
div#login input{border:1px solid #999;}
div#login input#login_email{width:132px; height:13px ; font-size:11px; color:#999;}
div#login input#login_password{width:90px; height:13px; font-size:11px; color:#999; margin-top:5px; float:left;}
div#login input#login_inputSubmit{float:right; margin-top:3px;}

div#login input.error { border: 1px solid #df0000; }

div#login p {margin: 0 0 10px 0; font-size:1.0em; line-height:10px; color:#999; }
div#login p a{color:#666;}

/***************************
CONTENT
****************************/
#content { font-size:1.2em;}

/* Grid */
div.cols2 { width: 140px; }
div.cols3 { width: 220px; }
div.cols4 { width: 300px; }
div.cols5 { width: 380px; }
div.cols6 { width: 550px; }
div.cols7 { width: 725px; }

.left { 
	float: left;
	margin-right: 20px;
}
.right {
	float: right;
	margin-left: 20px;
}
.section {
	margin-bottom: 0px;
}

/* Paginas widescreen */
.pertoDeVoce #content,
body.wide #content,
#servicos.index #content {
	width: 720px;
}
.pertoDeVoce #seta_extra,
body.wide #seta_extra,
#servicos.index #seta_extra {
	display: none;
}

/* Tipografia */
#content h2 {
	margin-bottom: 20px;
	font-size: 2.4em;
	line-height: 26px;
	color: #df0000;
	clear: both;
	font-weight: normal;
	letter-spacing: -1px;
}
#content h3 {
	margin-bottom: 20px;
	font-size: 1.6em;
	line-height: 20px;
	color: #666666;
	letter-spacing: -1px;
	clear: both;
}
#content h4 {
	margin-bottom: 20px;
	font-size: 1.4em;
	line-height: 18px;
	color: #666666;
	letter-spacing: -1px;
	clear: both;
}
#content h5 {
	margin-bottom: 20px;
	font-size: 1.4em;
	line-height: 18px;
	color: #666666;
	letter-spacing: -1px;
	clear: both;
}
#content h6 {
	font-size: 1.1em;
	line-height: 14px;
}
#content p {
	margin-bottom: 20px;
	font-size: 1.2em;
	line-height: 18px;
}
#content p.antetitulo {
	clear: both;
	color: #df0000;
	margin-bottom: 5px;
	font-size: 1.1em;
}
#content p.antetitulo a  {
	color: #df0000;
}
#content .subtitulo {
	margin-top: -10px;
	letter-spacing: 0;
	font-weight: normal;
	color: #666;
	font-style: italic;
}
#content p.subtitulo {
	margin-top: -15px;
}
#content ul {
	margin-bottom: 20px;
}
#content ul li {
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 18px;
	/*background: url(../../imagens/portalDeConcursos/arrow_right.png) no-repeat 0 2px;*/
	padding-left: 20px;
	list-style: none;
}
#content ul li * { font-size: 1.0em; }

#content dl {
	margin-bottom: 20px;
}
#content dl dt {
	margin-bottom: 10px;
	font-size: 1.4em;
	line-height: 18px;
	/*background: url(../../imagens/portalDeConcursos/arrow_right.png) no-repeat 0 2px;*/
	padding-left: 20px;
	font-weight: bold;
}
#content dl dd {
	margin-bottom: 20px;
	font-size: 1.2em;
	line-height: 18px;
	padding-left: 20px;
	font-style: italic;
}

#resultado_busca #content strong {
	background-color: #999;
	color: #FFF;
}
#content a strong {
	color: #FFF;
}

/* CONTENT - #principal */
#servicos #principal h3{cursor:pointer;}

#principal{
	border: 1px #999999 solid;
	padding: 20px 20px 30px;
	background-color: #FFF;
	margin-bottom: 10px;
	min-height: 300px;
	_height: auto !important;
	_height: 300px;
}

/* Breadcrumbs */
ul#breadcrumbs {
	margin-bottom: 15px;
	float: left;
}
#content ul#breadcrumbs li {
	display: inline;
	color: #666;
	line-height: 18px;
	font-size: 1.1em;
	background: none;
	padding-left: 0;
}
ul#breadcrumbs li a {
	padding-right: 15px;
	/*background: url(../img/ico/double-arrow_right.png) no-repeat right center;*/
	color: #666;
}

/* Toolbox */
#content .toolbox{ float:right; margin: 0 -10px 0 0;}
#content .toolbox ul li{ font-size:1.1em; display:inline; margin-right:10px; color:#999; background: none;	padding-left: 0;}
#content .toolbox ul li.fontsize{width:39px;_display:none;}
#content .toolbox ul li.fontsize a{
	background:url(../img/ico/sprite_fontsize.png) no-repeat;
	text-indent:-9999px;
	float:left;
	display:block;
	width:19px;
	height:18px;
	margin-right:1px;
}
#content .toolbox ul li.print{
	background:url(../img/ico/ico_print.png) no-repeat; 
	cursor:pointer;	
	display:none;
	}
#content .toolbox ul li.print a{ padding-left:20px; font-weight:bold; color:#999;}
#content .toolbox ul li.fontsize span{margin-left:5px;}
#content .toolbox ul li a.increase			{ background-position: 0 0; }
#content .toolbox ul li a.decrease			{ background-position: -20px 0; }
#content .toolbox ul li a.increase:hover	{ background-position: 0 -18px; }
#content .toolbox ul li a.decrease:hover	{ background-position: -20px -18px; }
#content .toolbox ul li a.increase:active	{ background-position: 0 -36px; }
#content .toolbox ul li a.decrease:active	{ background-position: -20px -36px; }




/* Legenda com �cones */

#content ul.caption {
	height: 32px;
	margin: -10px 0 10px;
}
#content .entries ul.caption {
	float: right;
	width: 96px;
	margin: 0;
	margin-bottom: 0;
}
#content ul.caption li {
	text-indent: -9999px;
	float: left;
	cursor: pointer;
	background: none;
	padding-left: 0;
}
#content ul.caption li a{
	display:block;
	width:32px;
	height:32px;
}
#content ul.caption li.cobrado { background-image:url(../img/ico/valor_cobrado.png);}
#content ul.caption li.gratuito { background-image:url(../img/ico/valor_gratuito.png);}

#content ul.caption li.totalmente { background-image:url(../img/ico/online_totalmente.png);}
#content ul.caption li.parcialmente { background-image:url(../img/ico/online_parcialmente.png);}
#content ul.caption li.informativo { background-image:url(../img/ico/online_informativo.png);}

#content ul.caption li.disponivel { background-image:url(../img/ico/poupatempo_disponivel.png);}
#content ul.caption li.naoDisponivel { background-image:url(../img/ico/poupatempo_naodisponivel.png);}

/* Mídias */
div.media  {
	margin-bottom: 10px;
	position: relative;
}
#content div.figure p.description  {
	background-color: #666;
	color: #FFF;
	font-size: 0.9em;
	padding: 2px 5px 5px;
}
#content div.figure p.antetitulo  {
	margin: -15px 0 0 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}

/* Perto de voc� */

.pertoDeVoce #content form input.inputText  {
	float: left;
	border-right: none;
	width: 487px;
}
#content #pertoDeVoce form, .pertoDeVoce #content form {
	margin: -10px 0 30px;
}

#content #pertoDeVoce input.inputText, .pertoDeVoce #content form input.inputText {
	float: left;
	border-right: none;
	width: 484px; /* Para IE6 */
}
#content #pertoDeVoce input.inputSubmit:hover { background-position: 0 -24px; }
#content #pertoDeVoce input.inputSubmit:active { background-position: 0 -48px; }

/* Perto de voc� - Resultados encontrados */
#sidebar #navSection_pertoDeVoce p.subtitulo{margin-bottom:18px; color:#666; font-weight:bold; font-size:12px;}
#sidebar #navSection_pertoDeVoce dl{margin-right:20px;}
#sidebar #navSection_pertoDeVoce dl /*dt{background:url(../img/ico/arrow_right.png) no-repeat scroll -6px 0;*/ padding-left:10px; line-height:14px;}
#sidebar #navSection_pertoDeVoce dl dt a{text-decoration:none; color:#666; font-size:11px;}
#sidebar #navSection_pertoDeVoce dl dd{margin-bottom:10px;color:#999; padding-left:10px;}

/* Perto de voc� - �cones */

div.markerType{padding-top:25px;}
#content div.markerType p{margin-bottom:30px;}
div.markerType label{margin: 0 5px 20px 0; float:left; font-weight:bold;}
div.markerType input{float:left;}
div.markerType label{display:block;}
div.markerType label span{
	display:block;
	float:left;
	width:70px;	
	height:37px;
	line-height:14px;
	margin-left:4px;
	padding: 2px 0 0 35px;
	font-size:11px;
	color:#666;
	}
.markerType span.agr {background:url(../img/ico/mapa_agricultura.png) no-repeat scroll 0 -2px; font-weight:bold; }
.markerType span.edu {background:url(../img/ico/mapa_educacao.png) no-repeat scroll 0 -2px; font-weight:bold; }
.markerType span.ace {background:url(../img/ico/mapa_acessa.png) no-repeat scroll 0 -2px; font-weight:bold; }
.markerType span.pro {background:url(../img/ico/mapa_procon.png) no-repeat scroll 0 -2px; font-weight:bold; }
.markerType span.bpra {background:url(../img/ico/mapa_bomprato.png) no-repeat scroll 0 -2px; font-weight:bold; }
.markerType span.cdhu {background:url(../img/ico/mapa_cdhu.png) no-repeat scroll 0 -2px; font-weight:bold; }
.markerType span.san {background:url(../img/ico/mapa_saneamento.png) no-repeat scroll 0 -2px; font-weight:bold; }
.markerType span.spp {background:url(../img/ico/mapa_previdencia.png) no-repeat scroll 0 -2px; font-weight:bold; }
.markerType span.pat {background:url(../img/ico/mapa_pat.png) no-repeat scroll 0 -2px; font-weight:bold; }
.markerType span.der {background:url(../img/ico/mapa_der.png) no-repeat scroll 0 -2px; font-weight:bold; }
.markerType span.banp {background:url(../img/ico/mapa_banco.png) no-repeat scroll 0 -2px; font-weight:bold; }
.markerType span.juc {background:url(../img/ico/mapa_jucesp.png) no-repeat scroll 0 -2px; font-weight:bold; }
.markerType span.cic {background:url(../img/ico/mapa_cic.png) no-repeat scroll 0 -2px; font-weight:bold; }
.markerType span.esp {background:url(../img/ico/mapa_esportes.png) no-repeat scroll 0 -2px; font-weight:bold; }
.markerType span.out {background:url(../img/ico/mapa_outros.png) no-repeat scroll 0 -2px; font-weight:bold; }
.markerType span.seg {background:url(../img/ico/mapa_policia.png) no-repeat scroll 0 -2px; font-weight:bold; }
.markerType span.bom {background:url(../img/ico/mapa_bombeiros.png) no-repeat scroll 0 -2px; font-weight:bold; }
.markerType span.sau {background:url(../img/ico/mapa_saude.png) no-repeat scroll 0 -2px; font-weight:bold; }
.markerType span.poup {background:url(../img/ico/mapa_poupatempo.png) no-repeat scroll 0 -2px; font-weight:bold; }

/* Perto de voc� - Mapa */
#content .balao #icone{ float:left;}
#content .balao h2{ float:left; font-size:20px; clear:none; margin:2px 0 16px 5px; letter-spacing:1px;}
#content .balao h3{ font-size:16px; color:#df0000; margin-bottom:30px;}
#content .balao p.antetitulo{color:#000000; margin-bottom:0;}
#content .balao ul{ list-style:none;}
#content .balao ul li{padding-left:30px;}
#content .balao ul li.item01{background:url(../img/ico/casa.png) no-repeat;}
#content .balao ul li.item02{background:url(../img/ico/telefone.png) no-repeat;}

/* Abas */

ul.tabs {
	height: 33px;
	margin-bottom: 20px;
}
#content ul.tabs  li {
	display: block;
	line-height: 28px;
	background: url(../img/gradient_28px_write-to-gray.png);
	border: 1px solid #999;
	float: left;
	padding: 0 10px;
	margin-right: 2px;
}
#content ul.tabs  li.active, #content ul.tabs  li.ui-tabs-selected {
	border-bottom: none;
	background: #FFF;
}

/* Font-size */
#principal.x-large	{ font-size: 1.5em; }
#principal.large		{ font-size: 1.2em; }
#principal			{ font-size: 1em; 	}
#principal.small 		{ font-size: 0.8em; }

#content #principal.x-large .toolbox ul li	{ font-size: 11px; }
#content #principal.large .toolbox ul li 	{ font-size: 11px; }
#content #principal .toolbox ul li 			{ font-size: 11px; }
#content #principal.small .toolbox ul li 	{ font-size: 11px; }

/*Fixar fonte da paginação ao aumentar a fonte*/
#principal.x-large .pagination ul.nav li{ font-size: 12px; }/*0.8em*/
#principal.large .pagination ul.nav li	{ font-size: 12px; }/*1em*/
#principal .pagination ul.nav li		{ font-size: 12px; }/*1.2em*/
#principal.small .pagination ul.nav li		{ font-size: 12px; }/*1.5em*/

/*Fixar fonte do Formulário de contato ao aumentar a fonte*/
#principal.x-large form#formCadastro span {font-size:14px;}
#principal.large form#formCadastro span {font-size:12px;}
#principal form#formCadastro span {font-size:11px;}
#principal.small form#formCadastro span {font-size:10px;}


/* Compartilhe */

#compartilhe { margin: 0 0 10px 20px;}
#compartilhe h3 { float:left; font-size: 1.1em; letter-spacing: 0; color: #000; }
#content #compartilhe ul li { line-height: 16px; display:inline; font-size: 1.1em; background: none;	padding-left: 0;}
#compartilhe ul li a { display: block; float: left; padding-left: 21px; text-decoration:none; color:#666666; margin-left: 10px; font-weight:bold;}
#compartilhe ul li a span {display:none;}
#compartilhe ul li a:hover { text-decoration:underline; color:#666666; }
#compartilhe li.email a {background:url(../img/ico/email.png) no-repeat;}
#compartilhe li.delicious a {background:url(../img/ico/delicious.png) no-repeat;}
#compartilhe li.digg a {background:url(../img/ico/digg.png) no-repeat;}
#compartilhe li.facebook a {background:url(../img/ico/facebook.png) no-repeat;}
#compartilhe li.bookmarks a {background:url(../img/ico/bookmarks.png) no-repeat;}
#compartilhe li.twitter a {background:url(../img/ico/twitter.png) no-repeat;}


table#informacoes h4{letter-spacing: 0.6px;}
table#informacoes {border-top: 1px solid #cccccc; margin: 15px 0 35px 0; border-collapse: collapse; width:520px;}
table#informacoes tr{display:block;}
table#informacoes tr td {line-height: 15px;}
table#informacoes tr td p{margin-bottom:0px ;}
table#informacoes tr td p strong{color:#666; font-size:11px;}
table#informacoes th {width: 80px;	padding-right: 20px;}
#content table#informacoes tr#orgaoResponsavel{margin-top:20px;}
table#informacoes tr#orgaoResponsavel th{padding-bottom:11px;}
table#informacoes tr#ouvidor td p.fn{margin-top:10px;}
table#informacoes tr#orgaoPrestador span.adr,
table#informacoes tr#ouvidor span.adr{font-style:normal;}
table#informacoes tr#ouvidor p.horario{margin-top:22px;}
table#informacoes tr#ouvidor p.email a{display:run-in; max-width:400px; }
table#informacoes tr#ouvidor{border-top:1px dashed #ccc;}
table#informacoes tr#orgaoPrestador td{padding-bottom:15px;}
#content table#informacoes h4{font-size:1.1em;color:#999;text-align:right;line-height: 14px;}


/* Pagina��o */
.pagination { margin: 30px 0; width:100%;}
#sidebar .pagination ul.nav, #content .pagination ul.nav{margin:0 2px 20px 0;}/*Para IE6 e IE7*/
.pagination ul.nav{text-align:center; margin:0 0 20px 0; }
.pagination ul li {
	display:inline; 
	border:1px solid #CCC;
	-moz-background-clip: border;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px; 
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	background:url(../img/nav/bg_paginacao.png) repeat-x;
}
#content .pagination ul li, 
#sidebar .pagination ul li {
	background:url(../img/nav/bg_paginacao.png) repeat-x;
	padding: 1px 10px;
	height:auto;
}
#sidebar .pagination ul.nav li a{padding-left:0px;}/* Para IE6 e IE7 */
.pagination ul.nav li a {text-decoration:none; color:#666; font-weight:bold;}
.pagination ul li.first, .pagination ul li.previous,
.pagination ul li.next, .pagination ul li.last{margin:5px 0 5px 5px;}

.pagination ul li.first{padding: 2px 10px; font-size:1.6em}
.pagination ul li.previous{padding: 2px 10px; font-size:1.6em;}

.pagination ul li.active{color:#666; font-weight:bold; border:none; margin:2%; background:none;}
#content .pagination ul li.active, #sidebar .pagination ul li.active {background:none;}

.pagination ul li.next{padding: 2px 10px; font-size:1.6em;}
.pagination ul li.last{padding: 2px 10px; font-size:1.6em}

/* Comentários */


#comentarios ol li {
	border-top:1px solid #CCCCCC;
	color:#999999;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	margin-bottom:0;
	margin-left:30px;
	padding:15px 0;
}
#comentarios ol li div.info h4 {
	background:none repeat scroll 0 0 #F5F5F5;
	border-left:5px solid #CCCCCC;
	color:#333333;
	font-size:12px;
	margin:0 0 10px;
	padding:5px 0 5px 10px;
	letter-spacing:0.1px;
}

#comentarios .comment p.description {
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:0;
}
#comentarios ol li div.info span {
	color:#CC3333;
	font-size:10px;
	margin:0;
}
#comentarios ol li div.info span.location {
	color:#CC3333;
}
#comentarios ol li div.info span.date {
	color:#CC3333;
	display:block;
}
#comentarios{display:table; margin-bottom:30px;}
#comentarios h3.comentarios span.date{display:inherit; background-color:#999; color:#FFF; height:30px; padding:2px 5px; line-height:30px;}
#comentarios hr{border-bottom: 2px solid #666; margin-bottom:15px;}

#comentarios div.col1, 
#comentarios div.col2, 
#comentarios div.col3 {float:left; border-right:2px dotted #999; width:152px; height:195px; padding: 0 10px; line-height:30px;position:relative;margin-bottom:10px;}

#comentarios div.col3{border:none;}

#comentarios div.col1 p.action a{background:url(../img/box_login.png) no-repeat; width:153px}
#comentarios div.col2 p.action a{background:url(../img/box_cadastrar.png) no-repeat; width:156px}
#comentarios div.col3 p.action a{background:url(../img/box_atualizar.png) no-repeat; width:154px}

#comentarios div.col1 p.action a,
#comentarios div.col2 p.action a,
#comentarios div.col3 p.action a {height:27px; display:block; font-size:12px; font-weight:bold; color:#666; text-align:center; padding-top:10px;position:absolute;bottom:0;}

/* Acessos */

#content ul#acessos {
	clear: both;
	margin-bottom: 30px;
}
#content ul#acessos li {
	height: 38px;
	margin-bottom: 10px;
	padding-left: 0;
}

#content ul#acessos li p.info {
	line-height: 38px;
	width: 75%;
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
	background: #f5f5f5 url(../img/acesso_info_bg.png) repeat-x;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	overflow: hidden;
	/* height: 40px; */
	border: 1px solid #CCC;	
}
#content ul#acessos li p.info a {	

	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	padding: 0 15px 0 35px;
	display: block;
	color: #666;
	text-decoration: none;
	width:100%;	
}
#content ul#acessos li p.info a:hover {
/*	background-color: #eee;
	text-decoration: none;*/
	color: #000;
}
#content ul#acessos li.telefone p.info a { text-decoration: none; }
#content ul#acessos li.telefone p.info a:hover { color: #666; }

ul#acessos li.site p.info a{background:url(../img/ico/site.png) no-repeat 10px; }
ul#acessos li.mail p.info a{background:url(../img/ico/email.png) no-repeat 10px; }
#content ul#acessos li.telefone p.info a {
	text-decoration: none;
	background: #FFF url(../img/ico/telefone.png) no-repeat 10px;	
}
ul#acessos li p.description {
	font-size: 0.8em;
	line-height: 12px;
	padding: 5px 0 0 0;
}

/*Bot�o*/
a.botao{background-color:#999;}
a.botao{	
	color:#FFF;
	padding:5px;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
}
a.botao:hover{
	background-color:#666;
	text-decoration:underline;
}

.entries ul li.entry {
	margin-bottom: 15px;	
}
#content .entries ul li.entry {
	background: none;	
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #999;
	padding-left: 0;
	margin-bottom: 15px;	
}

.entries ul li.entry .periodo {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#content .entries ul li.entry .periodo {
	padding-left: 20px;	
}
.entries ul li.entry span.date {
	background-color:#f5f5f5;
	color: #666;
	padding: 3px;
	display: block;
	float: left;
	font-size: 1.1em;
	line-height: 15px;
	border: 1px solid #CCC;
}
#content .entries ul li.entry span.date {
	font-size: 0.9em;
}
.entries ul li.entry .periodo em {
	float: left;
	padding: 4px;
}
.entries ul li.entry p.categories {
	float:left;
	margin-right: 5px;
	line-height: 23px;
	margin-bottom: 5px;
}
#content .entries p.categories, #extra .entries p.categories {
	margin-bottom: 5px;
	line-height: 23px;
}
#content .entries p.categories {
	font-size: 0.9em;
}
.entries ul li.entry ul.media {
	height: 23px;
	float: left;
	width: 48px;
}
#content .entries ul li.entry ul.media {
	margin-bottom: 0;
}
.entries ul li.entry ul.media li {
	text-indent: -9999px;
	float: left;
}
#content .entries ul li.entry ul.media li {
	padding-left: 0;
}
.entries ul li.entry ul.media li.foto a{background:url(../img/ico/foto.png) no-repeat;}
.entries ul li.entry ul.media li.audio a{background:url(../img/ico/audio.png) no-repeat;}
.entries ul li.entry ul.media li.video a{background:url(../img/ico/video.png) no-repeat;}

.entries ul li.entry ul.media li a{
	display:block;
	margin: 3px 0 4px;
	width:16px;
	height:16px;
}
.entries ul li.entry h3 {
	clear: both;
	margin-bottom: 5px;
	font-size: 1.4em;
	letter-spacing:-1px;
	line-height:16px;
}
#content .entries ul li.entry h3 {
	margin-bottom: 5px;
	font-size: 1.4em;
	/* background: url(../img/ico/arrow_right.png) no-repeat 0 2px;*/
	padding-left: 20px;
}
.entries ul li.entry h3 a {
	text-decoration: none;
}
.entries ul li.entry h3 a:hover {
	text-decoration: underline;
}
#content .entries p.description, #content .entries p.local {
	margin-bottom: 5px;
	padding-left: 20px;
}
#content .entries .rating {
	padding-left: 20px;
	height: 15px;
}
.entries ul li.more {
	margin-top: 20px;
}
.entries ul li.more a {
	color: #999;
}

/* Not�cias Relacionadas */

.news { padding-left: 10px;}
.news h4 { font-size:1.2em; }
#extra .news h4{ font-size:1.2em; letter-spacing: 0;}

/***************************
FORMS
****************************/

form select.inputSelect { 
	border: 1px solid #CCC;
	color: #999;
	padding: 2px 0;
}
form select.inputSelect:focus { 
	border-color: #000;
	color: #000;
}
form input.inputText {
	border: 1px solid #ccc;
	padding: 3px;
	color: #999;
	background-color: #FFF;
}
form input.inputText:focus {
	border-color: #000;
	color: #000;
}
form input.inputSubmit {
	background: url(../img/ok_btn_24px.png) no-repeat;
	border: none;
	text-indent:-9999px;
	cursor: pointer;
	height: 24px;
	width: 34px;
	line-height:0px;/*Para IE6*/
}
input.inputSubmit:hover { background-position: 0 -24px; }
input.inputSubmit:active { background-position: 0 -48px; }

form input.error { border: 1px solid #df0000; }

/*///////P�gina Contato////////*/

/*//INICIO GERAL//*/
#content form{
	display:table;
	width:100%;
	margin:0 0 20px 15px;
}

form#contato_form input,
form#formCadastro input{
	background-color:#f5f5f5;
	border:1px solid #999;
	color:#666;
}
form#contato_form label,
form#formCadastro label{
	float:left;
	margin: 5px 18px 0 0;
}
#content form span{
	display:block;
	font-weight:bold;
	padding-bottom:3px;
	
}
/*formulario de contato*/
#content #contato_form div#campo01, 
#content #contato_form div#campo02,
/*formulario de cadastro*/
#content #formCadastro div#campo01,
#content #formCadastro div#campo02,
#content #formCadastro div#campo03,
#content #formCadastro div#campo04,
#content #formCadastro div#campo05,
#content #formCadastro div#campo06,
#content #formCadastro div#campo07,
#content #formCadastro div#campo08{
	display:table;	
	height:50px;	
}

#content #principal #contato_form div#campo01 label input,
#content #principal #formCadastro div#campo01 label input,
#content #principal #formCadastro div#campo02 label input#pais,
#content #principal #formCadastro div#campo04 label input,
#content #principal #formCadastro div#campo08 label input{	
	width:230px;
	height:20px;
}
#content form input.inputEnviar{
	margin-top:10px;
	border:1px solid #666;
	background-color:#999;
	font-weight:bolder;
	color:#FFFFFF;	
	padding:5px;
	width:70px;
	text-decoration:none;
	cursor:pointer;
}
#content form input.inputEnviar:hover{
	border:1px solid #999;
	background-color:#666;
	padding: 6px 5px 4px 5px;
}
#content #contato_form{margin:0; padding-left:10px; width:auto;}/*Para IE6*/
#content #formCadastro{margin:0; padding-left:10px; width:auto;}/*Para IE6*/
/*//FIM GERAL//*/

#formCadastro div#campo06 label input#ddd_tel,
#formCadastro div#campo06 label input#ddd_cel{
	width:35px;
	height:20px ;
}
#formCadastro div#campo06 label input#telefone,
#formCadastro div#campo06 label input#celular{
	width:167px;
	height:20px;
}

#formCadastro span#state select{
	width:54px;	
}
#formCadastro span#city select{
	width:422px;
}
#formCadastro input#endereco{
	width:400px;
	height:20px;
}
#formCadastro input#numero{
	width:60px;
	height:20px;
}
#formCadastro input#cep{
	width:150px;
	height:20px;
}
#formCadastro div#campo06 label input{margin:0 17px 0 0;}
#formCadastro div#campo06 label input#telefone{margin:0;}
#formCadastro div#campo06 label input#celular{margin:0;} 

#formCadastro div#campo07{width:100%; display:block;}
#formCadastro div#campo07 input{float:left; margin: 15px 5px 0 0;}
#formCadastro div#campo07 span{display:block; height:20px; padding:5px; margin: 10px 0 0 0;}
#formCadastro div#campo07 span a{color:#666; font-weight:bold; font-size:12px;}

#formCadastro div#campo05 #state,
#formCadastro div#campo05 #city{
	font-size:15px;
	margin:0 0 10px 0;
}
#content p.verificaCep{
	font-size:12px;	/*para fixar o tamnho da fonte ao aumentar o texto*/
}
#formCadastro div#campo02 p.verificaCep{	
	float:left;
	margin:22px 10px 0 0;
}

#contato_form div#campo03{display:block;}

#contato_form div#campo01 label input{	
	width:230px;
	height:20px;
}
#contato_form div#campo02 label input{
	background-color:#f5f5f5;
	border:1px solid #999;
	color:#666;
	font-size:12px;
	font-weight:bold;
	width:488px;
	height:20px;
}


#contato_form div#campo03 label textarea{
	background-color:#f5f5f5;
	border:1px solid #999;
	color:#666;
	font-size:12px;
	font-weight:bold;
	width:494px;
	height:100px;
}
#formCadastro div#campo05 label select{
	background-color:#f5f5f5;
	border:1px solid #999;
	color:#666;
	font-size:12px;
	font-weight:bold;
	height:25px;
}

/*Mouse Focus*/
#content #principal #contato_form div#campo01 label input:focus,
#content #principal #formCadastro div#campo01 label input:focus,
#content #principal #formCadastro div#campo02 label input#pais:focus,
#content #principal #formCadastro div#campo04 label input:focus,
#content #principal #formCadastro div#campo08 label input:focus{	
	width:228px;
	height:18px;
}
#contato_form div#campo03 label textarea:focus{
	width:492px;
}
#content #principal #contato_form input[type="text"]:focus,
#content #principal #formCadastro input[type="text"]:focus,
#content #principal #formCadastro input[type="password"]:focus{
	border:2px solid #999;	
	height:18px;
}
#formCadastro div#campo06 label input#ddd_tel:focus,
#formCadastro div#campo06 label input#ddd_cel:focus{
	width:34px;
	height:20px;
	margin-right:16px;
}
#formCadastro div#campo06 label input#telefone:focus,
#formCadastro div#campo06 label input#celular:focus{
	width:165px;
	height:20px;
}
#formCadastro input#cep:focus{
	width:148px;
	height:18px;
}
#formCadastro input#endereco:focus{
	width:398px;
	height:18px;
}
#formCadastro input#numero:focus{
	width:58px;
	height:18px;
}
/*
{
	border:2px solid #999;	
	height:18px;
}
*/
#content #principal #contato_form textarea:focus{
	border:2px solid #999;	
	height:98px;
}
#content #principal #formCadastro select:focus{
	border:2px solid #999;	
	height:25px;
}

/***************************
SIDEBAR
****************************/

#sidebar h3, .section h3 {
	line-height: 1px;
	display: block;
	text-indent: 1px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
#sidebar h3 a, .section h3 a {
	display: block;
}
#sidebar #acessoRapido h3 { background: url(../img/acessorapido_title.png) no-repeat; }
#sidebar #navSection_assunto h3 { background: url(../img/assunto_title.png) no-repeat; }
#sidebar #navSection_orgao h3 { background: url(../img/orgao_title.png) no-repeat; }
#sidebar #navSection_pertoDeVoce h3 { background: url(../img/pertodevoce_title.png) no-repeat; }
#sidebar #navSection_eventosDaVida h3 { background: url(../img/eventosdavida_title.png) no-repeat; }
#sidebar #navSection_alfabetica h3 { background: url(../img/alfabetica_title.png) no-repeat; }
#sidebar #navSection_noticias h3 { background: url(../img/noticias_title.png) no-repeat; }

#sidebar h4 {
	font-size: 1.1em;
	margin-bottom: 20px;
	color: #000;
}
#sidebar h4 a {
	text-decoration: none;
	color: #000;
}
#sidebar h4 a:hover {
	text-decoration: underline;
}
#sidebar #box_federais ul.nav{margin:0;}
#sidebar ul {
	margin: 0 20px 20px 0;	
}
#sidebar ul li {
	line-height: 27px;
	font-size: 1.1em;
	/*background: url(../img/ico/arrow_right.png) no-repeat -6px 0px;*/
	line-height: 14px;
	margin-bottom: 10px;
}
#sidebar ul li a {
	text-decoration: none;
	color: #666;
	padding-left: 12px;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}
#sidebar ul li.more {
	margin-top: 20px;
	background: url(../img/ico/more.png) no-repeat -5px -1px;	
}
#sidebar ul li.more a {
	color: #999;
}
#sidebar form .inputSelect{ 
	margin: 0 0 20px; 
	width: 200px; 
	font-size: 1.4em;
}

/* Acesso r�pido */
#sidebar #acessoRapido {
	margin-right: 10px;
	width: 200px;
}
#sidebar #acessoRapido h4 {
	margin-bottom: 5px;
}

/* Acesso r�pido - Perto de voc� */
#acessoRapido_pertoDeVoce input.inputText {
	float: left;
	border-right: none;
	width: 156px; /*Para IE6*/
}
#acessoRapido_pertoDeVoce input.inputSubmit {
	background: url(../img/ok_btn_24px.png) no-repeat;
	border: none;
	text-indent:-9999px;
	cursor: pointer;
	height: 24px;
	width: 34px;
	line-height:0px; /*Para IE6*/
}


/***************************
EXTRA
****************************/

#extra .related, #extra .box {
	background-color: #f5f5f5;
	padding: 20px 10px 10px;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
#extra h4 { 
	font-size: 1.6em;
	margin-bottom: 10px;
	letter-spacing: -1px;
	line-height: 16px;
}
#extra p { 
	font-size: 1.1em;
	margin-bottom: 10px;
	line-height: 14px;
}
#extra .rating {
	height: 25px;
}
#extra form {
	clear: both;
}
#extra input.inputSubmit {
	background:#f5f5f5 url(../img/acesso_info_bg.png) repeat-x;
	border: 1px solid #CCC;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	padding: 5px 15px 6px;
	font-size: 1.1em;
	width: 100%;
	cursor: pointer;
	margin-bottom: 10px;
	text-indent: 0;
	height: auto;
	line-height:10px;/* Para IE6 - IE7 - IE8 */
}
#extra input.inputSubmit:hover {
	background: #eee;
}
#extra input.inputSubmit:active {
	margin-top: 1px;
	margin-bottom: 9px;
	background: #eee;
}

/* Refinar busca */

#refinarBusca form li {
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 14px;
}
#refinarBusca form li input.inputCheck {
	float: left;
	display: block;
	margin-right: 5px;
}
#refinarBusca form li span {
	border-bottom: 1px solid #ccc;
}
#refinarBusca form li select {
	width: 129px; /* para IE6 */
}

/***************************
FOOTER
****************************/
#footer #logo_footer{width:75px; height:35px;  display:block; float:left;}
#footer #nav_footer{float:left; width:100%; margin:0px 0 12px 0; margin-left:200px;}
#footer #nav_footer .nav li {display:inline; line-height:19px; margin-top:16px;}
#footer #nav_footer .nav li a{border-right:1px solid #666666; text-decoration:none; padding:0 5px; color:#666666; font-size:11px; font-weight:bold; }
#footer #nav_footer .nav .item08 a{border:none;}
#footer #nav_footer .nav li a:hover{text-decoration:underline; }

#footer #links{clear:both;  width:100%; height:30px; border-top: 5px solid #5fb2db; padding-top:1px; font-size:11px; margin-left:16px;}
#footer #links .links {background-color:#666666; line-height:30px; text-align:center;}
#footer #links .links li {display:inline; color:#FFF;}
#footer #links .links li a{color:#FFF; text-decoration:none;}
#footer #links .links li a:hover{text-decoration:underline;}


#indice #content ul li a.link{ text-decoration:underline;color:#405056; cursor:pointer; background:pink;}
#indice #content ul li a.revisado{ text-decoration:underline;color:#405056; cursor:pointer; background:pink; background:#CCFFFF;}

/****************
* BANNERS
****************/
#content #banners form{margin:0 ;}

/***************************
BARRA DE P�GINAS EXTERNAS
****************************/
#barra .clean { clear: both; display: block; height: 0px; }
#barra .hide-me { display: none; }
#barra #page { height: 36px;position: absolute; z-index: 0; width: 100%;}
#barra #bars { height: 38px;position: absolute; z-index: 99; overflow: hidden; width: 100%;left:0;}
#barra #details { padding: 5px 10px; border-bottom: 1px solid #6d6d6d;overflow:hidden;}
#barra #details dl { padding: 2px 0 0 0; }
#barra #details dt, #details dd { font-size: 11px; float: left; margin-right: 20px; color: #666666; }
#barra #details dt { font-weight: bold; }
#barra #details dt a { color: #a73232 }
#barra #details dd { padding:7px 0; }
#barra .the_status { text-transform: capitalize; }
#barra #tasks { background: #1a1a1a; border-top: 1px solid #222222; }
#barra #status, #tags { padding: 0px 0px; }
#barra #status { float: right; margin-top:7px; }
#barra #status form, #status .close, #status .edit { float: left; margin: 0 0 0 8px; }
#barra #status .edit { float: left; margin: 0 0 0 15px; }
#barra #status select, #status input { font-size: 10px; }
#barra #select input { padding: 0 0 0 0; width: 15px; height: 12px; }
#barra #tags { float: left; }
#barra #tags textarea { height: 18px; margin-bottom: -2px;  }
#barra #message { background: #1a1a1a; border: 1px solid #252525; display: block; padding: 30px; position: absolute; top: 200px; width: 500px; left: 50%; margin-left: -250px;  }
#barra #message h1 { color: #cccccc; font-weight: bold; font-size: 10px; margin-bottom: 10px; text-transform: uppercase; }
#barra #message h1 a:hover { text-decoration: none; }
#barra #message a { color: #FFFFFF; text-decoration: none; font-weight: bold; }
#barra #message a:hover { text-decoration: underline; }
#barra #message ul { margin-bottom: 20px; padding-left: 25px; }
#barra #message li { font-size: 16px; color: #a73232; list-style: disc; padding-left: 5px; margin-bottom: 10px; }
#barra #details dt a#logo_barra{background:transparent url(../img/logo_barra.gif) no-repeat top left; text-indent:-9999px; display:block; width:82px; height:24px;}
#barra a {color: #666666; text-decoration: none; }
#barra a:hover { color:#df0000; text-decoration: underline; }
#barra #status ul{ display:inline; list-style:none;}
#barra #status ul li{float:left;}
#barra #status ul li.item01 a {margin-top:2px;}
#barra #status ul li.item01 {background:transparent url(../img/barra_twitter.png) no-repeat top left; padding:2px 0 2px 20px; height:14px;margin-top:-2px;_margin-top:0;}
#barra #status ul li.item02 {margin:-2px 0 0 20px;_margin:0px 0 0 20px;}

/***************************
LISTA OL
****************************/

#content ol li{
	list-style:none;
}
#sobre #content ol{
	margin:0 0 20px 30px;
}
#sobre #content ol li{
	list-style:upper-roman;	
	font-size:1.2em;
	line-height:18px;	
	margin-bottom:10px;
}


/*
Cores
#df0000 - Vermelho
#000000 - Preto
#666666 - Cinza escuro
#999999 - Cinza 
#f5f5f5 - Cinza claro
*/

/***************************
Redesign Jul/2010
****************************/
table.aside {
	clear:both;
	float:left;
	width:379px;
}

table.aside tr td {vertical-align:top;}

table.aside tr td.item01 {width:220px;}

#homepage #box_federais ul {margin:55px 20px 20px 0;}
#homepage #box_federais ul li {
	/*background:transparent url(../img/ico/arrow_right_red.png) no-repeat scroll -6px -1px;*/
	margin-bottom:0;
	font-size:11px;
	line-height:14px;
	padding:0;
}

#homepage #box_federais ul li.more {background:transparent url(../img/ico/more.png) no-repeat scroll -5px -1px;margin-top:20px;}
#homepage #box_federais ul li.more a {color:#999999;}
#homepage #box_federais ul li a {
	color:#666666;
	padding-left:12px;
	text-decoration:none;
}
#homepage #box_federais ul li a:hover {text-decoration:underline;}

#box_destaques {float:right;}

#outrosLinks{
	background:#FFF url(../../imagens/portalDeConcursos/bg_outrosLinks.gif) top left no-repeat;
	margin-top:15px;
	display:block;
	float:left;
	padding-bottom:10px;
}

#outrosLinks h2{
	background:url(../../imagens/portalDeConcursos/icon_outrosLinks.gif) 10px 7px no-repeat;
	padding-left:28px;
	width:260px;
	height:24px;
	font-size: 1.2em;
	color:#000;	
	padding-top:8px;
	margin:0 auto 7px auto;
}

#outrosLinks ul li{
	list-style-type:none;
	display:inline;
}

#outrosLinks ul li a{
	display:block;
	float:left;
	width:220px;
	height:23px;
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:center 0px;
	font-size:0.0em;
}

#outrosLinks ul li a:hover{	
	text-decoration:underline;
}

#outrosLinks .proximo{
	background-image:url(../../imagens/portalDeConcursos/proximo.png);	
}

#outrosLinks .aberto{
	background-image:url(../../imagens/portalDeConcursos/aberto.png);	
}

#outrosLinks .andamento{
	background-image:url(../../imagens/portalDeConcursos/andamento.png);	
}

#outrosLinks .encerrado{
	background-image:url(../../imagens/portalDeConcursos/encerrado.png);	
}

#outrosLinks .emBranco{
	background-image:url(../../imagens/portalDeConcursos/branco.jpg);	
}
