/* CSS Document */


* {margin: 0; padding: 0;}	
html { height: 100%; /* necessario */ width: 100%;}
body { /* IE5.5 */ height: 100%; margin: 0}
.body{overflow:hidden; _overflow:visible; _zoom:1;}

.areaImagem {
	position: absolute;
	float: left;
	height: 100%;
	_text-align: left;
	margin-right: 30px;
	width: 100%;
	border: 0 solid #666;
	text-indent: -9000px;
}

#fundoHome01 {
	background: #ccc url(images/fundo_home01.jpg) no-repeat 0 0;
}

#fundoHome02 {
	background: #ccc url(images/fundo_home02.jpg) no-repeat 20% 0;
}

#fundoHome03 {
	background: #ccc url(images/fundo_home03.jpg) no-repeat 20% 0;
}

.fundoInterno {
	background-color: #fff;
}

.geral {
	position: relative;
	width: 100%;
	min-height: 100%;
  	height: auto !important;
    height: 100%;
	text-align: left;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
	border-left: 0 solid #666;
	background-color: transparent;
}
			
.cabecalho {
	position: relative;
	width: 100%;
	height: 97px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	background: url("images/fundo_cabecalho.gif") repeat-x;
}

.logo {
	float: left;
	position: relative;
	width: 120px;
	height: 77px;
	margin: 15px 0 0 15px;
	padding: 0 0 0 0;
	border: 0 solid #666;
	background: url("images/logo_essence.gif") no-repeat;
}

.slogan {
	float: left;
	position: relative;
	width: 300px;
	height: 20px;
	margin: 35px 0 0 0;
	padding: 0;
	border: 0 solid #666;
	background: url("images/slogan.png") no-repeat left;
}


