/* CSS Document */
/*
 * @version		Template Sub-sites ICMBio
 * @package		tmpl_icmbio_subsites
 * @copyright	Copyright © 2011 - All rights reserved.
 * @license		<![CDATA[
		Este arquivo é parte do programa ICMBio Template para os Subsites

		O ICMBio Template para os Subsites é um software livre; você pode redistribuí-lo e/ou modificá-lo
		dentro dos termos da Licença Pública Geral GNU como publicada pela Fundação do Software Livre (FSF);
		na versão 2 da Licença.

		Este programa é distribuído na esperança que possa ser  útil, mas SEM NENHUMA GARANTIA; sem uma garantia
		implícita de ADEQUAÇÃO a qualquer MERCADO ou APLICAÇÃO EM PARTICULAR. Veja a Licença Pública Geral
		GNU/GPL em português para maiores detalhes.

		Você deve ter recebido uma cópia da Licença Pública Geral GNU, sob o título "LICENCA.txt", junto com
		este programa, se não, acesse o Portal do Software Público Brasileiro no endereço www.softwarepublico.gov.br
		ou escreva para a Fundação do Software Livre(FSF) Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
	   ]]>
 * @author		Halison Casimiro - CTIS - ICMBio
 * @author mail	sistemascti@icmbio.gov.br
 * Criado = 07 Fev 2012
 * Modificado = 14 Jan 2013
***********************************************************
*/

/* GERAIS/ESTRUTURA */
body, html {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial,Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #55544F;
	background:#EDEDDA url(../images/bg_geral.png) no-repeat center top;
}
#menu_top, #header, #conteudo, #footer, #extras_wrap {
	width: 885px;
	margin: 0 auto;
}
.clr, .clear {
	height: 0;
	clear: both;
	line-height: 0;
}
.unseen,.hidelabeltxt{
    display: inline;
    height: 0;
    left: -3000px;
    position: absolute;
    top: -2000px;
    width: 0;
}	
a {
	text-decoration: underline;
	color: #1D6A16;
}
	a:hover {
		text-decoration: underline;
	}	
#menu a, #footer a, #breadcrumbs a, h2 a, .menu a {
	text-decoration: none;}

@font-face {
 	font-family: Rosario;
 	src: url("../fonts/Rosario-Regular.eot") /* EOT file for IE */
}
@font-face{
	font-family: Rosario;
	src: url("../fonts/Rosario-Regular.ttf");
}

h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	font-family: Verdana, Rosario, Arial, sans-serif;
	font-weight: normal !important;
}
h1 {font-size: 18px}
h2 {font-size: 17px}
h3 {font-size: 15px}
h4 {font-size: 13px} 
h5 {font-size: 12px}

.left {float: left}
.right {float: right}

img {border: none}

/*  BARRA E-GOV */
#barra_brasil {
	position: relative;
	clear: both;
	overflow: hidden;
	min-width: 1000px;
	height: 28px;
	background: #003b15;
}
	#barra_brasil .span {
		display: block;
		width: 50%;
		height: 28px;
		background: url(../images/barra-brasil-v3-bgx.gif) 0 bottom repeat-x;
	}
		#barra_brasil .span .imagemGov {
			position: absolute;
			top: 4px;
			left: 50%;
			height: 24px;
			width: 888px;
			background: url(../images/barra-brasil-v3-verde.gif) right top no-repeat;
			margin-left: -440px;
		}
		#barra_brasil .span .brasilgov {
			width: 100px;
			height: 24px;
			float: right;
			display: block;
			border: 0 !important;			
			text-indent:-10000px;
		}		
		#barra_brasil .span .ai {
			width: 161px;
			height: 24px;
			margin-right:25px;
			float: right;
			display: block;
			background: url(../images/acesso_informacao.png) right top no-repeat;
			border: 0 !important;
			text-indent:-10000px;
		}

