/* Este arquivo permite que você sobrescreva o padrão de estilos do Classic, 
concentrados em um único local para facilitar atualizações e manutenção do seu CSS */ 

/* ---------- TPLs em DIV ---------- */

#div-container-tpl {
}

/* ------- Para DIVs em Pixels ------------ */

/*- Exemplo de classes adicionais para edição da TPL -*/

.menu {
	/* Chame junto ao lfr-column na DIV de coluna
	para aplicar por exemplo, estilos específicos ao menu */
}

.conteudo {
	/* Chame junto ao lfr-column na DIV de coluna
	para aplicar por exemplo, estilos específicos ao conteúdo da página */
} 

/* ---------- Corpo da Página ---------- */

html {
	height: 100%;
}

body {
	background: #f7f7f7;
	font-size: 12px;
}

/* ---------- Conteúdo Principal da Página ---------- */

#wrapper {
	background: #f7f7f7 url(../images/custom/bg-wrapper.jpg) repeat-x 0 0;
	width:100%; /*ajusta largura para monitores widescreen e monitores convencionais*/
	margin:0 auto;
}

#content-wrapper {
	display:table;
	margin:0 auto;
	width:920px;
	background:#fff;
	padding-top:10px;
}

/* ---------- Topo da Página ---------- */

#banner {
	background:none;
	height:190px;
	position:relative;
	width:920px;
	margin:0 auto;
}

#banner .barra-azul { width:920px; height:36px; float:left; }

#banner .logo { float:left; margin-top:20px; }

#banner .dataAtual { float:left; padding-top:8px; color:#0e5e90; }

/*Atalhos no topo*/

#banner #atalhos-topo {
    float: left;
    margin-top: 7px;
    position: absolute;
    right: 0;
}

#banner #atalhos-topo ul, #atalhos-topo li { margin:0; float:left; list-style:none; }

#banner #atalhos-topo li { background:url(../images/custom/separa.jpg) no-repeat; background-position:right; margin-right:8px; }

#banner #atalhos-topo img { float:left; margin-top:3px; }

#banner #atalhos-topo h1 {
    float: left;
    font-size: 11px;
    font-weight: normal;
    margin: 0 12px 0 5px;
	letter-spacing:-0.01em;
}

#banner #atalhos-topo a { color:#0e5e90; text-decoration:none; }

#banner #atalhos-topo a:hover { color:#04395a; text-decoration:underline; }

/*Slideshow*/

#slideshow {
    position:absolute;
    height:152px;
	margin:auto;
	width:620px;
	background:url(../images/custom/slide/bg-slideshow.jpg) repeat-x;
	right:0px;
	bottom:1px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:10px;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* ---------- Atualmente não usado ---------- */

/*#banner h1.logo {
	display: block;
	float: left;
	left:9%;
	margin: 20px 0 0;
	padding: 0;
	position: absolute;
}

#banner .logo a {
	float: left;
	text-decoration: none;
}

.public_url {
	float:left;
	font-size:0.6em;
	margin-top:17px;
	width:14em;
	font-weight:normal;
}

.public_url span {
	font-size:1.5em;
}

.ie6 #banner .logo {
	zoom: 1;
}

#ie6_png_fix()

.current-community {
	background: url(../images/dock/my_places_public.png) no-repeat 15px 50%;
	border-left: 1px solid #AAC3CB;
	color: #094E5E;
	display: block;
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	margin: 5px 0 0 20px;
	padding: 20px;
	padding-left: 40px;
}

.guest-community .current-community {
	display: none;
}

.private-page .current-community {
	background-image: url(../images/dock/my_places_private.png);
}*/

/* ---------- Rodapé da Página ---------- */

#footer {
	background:url(../images/custom/bg-footer.jpg) repeat-x;
	width:100%;
	margin:0 auto;
	height:140px;

}

#footer .dentro { width:920px; margin:0 auto; padding-top:26px;	position:relative; height:77px; }

#footer .img-dentro { float:left; margin-right:10px; margin-top:7px; }

#footer .texto { float:left; font-size:11px; color:#194f7a; }

#footer .desenvolvimento { position:absolute; right:0; bottom:10px; }

#links_rodape ul{
    margin:0;
	color:#194f7a;
    text-align:center;
    text-transform:uppercase;
	padding-top:8px;
	padding-bottom:8px;
    font-family:arial;
    font-size:11px;
	background:#78b8de;
	border-top:1px solid #4c94bf;
	border-bottom:1px solid #64aad4;
	
}

#links_rodape ul li {
	display:inline;
    }

#links_rodape ul li a {
    color:#194f7a;
    text-decoration:none;
    }
    
#links_rodape ul li a:hover {
    color:#194f7a;
    text-decoration:underline;
    }    

/* ---------- Barra do Governo PE ------------*/

div.centralizar img {
	margin:0 auto;
}