/*--------- dnn menu style ----------*/
/* main menu td */
.main_dnnmenu_bar {
	position: relative;
	bottom: 0;
	right: 0;
	float: right;
	cursor:pointer;
	font-size: 11px; 
	background-color:transparent;
	border: 0 solid #666;
	margin-right: 10px;
	padding: 0;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  {	
	color: #fff;
	font-family: lucida sans unicode;
	font-size: 11px; 
	font-weight:bold; 	
	text-align:center;
	padding: 3px 9px 3px 9px;
	text-transform:uppercase;
	margin-right:1px;
	white-space:nowrap;
}


/*  Main menu hover  */
.main_dnnmenu_rootitem_hover {  
	color:#fff;
	font-family: lucida sans unicode;
	font-size: 11px; 
	font-weight:bold;
	text-align:center;
	line-height: 50px;
	padding: 3px 9px 3px 9px;
	background-color: #f59301;
	text-transform:uppercase; margin-right:1px;
	white-space:nowrap;

}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected {
	color:#fff;
	font-family: lucida sans unicode;
	font-weight:bold;
	text-align:center;
	font-size: 11px;
	line-height: 50px;
	padding: 3px 9px 3px 9px;
	background-color: #f59301;
	text-transform:uppercase; margin-right:1px;
	white-space:nowrap;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu {
	position: absolute;
	top: 100px;
	left: 100px;
	border: 4px solid #C0D6E5;
	margin: 0;
	padding: 0;
}

.main_dnnmenu_submenu td {
	background-color:#F8FAFF;
	font-family: lucida sans unicode;
	font-size: 10px; 
	font-weight:bold;
	text-align:left;
	color:#000000;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td {  
	background: #CE0D0D url(../images/submenu_hover.gif) repeat-x top left;
	color:#ffffff;
	z-index: 1000;
}

.main_dnnmenu_itemselected td{
    background: #CE0D0D url(../images/submenu_active.gif) repeat-x top left;
	color:#ff0000;
}

.main_dnnmenu_break {
	height: 2px;
	background-color: #D5E0FF;	
}

/* Module Action Menus */

.ModuleTitle_SubMenu {
	border:1px solid #C0D6E5;
	z-index: 1000;
}

.ModuleTitle_SubMenu td {
	background-color:#F8FAFF;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon {
	background: #CE0D0D url(../images/submenu_hover.gif) repeat-x top left;
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon {
	height: 2px;
	background-color: #D5E0FF;
}


.blocoright  {
	float: right;
	right: 0;
	position: absolute;
	width: 100%;
	height: 120px;
	margin: 0;
	padding: 0;
	border: 0 solid #666;
}

.busca {
	visibility: hidden;
	float: left;
	position: relative;
	width: 93%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0 solid #666;
	text-align: right;
}

.botaoBuscar {
	width: 60px;
	padding: 0;
	font-family: lucida sans unicode;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color:#7c96b1;
	border: 0;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.campoBuscar {
	font-family: lucida sans unicode;
	font-weight: normal;
	font-size: 11px;
	height: 17px;
	line-height: 15px;
	border: 0;
	padding: 0 0 0 3px;
	background-color: #fff;
	color: #666;
}

.idiomas {
	float: left;
	position: relative;
	width: 4%;
	height: 40px;
	margin: 5px 5px 0 15px;
	padding: 0 0 0 0;
	border: 0 solid #666;
}

.idiomas ul {
	float:left;
	margin:0;
	padding:0;
	background-color:transparent;
	list-style:none;
}

.idiomas ul li {
	float: left;
	padding-right: 3px;
	list-style:none;
	display: inline;
	font-family: lucida sans unicode;
	font-size: 10px;
	font-weight: normal;
	color: #456599;
}

.conteudo {
  margin-bottom: 30px; /* necessario para o espaçamento entre a content e o footer */
}

.conteudoGeral {
	position: relative;
	width: 100%;
	height: 418px;
	margin: 0;
	padding: 0;
	border: 0 solid #666;
}

.conteudoright {
	top: 18px;
	right: 0;
	position: absolute;
	width: 395px;
	height: auto;
	margin: 0 18px 0 0;
	border: 0 solid #666;
}

.caixaLeft {
	position: relative;
	float: left;
	width: 192px;
	height: 182px;
	margin: 0;
	border: 0 solid #666;
}

.caixaRight {
	position: relative;
	float: right;
	width: 192px;
	height: 182px;
	margin: 0;
	border: 0 solid #666;
}


/* estilos das caixas da home */

.tituloFundoHome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background-color: #FF6600;
    opacity:0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
    padding: 5px 0 5px 0;
    text-indent: 5px;
    position:absolute;
    width: 100%;
    height:auto;
}

.tituloHome {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background-color: transparent;
    border: 0 solid #000;
    padding: 5px 0 5px 0;
    position:absolute;
    width: auto;
    height:auto;
}

img.imagemDestaqueHome {
	position: relative;
	width: 188px;
	height: 97px;
	margin: 24px 0 0 0;
	border: 2px solid #1e4369;
}

.descricaoFundoDestaqueHome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #fff;
    background-color: #1e4369;
    opacity:0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
	margin-top: 2px;
    padding: 3px 3px 3px 5px;
	position:absolute;
	width: 184px;
	*width: 192px;
    height:55px;
    cursor: pointer;
}

.descricaoDestaqueHome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #ffffff;
    background-color: transparent;
    border: 0 solid #000;
    position:absolute;
    cursor: pointer;
}


/* inicio arvore tooltip */

.arvore {
	position: absolute;
	width: 500px;
	height: 470px;
	bottom: 4px; 
	left: 50%;
	margin-top: 160px;
	margin-left: -480px;
	z-index: 200;
	border: 0 solid #000;
}

.frutos  {
	width: 80px;
	height: 50px;
	margin-top: -450px;
	margin-left: 290px;
	z-index: 200;
	border: 0 solid #000;
}

a.tipfrutos {
	position:relative;
	z-index:24;
	text-decoration:none;
	font-weight:normal;
	font-size: 11px;
}

a.tipfrutos:hover {
	z-index:25;
	background:transparent;
	/* precisa do background para funcionar o  Internet Explorer */
}

a.tipfrutos span {
	display: none;
}

a.tipfrutos:hover span {
	display:block;
	position:absolute;
	width:200px;
	top: 40px;
	left: 50px;
	padding: 5px;
	font-family: lucida sans unicode;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	border:1px solid #fff;
	background-color:#3c70a2;
}

.crescimento {
	width: 130px;
	height: 50px;
	margin-top: 230px;
	margin-left: 40px;
	z-index: 200;
	border: 0 solid #000;
}

a.tipcrescimento {
	position:relative;
	z-index:24;
	text-decoration:none;
	font-weight:normal;
	font-size: 11px;
}

a.tipcrescimento:hover {
	z-index:25;
	background:transparent;
	/* precisa do background para funcionar o  Internet Explorer */
}

a.tipcrescimento span {
	display: none;
}

a.tipcrescimento:hover span {
	display:block;
	position:absolute;
	width:200px;
	top: -40px;
	left: 120px;
	padding: 5px;
	font-family: lucida sans unicode;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	border:1px solid #fff;
	background-color:#3c70a2;
}

.baseconsolidada {
	width: 170px;
	height: 50px;
	margin-top: 40px;
	margin-left: 210px;
	z-index: 200;
	border: 0 solid #fff;
}

a.tipbaseconsolidada {
	position:relative;
	z-index:24;
	text-decoration:none;
	font-weight:normal;
	font-size: 11px;
}

a.tipbaseconsolidada:hover {
	z-index:25;
	background:transparent;
	/* precisa do background para funcionar o  Internet Explorer */
}

a.tipbaseconsolidada span {
	display: none;
}

a.tipbaseconsolidada:hover span {
	display:block;
	position:absolute;
	width:200px;
	top: -60px;
	left: 60px;
	padding: 5px;
	font-family: lucida sans unicode;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	border:1px solid #fff;
	background-color:#3c70a2;
}

/* fim arvore tooltip */

.nocontentPane {
	margin: 0;
	padding:0;
}

.teaser {
	float: right;
	position: relative;
	width: 368px;
	height: 174px;
	margin: 0 0 0 0;
	padding: 0;
	border: 0 solid #666;
}

.destaque {
	float: right;
	position: relative;
	width: 368px;
	height: 164px;
	margin: 0 0 0 0;
	padding: 0;
	border: 0 solid #666;
	background-color:#fff;	
}

.destaque h1 {
	width: 368px;
	height: auto;
	margin: 0;
	text-indent: 10px;
	padding: 3px 0 3px 0;
	font-family: lucida sans unicode;
	font-size: 18px;
	font-weight: normal;
	background-color:#3c70a2;	
	color: #fff;
	border: 0 solid #666;
}

a.linkNoticias {
	text-decoration: none;
	cursor: pointer;
	color: #000;
}

a:hover.linkNoticias  {
	text-decoration: underline;
	cursor: pointer;
}

a.linkSaibaMais {
	font-family: lucida sans unicode;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

a:hover.linkSaibaMais {
	font-family: lucida sans unicode;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

.saibaMais {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 4px;
	background-color:#8f8f8f;	
}


/* area noticias */


h2.noticiasDestaque a  {
	margin: 0;
	padding: 0 0 0 18px;
	width: auto;
	font-family: lucida sans unicode;
	font-size: 11px;
	font-weight: normal;
	display: block;
	text-decoration: none;
	color: #1d5993;
	border: 0 solid #666;
	background: url("../img/seta_noticias.gif") no-repeat 10px 5px;
}

h2.noticiasDestaque a:hover  {
	margin: 0;
	padding: 0 0 0 18px;
	width: auto;
	font-family: lucida sans unicode;
	font-size: 11px;
	font-weight: normal;
	color: #1d5993;
	border: 0 solid #666;
	background: url("../img/seta_noticias.gif") no-repeat 10px 5px;
}

h3.noticiasDestaque {
	width: auto;
	margin: 0;
	padding: 0 0 0 18px;
	font-family: lucida sans unicode;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	border: 0 solid #666;
}

h2.noticiasInternas a {
	margin: 0;
	padding: 0;
	font-family: lucida sans unicode;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #1d5993;
	border: 0 solid #666;
}

h2.noticiasInternas a:hover {
	margin: 0;
	padding: 0;
	font-family: lucida sans unicode;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	color: #1d5993;
	border: 0 solid #666;
}

h3.desricaoNoticia {
	margin: 0;
	padding: 0;
	font-family: lucida sans unicode;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	border: 0 solid #666;
}
	

/* area noticias */

.rodape,.push {
	width: 100%;
	height: 30px; /* push deve estar à mesma altura que o .footer */
	margin: 0 auto;
}

.rodape {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0 solid #666;
	background-color: #255382;
}

.direitosRodape {
	float: left;
	margin: 0 0 0 28px;
	padding-top: 8px;
	font-family: lucida sans unicode;
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	border: 0 solid #666;	
}

.direitosRodape span {
	padding-top: 5px;
	font-size: 16px;
}

.direitosRodape p {
	font-family: lucida sans unicode;
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	border: 0 solid #666;	
}

.linksRodape {
	float: right;
	height: auto;
	margin: 0 28px 0 0;
	padding-top: 8px;
	border: 0 solid #666;	
	text-align: right;
	color: #fff;	
}

.linksRodape ul {
	float: right;
	margin:0;
	padding:0;
	background-color:transparent;
	list-style:none;
}

.linksRodape ul li {
	display: inline;
	font: lucida sans unicode;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
}

.linksRodape ul li a {
	padding: 5px 0 0 3px;
	text-decoration: none;
	color: #fff;
}

.linksRodape ul li a:hover {
	padding: 10px 0 0 3px;
	text-decoration: underline;
	color: #fff;
}

/* inicio dos estilos das páginas internas  */


.scrollbarConteudo {
	width: auto;
	margin:0;
	padding-right: 10px;
	height: 350px;
	overflow: auto;
}

.colunaConteudo {overflow: hidden;_overflow:visible;_zoom:1; border: 0 solid #666;}
.colunaImg {float:left; width:auto;_margin-right:-3px; margin-right: 10px; border: 0 solid #666;}
.colunaLinks {float:right; width: 160px;_margin-left:-3px; margin-left: 10px; border: 0 solid #666;}

.migalhaPao {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	border: 0 solid #666;
}

.migalhaPao ul {	
	width: 100%;
	margin:0px;
	padding:0px;
	background-color:transparent;
	list-style:none;
	color: #fff;
}

.migalhaPao ul li {
	display: inline;
	font-family: lucida sans unicode;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

.migalhaPao ul li.ativo {
	padding: 0 5px 10px 5px;
	color: #456599;
	text-decoration: none;
	font-weight: bold;
}

.migalhaPao ul li a {
	padding: 0 5px 10px 5px;
	height: 25px;
	text-decoration: underline;
	color: #666;
}

.migalhaPao ul li a:hover {
	margin: 0;
	color: #456599;
}

h1.tituloConteudo {
	padding-bottom: 5px;
	font-family: lucida sans unicode;
	font-size: 18px;
	font-weight: bold;
	color: #ff9900;
}

.textoCorrido p {
	padding: 5px 0 5px 0;
	line-height: 17px;
	font-family: lucida sans unicode;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	color: #666;
}

.textoCorrido a {
	font-family: lucida sans unicode;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	color: #456599;
}

.textoCorrido a :hover{
	font-family: lucida sans unicode;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #456599;
}

.textoDestaque {
	font-family: lucida sans unicode;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #456599;	
}

.textoDestaqueLink a {
	font-family: lucida sans unicode;
	font-size: 14px;
	text-decoration: underline;
	font-weight: normal;
	color: #456599;
}

.textoDestaqueLink a:hover {
	font-family: lucida sans unicode;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	color: #456599;
}

h2.tituloLinks {
	margin: 0;
	padding-bottom: 5px;
	font-family: lucida sans unicode;
	font-size: 14px;
	font-weight: bold;
	color: #ff9900;
}

h3.listaLinks {	
	font-family: lucida sans unicode;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	padding: 0 5px 10px 5px;
	text-decoration: none;
	background: url("images/seta_noticias.gif") no-repeat 2px 8px;
	list-style:none;
}

h3.listaLinks.ativo {
	padding: 0 5px 10px 5px;
	color: #456599;
	text-decoration: none;
	font-weight: bold;
}

/* fim dos estilos das páginas internas  */


/* inicio forms */

.subtitulo h3 {
	font-family: lucida sans unicode;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	color: #1d5993;	
}

.label {
	width: auto;
	font-family: lucida sans unicode;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	line-height: 20px;
	padding-right: 5px;
	color: #1d5993;	
}

.value {
	font-family: lucida sans unicode;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	line-height: 20px;
	color: #000;	
}

.valueError {
	font-family: lucida sans unicode;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	line-height: 20px;
	color: #ff0000;	
}

.valueTotal{
	font-family: lucida sans unicode;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	line-height: 20px;
	color: #000;	
}

.textBox {
	font-family: lucida sans unicode;
	font-weight: normal;
	font-size: 11px;
	height: 17px;
	line-height: 15px;
	border: 1px solid #999;
	padding: 0 0 0 3px;
	background-color: #fff;
	color: #666;
}

.multiLine {
	font-family: lucida sans unicode;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #999;
	padding: 0 0 0 3px;
	height: 100px;
	background-color: #fff;
	color: #666;
}

.dropDownList {
	font-family: lucida sans unicode;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;  
	border: 1px solid #999;
	background-color: #fff;
	color: #666;
}

/* fim forms */

/* GridView */

.headerStyle {	
	font-family: lucida sans unicode;
	font-size: 11px; 
	font-weight: bold; 
	color: #fff;
	height: 22px;
	border: 1px solid #fff;
	background-color: #193c7e;
	padding: 5px;
}

.headerStyle a {	
	font-family: lucida sans unicode;
	font-size: 11px; 
	font-weight: bold; 
	color: #fff;
	height: 22px;
	background-color: #193c7e;
	padding: 5px;
}

.alternatingRowStyle {
	font-family: lucida sans unicode;
	font-size: 11px; 
	font-weight: normal; 
	color: #666;
	border: 1px solid #fff;
	background-color: #ccc;
	text-indent: 5px;
	padding: 5px;
}

.rowStyle {
	font-family: lucida sans unicode;
	font-size: 11px; 
	font-weight: normal; 
	color: #666;
	border: 1px solid #fff;
	background-color: #ececec;
	text-indent: 5px;
	padding: 5px;
}

.pagerStyle {
	font-family: lucida sans unicode;
	font-size: 10px; 
	font-weight: normal; 
	color: #000;
	border: 1px solid #fff;
	padding: 5px;		
}

.pagerStyle a {
	font-family: lucida sans unicode;
	font-size: 11px; 
	font-weight: normal; 
	color: #666;
	background-color: #d6d6d6;
	padding: 5px;		
}

.headerGridHabilidade {
	background-color: #24517f;
	height: 24px;
	font-family: lucida sans unicode;
	font-size: 11px; 
	font-weight: normal; 
	text-align: center;
	color: #fff;
	padding: 5px;		
}

.selectedRowGridHabilidade {
	background-color: #ccc;
	height: 24px;
	font-family: lucida sans unicode;
	font-size: 11px; 
	font-weight: normal; 
	text-align: center;
	color: #000;
	padding: 5px;		
	border: solid 1px #fff;
}

/* fim GridView */

/* inicio espaçamentos */

.space3 {
	clear: both;
	height: 12px;
	line-height: 12px;
}

.space5 {
	clear: both;
	height: 5px;
	line-height: 5px;
}

.space10 {
	clear: both;
	height: 10px;
	line-height: 10px;
}

.space20 {
	clear: both;
	height: 20px;
	line-height: 20px;
}

.space50{
	clear: both;
	height: 50px;
	line-height: 50px;
}

.spacewidth3 {
	clear: both;
	width: 3px;
	height: 20px;
	line-height: 20px;
}

.spacewidth20 {
	clear: both;
	width: 20px;
	height: 20px;
	line-height: 20px;
}

