/* NAVEGACAO SUPERIOR */
#menu_top {
	height: 35px;
	background: url(../images/bg_menu.png) repeat-x bottom;
}
/* classe no gerenciador do modulo como prefixo _top*/
#menu_top ul {
		margin: 0 0 0 20px;
		padding: 5px 0 0 0;
	}
	#menu_top li{
	   list-style: none;
	   float: left; 
	}
	#menu_top a{
		color: #fff;
		padding-right: 15px;
		text-decoration:none;
	}
	
	#menu_top #jflanguageselection a{
		padding-right: 2px;
	}
		
	#menu_top li a:hover{
	   color: #fcc900;
	   text-decoration: none;
	}
	#menu_top #menu_ai{
		margin: 0;
		padding: 5px 0 0;
		float:left;
	}

#pesquisa_top {float: right; margin-top:5px;}
#pesquisa_top input{	
	background: url(../images/bg_busca.png) no-repeat;
	width: 78px;
	height: 18px;
	padding-left: 20px;
	margin: 0 5px 0 10px;
	border: none;
	font-size: 90%;
}
#pesquisa_top .search label{display: none}
/* TAMANHO DA FONTE */
#fontsize{
    padding: 0;
    margin: 0;
    text-align: right;
    margin-top: 5px;
    float: right;
}
#fontsize h3{display: none}
#fontsize p{
    float: left;
	margin: 0;
}
#fontsize p a{
	padding: 0 2px;
	display: block;
	height: 20px;
	width: 18px;
	text-indent: -1000px!important;
	font-size: 0;
	float: left;
}
#fontsize .bigger {
	background:url(../images/btn_font_acess.png) no-repeat;
	background-position:0 0 ;}
#fontsize .bigger:hover {background-position:0 -20px;}

#fontsize .linkreset {
	background:url(../images/btn_font_acess.png) no-repeat;
	background-position:-21px 0;}
#fontsize .linkreset:hover {
	background-position:-21px -20px;}
	
#fontsize .smaller {	
	background:url(../images/btn_font_acess.png) no-repeat;
	background-position:-42px 0;}
#fontsize .smaller:hover {	
	background-position:-42px -20px;}

/* TAMANHO DAS FONTES */
.font100 {font-size: 12px}

.font120 {font-size: 13px}
.font120 h1 {font-size: 19px}
.font120 h2 {font-size: 18px}
.font120 h3 {font-size: 17px}
.font120 h4 {font-size: 16px}

.font140 {font-size: 14px}
.font140 h1 {font-size: 20px}
.font140 h2 {font-size: 19px}
.font140 h3 {font-size: 18px}
.font140 h4 {font-size: 17px}

.font160 {font-size: 15px}
.font160 h1 {font-size: 21px}
.font160 h2 {font-size: 20px}
.font160 h3 {font-size: 19px}
.font160 h4 {font-size: 18px}

.font80 {font-size: 11px}
.font80 h1 {font-size: 16px}
.font80 h2 {font-size: 15px}
.font80 h3 {font-size: 14px}
.font80 h4 {font-size: 13px}
/* descontinuado*/
.font60 {font-size: 11px}
.font60 h1 {font-size: 16px}
.font60 h2 {font-size: 15px}
.font60 h3 {font-size: 14px}
.font60 h4 {font-size: 13px}
/* CABECALHO */
#header	{
	height: 145px;
	border-bottom: 1px solid #DBB634;
	padding-bottom: 2px;
	background: no-repeat center right;
}
	#header	h1{
		height: 147px;
		margin: 0;
		padding: 0;
		float: left;
	}
#header	.logoicmbio a{
		width: 130px;
		height: 147px;
		text-indent: -10000px;
		background:url(../images/logo.png) no-repeat top;
		float:left;
		border:0;}
		
#headerhint { display:none;}

#headerdescription {
	display:block;
	font-size:10px;
	float:right;
	background-color:#00531F;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	color:#FFF;
	padding:3px 10px;
	margin-top: 123px;
	margin-right:20px;
	height:18px;}	


/* CONTEUDO */
#conteudo{
	padding:15px 0;
	overflow:hidden;}
#conteudo .conteudo_left {
	float: left;}
	
#conteudo .conteudo_center {
	float: left;
	width: 695px;}