#AgrupaTopoPortalPE {
	width:100%;
	background-image:url(/sectec-theme/images/custom/bg-repeat.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#ImgTopoPeCentro {
	height:68px;
	text-align:center;
}

#govBar {
	background-color:fff;	
}

/* ---------- DIV skip Acessibilidade ------------- */

#skip ul {
	/*
	*position:absolute !important ;
	*visibility:hidden !important ; */
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:20;
}

#skip li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

#skip a {
	position: absolute;
	top: 1px;
	left: 1px;
	overflow: hidden;
	width: 0;
	height: 0;
	color: #666;
	text-decoration: none;
}

#skip a:active, #skip a:focus {
	position: absolute;
	overflow: visible;
	margin: 0;
	padding: 1px;
	width: auto;
	height: auto;
	border: 0;
	text-decoration: none;
	background: #ffffcc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* ---------- Navigation Padrão do Communis ---------- */

#navigation {
	background: #094E5E url(../images/common/navigation_bg.jpg) repeat-x scroll 0 0;
	border-bottom: 1px solid #304049;
	*border-bottom: none;
	margin: 0 auto 10px;
	min-height: 2.2em;
	width: 100%;
}

#navigation ul {
	min-height: 2em;
	width: 90%;
}

#navigation li {
	border-left: 1px solid #6da4b4;
	border-right: 1px solid #6da4b4;
	display: inline;
	margin: 0 0 0 -1px;
	padding: 0;
}

#navigation a {
	color: #fff;
	padding: 5px 20px;
}

#navigation li a {
	display: block;
	text-decoration: none;
}

#navigation li a span {
	text-decoration: none;
}

#navigation li.selected a, #navigation li a:hover {
	background: #027B98 url(../images/common/navigation_bg_hover.jpg) repeat-x;
	color: #fff;
}

#navigation li.selected a span {
	background: url(../images/navigation/bullet_selected.png) no-repeat 0 50%;
	padding-left: 10px;
}

/* ---------- Adicionar/remover Página ---------- */

.js #navigation .enter-page {
	background-color: #8DBBCA;
	position:absolute;
	width:200px;
	top:-5px;
	border:1px solid #6091A0;
	padding:6px
}

.js #navigation .enter-page a {
	background: none;
	display: inline;
	font-weight: bold;
	padding: 0;
}

.js #navigation .enter-page .save-page {
	background: url(../images/dock/my_place_current.png) no-repeat 0 50%;
	margin: 0 10px;
	padding-left: 20px;
}

.ie.js #navigation .enter-page .save-page {
	display: inline-block;
	padding-bottom: 5px;
	padding-top: 5px;
	vertical-align: top;
}

.js #navigation .enter-page .cancel-page {
	display: none;
}

.ie.js #navigation .enter-page {
	padding: 5px;
}

.ie.js #navigation .enter-page input.text {
	margin: 2px;
	padding: 3px 1px;
}

.js #navigation {
	position: relative;
}

.js #add-page {
	background: #3A737E;
	border: 1px solid #304049;
	border-bottom: none;
	bottom: 100%;
	font-weight: bold;
	position: absolute;
	right: 5%;
}

.js #add-page a {
	display: block;
	text-decoration: none;
}

.js #add-page a span {
	background: url(../images/common/add.png) no-repeat 0 50%;
	display: block;
	margin-left: 15px;
	padding: 5px 20px 2px;
}

.js #add-page a:hover span {
}

/*------ Navigation portlet ------*/

.nav-menu-style-1 {
}

.nav-menu-style-2 { 
}

/* ---------- Icones e edição do visual dos portlets ---------- */

.portlet {
	background: #fff;
	border: 2px solid #aac3cb;
	margin: 0 0 10px;
	padding: 3px;
}

.portlet-topper {
	background: #DDEBEF;
	border-bottom: 1px solid #8EBCCB;
	padding-right: 40px;
}

.portlet-title {
	padding: 5px;
}

.ie .portlet-title {
	padding-bottom: 5px;
}

body.lfr-has-sidebar {
	padding-left: 0;
}

#div-container-tpl #column-1-full {
	float:none;
}

/* ---------- Ajuste para o Adicionar Porlet ---------- */
.lfr-has-sidebar #content-wrapper {
	padding-left: 0px;
	width: none;
}

/*Layout da pagina inicial*/

#column-1 { width:240px; margin-left:10px; }

#column-2 { width:463px; margin-left:10px; }

#column-3 { width:177px; margin-left:10px; }

#div-container-tpl .div-seventy-adjust { margin-left:10px !important; width:650px !important; }

/*Titulo das paginas*/

#titulo-conteudo { float:left; border-left:3px solid #005cb2; background:#e6e6e6; }

#titulo-conteudo h2 { font-family:arial; font-size:12px; font-weight:bold; margin:0; padding-top:8px; padding-bottom:8px; padding-left:10px; color:#404040; }