@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#EDEDED;
	margin: 0;
	}
a {
	text-decoration:none;
	color: #75b245;
	}
a:visited{
	text-decoration:none;
    color: #75b245;
	}
a:hover{
	text-decoration:underline;
    color: #75b245;
	}
#container {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	}
		
#conteudo{
	width:760px;
	background-image:url(images/repeaterconteudo.jpg);
	background-repeat:repeat-y;
   }	

/*Cabeçalho INICIO*/
#topo {
	width:760px;
	color:#999999;
	height:74px;
	/*margin-bottom:1px;*/
	border-bottom:1px solid #fff;
	}
#apsslogo {
	float:left;
	width:178px;
   }
#sloganelogin {
	float:right;
	width:581px;
}
#slogan {
   float:left;
   background-image:url(images/barraverdecima.jpg);
   width:369px;
   height:74px;
}   
#loginForm {
	float:right;
	}

#slogan {
   float:left;
   }
/*Cabeçalho FIM*/

/*Menu*/
#menu {
	width:182px;
	float:left;
   }

#menu a {
   	color: #558326;

}

#container #conteudo #menu ul {
	margin: 0px;
	padding: 0px;
}

#container #conteudo #menu ul.tituloUm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #75b245;
	background-color: #ddedbd;
	background-repeat: no-repeat;
	display: inherit;
	width: 176px;

	border-left-width: thin;
	border-top-style: none;
	border-top-color: #FFFFFF;

	border-bottom-style: none;
	border-left-style: solid;

	border-left-color: #FFFFFF;
	border-top-width: thin;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
}

#container #conteudo #menu ul.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #75b245;
	background-color: #ddedbd;
	background-repeat: no-repeat;
	display: inherit;
	width: 176px;

	border-left-width: thin;
	border-top-style: outset;
	border-top-color: #FFFFFF;

	border-bottom-style: none;
	border-left-style: solid;

	border-left-color: #FFFFFF;
	border-top-width: thin;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
}

#container #conteudo #menu ul.seccao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #adac9c;
	background-color: #dedede;
	background-repeat: no-repeat;
	display: inherit;
	width: 173px;

	border-left-width: thin;
	border-top-style: outset;
	border-top-color: #FFFFFF;

	border-bottom-style: none;
	border-left-style: solid;

	border-left-color: #FFFFFF;
	border-top-width: thin;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:7px;
}

/*Menu FIM*/

/*Banner*/   
#banner {
	float:right;
	width: 578px;
	height:278px;
}

#bannerinterno {
   float:right;
   width: 578px;
   height:169px;
}
/*Banner*/

#corpoNoticias{
	width:578px;
	float:right;
	/*background-image:url(images/repete.gif);
	background-repeat:repeat-y;
   */}

/*Notícias*/
#noticias {
	float:left;
	width:139px;
	padding-left:16px;
	padding-right:16px;
	padding-top:15px;
	font-family:Arial, Helvetica, sans-serif;
}

#noticias h3 {
   color:#006600;
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight:bold;
   text-align:center;
}

#noticias a {
	text-decoration:none;
	color:#006600;
	}
	
#noticias a:visited {
	text-decoration:none;
    color:#006600;
	}
	
#noticias a:hover {
	text-decoration:underline;
    color:#006600;
	}
/*Notícias FIM*/

/*Corpo*/
   /*Tabela*/
   .table {
      border-top: 1px solid #75b245;
      border-right: 1px solid #75b245;
      border-left: 1px solid #75b245;
   }
   
    .tabelaTituloEsq {
      background-color: #ddedbd;
	  padding:5px;
	  color:#666;
	  text-align:center;
	  font-weight:bold;
	  border-bottom: 1px solid #75b245;
   }
   
     .tabelaSubTituloEsq {
      background-color: #f1f9e2;
	  padding-top:5px;
	  padding-bottom:5px;
	  padding-left:5px;
	  padding-right:5px;
	  color:#666;
	  text-align:center;
	  font-weight:bold;
	  border-bottom: 1px solid #75b245;
	  text-align:left;
   }
   
    .tabelaTituloDir {
      background-color: #ddedbd;
	  padding:5px;
	  color:#666;
	  text-align:center;
	  font-weight:bold;
	  border-left: 1px solid #75b245;
	  border-bottom: 1px solid #75b245;
   }
   	  
   .dentroTabelaEsquerda {
      border-bottom: 1px solid #75b245;
   }

   .dentroTabela {
      border-bottom: 1px solid #75b245;
      border-left: 1px solid #75b245;
   }

#corpo {
	width:376px;
	float:right;
	padding-top:15px;
	padding-left:26px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#7D7D7D;
	line-height:length;
	}

#corpo h2 {
   color:#75b245;
   font-size:16px;
   text-align:center;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-weight:bold;
} 
	
#corpo h3 {
   color:#75b245;
   font-family:Verdana, Arial, Helvetica, sans-serif;
}

#corposgerentes ul, #corposgerentes li {
	height: 20px;
}   
/*Corpo FIM*/

#footer {
    clear:both;
	width:395px;
	float:right;
	color:#999999;
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 9px;
	text-align:center;
	padding-left:6px;
	padding-right:6px;	
	}
	
#teste {
	clear:both;
}
	

#nope p {
   margin:0px;
   padding:0px;
}

#nope2 {
   padding-top:0px;
}

.tabela {
	/*background-color: #FFFFCC;*/
	background-color: #EEEEEE;
	border: 1px solid #a4adbc;
	padding: 20px;
	width:100%;
}

#container #conteudo #corpoNoticias #corpo .tabela #nope #sinopsepreto {
	color:#7D7D7D;
	font-weight:bold;
}