.componentheading , .contentheading{
	font-weight: bold;
	margin: 12px 0;
}
/* IDIOMA */
#captions_top{
    margin:0;
    float: right;
	padding: 0 10px 0 0;
}
#captions_top #jflanguageselection{margin: 0}
#captions_top ul{
    display: inline;
    float: right;
}
#captions_top ul li {
    display: inline;
    cursor: pointer;
}

/* NAVEGACAO */
.menu, .menu_hor, .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}	
.menu_hor {
	float: left;
}	
.menu_hor li{
	float: left;
	padding: 0;
}

.conteudo_left .menu{
	background: #F7F7ED url(../images/bg_menu_esquerdo.png) no-repeat;
	min-height: 421px;
	width: 160px;
	padding: 0 0 10px 10px;
	margin-right: 20px;
	float: left;
}
	.conteudo_left .menu li{
		background: url(../images/arrow_menu.png) no-repeat 0 15px;
		padding: 10px 0 0 10px;
	}
	.conteudo_left .menu li:hover, .conteudo_left .menu li#current, .conteudo_left .menu li.active li, .conteudo_left .menu li.active {
		background: url(../images/arrow_menu_over.png) no-repeat 0 15px;
	}
	
	
.menu .active a, .menu a:hover {color: #E3B123;}
.menu a:hover {text-decoration: underline!important;}
.menu #current ul a, .menu a {text-decoration: none}		
.menu a {color: #3C3C34}
	

	
/* article index */
#article-index {
	border:solid 1px #ccc;
	padding:10px;
	margin:0 0 10px 10px;
	float:right;
}
#article-index ul, #article-index li {
	list-style:none;
	padding:0;
	margin:0;}
	
#article-index h3{
	margin:0;
	font-size:12px;
	text-align:center;
	text-transform:capitalize;
	font-family:Arial;
	font-weight:bold !important;
	
}	
/*** RODAPÉ ***/
#footer {
	background: url(../images/stroke_rodape.png) no-repeat center top;
	padding-top: 25px;
	margin: 15px auto;
}	
#footer .right {width: 412px}
#footer .sobe {
	float: right;
	margin: 4px 5px 0 0;
}

#extras_wrap .menu {
	height: 24px;
	width: 885px;
	margin: 0 auto;
	text-transform: uppercase;
	padding-top: 5px;
	background: #EFEED9;
	border-top: solid 1px #FCC900;
	border-bottom: 1px solid #BBB892;
	color: #777;
	font-size: 90%;	}
	
	#extras_wrap .menu {list-style-type:none;width:100%;position:relative;height:27px;margin:0;padding:11px 0 0 0;}
	#extras_wrap .menu  li{display:block;float:left;margin:0 0 0 4px;height:27px;}
	#extras_wrap .menu  li.left{margin:0;}
	#extras_wrap .menu  li a{display:block;float:left;color:#000;background:#F5F5EA;line-height:27px;text-decoration:none;padding:0 17px 0 18px;height:27px;}
	#extras_wrap .menu  li a.right{padding-right:19px;}
	#extras_wrap .menu  li a:hover{background:#fff;}
	#extras_wrap .menu  li a.current{color:#E3B123;background:#fff;}

/***  Blog noticias ***/
.blog_not  h2.contentheading_not {
	margin-bottom:0;
	font-size:13px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color:#1f6817;
	margin-top:5px;}

.blog_not  .items-row p {
	margin-top:3px;
	margin-bottom:2px;
	overflow:auto;}
 
.blog_not .row_separator, .blog_not .item-separator {
	display:none;}
	
.blog_not .createdate {
	margin:5px 0;
}	
.blog_not .items-row {
	border-bottom:1px #ccc dotted;
	margin-bottom: 0px !important}

.blog_not .subheading-category {
	font-size:15px;}

/******** conteudo especifico extra ***************/
#slides {
	float:left;}
	
.como_chegar {
    display: block;
    float: right;
    margin: 18px 2px 0 0;
    width: 338px;
}		
#extra_top {margin-bottom: 10px}		

.form #btn-submit {	margin-left:431px;}

.componentheading {
	text-transform: uppercase;
	font-family: Verdana, Rosario, Arial, sans-serif;
	font-weight: normal !important;
	font-size:17px;}

#jevents_header .contentheading {
	text-transform: uppercase;
	font-family: Verdana, Rosario, Arial, sans-serif;
	font-weight: normal !important;
	font-size:15px;
	color:#55544F;}
	

#destaques { float:right; width:340px;}
#destaques ul, #destaques li { margin:0; padding:0; list-style:none;}
#destaques h4{margin:0; text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;}
#destaques h2{margin:0 0 6px;}
#destaques p{margin:8px 0;}
	
	
/*** table ***/

table.table {
	width: 100%;
}
table.table tbody {
	/* Kind of irrelevant unless your .css is alreadt doing something else */
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
table.table thead {
	text-align: left;
}
table.table thead th {
	background: -moz-linear-gradient(top, #FFF 0, #F6F6EC 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #F6F6EC));
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#F6F6EC', GradientType=0);*/
	color: #444;
	font-size: 14px;
	font-weight: bold;
	padding:10px 10px 10px 8px;
}
table.table td {
	padding: 10px;
}
table.table tr:nth-child(even) {
	background: #f7f7ed;
}


/** end table **/

	 	
/***********************************************/
/***********  Estrutura do Joomla 	 ***********/
/***********************************************/
/* Quote hilight */
.quote-hilite {
	padding: 10px 15px;
	margin: 0;
	border: 1px solid #CACACC;
	background: #FFFFFF;
}

/* Small quote */
.small-quote {
	margin: 0;
	padding: 0;
	background: none;
}

.small-quote span.open-quote {
	margin: 0;
	padding-left: 20px;
	background: url(../images/so-q.gif) no-repeat center left;
}

.small-quote span.close-quote {
	margin: 0;
	padding-right: 20px;
	background: url(../images/sc-q.gif) no-repeat center right;
}

.small-quote span.author {
	padding: 2px 5px 2px 20px;
	border-top: 1px solid #DCDDE0;
	margin: 0.5em 0 0;
	display: block;
	background: url(../images/author.gif) no-repeat 5px 4px #EAEBEE;
	font-size: 90%;
	text-transform: uppercase;
}

.invalid {
    border-color: #FF0000;
}
label.invalid {
    color: #FF0000;
}

/* Rropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #999999;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
p.error {
	padding-left: 25px;
	color: #BF0000;
	background: url(../images/icon-error.gif) no-repeat top left;
}

p.message {
	padding-left: 25px;
	color: #006699;
	background: url(../images/icon-info.gif) no-repeat top left;
}

p.tips {
	padding-left: 25px;
	color: #EE9600;
	background: url(../images/icon-tips.gif) no-repeat top left;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	padding: 0;
	margin: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	padding: 5px;
	margin: 0;
	color: #FFFFFF;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #006699;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #BF0000;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #EE9600;
	border: none;
}

.highlight {
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
}
/* Tooltips */
.tool-tip {
	float: left;
	border: 1px solid #D4D5AA;
	padding: 5px;
	background: #FFFFCC;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
}

.tool-text {
	margin: 0;
	font-size: 100%;
}

/* Note Style */
p.stickynote {
	padding: 10px 0 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
}

p.download {
	padding: 10px 0 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}

/* Small checklist */
ul.small-checklist {
	list-style: none;
}

ul.small-checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/icon_list.gif) no-repeat 0 3px;
}

/* Check list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}


/* JOOMLA STYLE
--------------------------------------------------------- */
/*  tabless positions */
.leading{
	margin: 30px 0 10px 0;}

.leading_separator
{
	border-bottom: solid 0 #333333;
	display: block;
	height: 10px;
	margin: 0;
}

.article_separator
{
	border: solid 1px #333333;
	display: none;
	margin: 0;
}

.blog { padding: 0; }

.cols1
{
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols2 { width: 45%; }
.cols3 { width: 30%; }

.column1 , .column2
{
	border: solid 0 #D4A7C5;
	margin: 0 5px 0 0;
	position: relative;
}

.column2 , .column1
{
	float: left;
	margin: 0;
}

.column2
{
	float: right;
	margin: 0;
	width: 45%;
}

.article_row
{
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.article_column
{
	border: solid 0 #ccc;
	padding: 0;
}

.row_separator2
{
	display: block;
	clear: both;
	margin: 0;
	border: solid 0;
}

/* outros estilos */

.article_column {
}
.column_separator {
	padding: 0 25px;
}
.adminform .inputbox {
}
.blog_more {
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}
.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 125%;
}
.blog_more ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
.blog_more ul li {
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../images/bullet.gif) no-repeat 6px 8px;
}
.category {
	font-weight: bold;
	width:100%;}
	
table.category {
	padding-top:12px;	
	clear:both;}
	
.contentdescription {
	padding-bottom: 30px;
}
a.contentpagetitle:hover{text-decoration: underline !important;
}
a.contentpagetitle,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}
	a.readon {
		float: right;
		margin-top: 10px;
		padding: 1px 5px 1px 14px;
		border: 1px solid #F6F6F6;
		display: block;
		background: url(../images/arrow.png) no-repeat 5px 48%;
		font-weight: bold;
		text-decoration: none;
	}
		a.readon:hover, a.readon:active, a.readon:focus {
			border: 1px solid #ECECEC;
			background: url(../images/arrow.png) no-repeat 5px 48% #FFFFFF;
		}

.moduletable {
	padding: 0;
}

.counter {text-align:center;}

ul.pagination, .pagination ul {
	margin: 15px auto;
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
	text-align:center;}

ul.pagination li, .pagination ul li {
	margin: 0;
	padding: 0 5px;
	display: inline;
	background: none;}

ul.pagination a , .pagination ul a{
	padding: 2px 5px;
	border: 1px solid #F6F6F6;}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus, .pagination ul a:hover, .pagination ul a:active, .pagination ul a:focus {
	border: 1px solid #ECECEC;
	background: #FFFFFF;}
	
.pagenavbar {
	text-align:center;
	font-weight:bold;
}
.pagenavcounter {
	padding: 8px 14px 0 14px;
	float:right;
	margin:0 0 10px 10px;
}
.sectiontableheader {
	padding: 8px 5px;
	background: #444444;
	color: #FFFFFF;
}
.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	border-bottom:1px dotted #ccc;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	border-bottom:1px dotted #ccc;
	background:#dad9bb;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background:#FFFFCC;
	border-bottom:1px dotted #ccc;
}

.smalldark {
	text-align: left;
}
div.syndicate div {
	text-align: center;
}
.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* ++++++++++++++  list category  ++++++++++++++ */
.category th {
	padding: 8px 5px;
	background: #444444;
	color: #FFFFFF;
}

.category th a {
	color: #FFF!important;
	text-decoration:none;
}

.category tr.cat-list-row0 td {
	padding: 8px 5px;
	border-bottom:1px dotted #ccc;
}

.category  tr.cat-list-row1 td {
	padding: 8px 5px;
	border-bottom:1px dotted #ccc;
	background:#dad9bb;
}

.category tr.cat-list-row0:hover td,
.category tr.cat-list-row1:hover td {
	background:#FFFFCC;
	border-bottom:1px dotted #ccc;
}

.filters .display-limit {
	margin-left:10px;}
 
.smalldark {
	text-align: left;
}
div.syndicate div {
	text-align: center;
}
.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}



/* META
--------------------------------------------------------- */
.article-tools {
	border-top: 1px solid #DDDDDD;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
	background: #ECECEC;
}

.article-meta {
	padding: 5px;
	width: 80%;
	float: left;
}
.iteminfo {
	font-size:90%;}
.itemnifo span {
	display:block;}	
.createby {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-user.gif) no-repeat 0 2px;
}

.createdate {
	padding: 3px 20px 3px 20px;
	margin-top:13px;
	margin-bottom:5px;
	background: url(../images/calendar-icon-green.png) no-repeat 0 2px;
}

.modifydate {
	width: 100%;
}

div.buttonheading {
	float: right;
	width: 15%;
}

.buttonheading img {
	margin: 7px 5px 0 0;
	border: 0;
	float: right;
}
/* MISCELLANOUS
----------------------------------------------------------- */
ul.acessibilidade {
	position: absolute;
	top: -100%;
}
#phocagallery h1 {
	font-size: 17px;
{