/* CSS Document */

*, html{
	margin:0px;
	padding:0px;
}

body{
	background-image:url(../img/back_header.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}

img{
	margin:0px;
	padding:0px;
	border:0px;
}


/* REGRAS PARA TEXTOS E LINKS ///////////////////////////////////////////////////////////////////////*/
/* REGRAS PARA TEXTOS E LINKS ///////////////////////////////////////////////////////////////////////*/
/* REGRAS PARA TEXTOS E LINKS ///////////////////////////////////////////////////////////////////////*/


h2{
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#073054;
	font-weight: bold;
	text-align:left;
}

h3{
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #0066CC;
	font-weight: bold;
	margin-bottom:10px;
}

h4{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #990000;
	font-weight:bold;
}

h5{	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #333333;
	font-weight: bold;
	margin-bottom:10px;
	background-image:url(../img/back_h5.gif);
	background-repeat:no-repeat;
	background-position:5px;
	text-indent:20px;
	display:block;
	width:100%;
	background-color:#EFEFEF;
	border-bottom:2px solid #CCCCCC;
	line-height:30px;
}


/* h6 RESERVADO PARA OS TÍTULOS DOS MÓDULOS -- VER O ARQUIVO modulos_site.css */



p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height: 1.3;
}

a:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	color:#FF6600;
}

a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	color:#FF6600;
}

a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	color: #0099CC;
}

.home a{
	display:block;
	position: absolute;
	width: 34px;
	height:50px;
	top: 0px;
	left:12px;
	background-image:url(../img/btn_home.jpg);
	background-repeat:no-repeat;
	z-index: 10;
	text-indent: -3000px;
	overflow: hidden;
}

.home a:hover{
	background-image:url(../img/btn_home_hover.jpg);
}

.contato a{
	display:block;
	position: absolute;
	width: 34px;
	height:50px;
	top: 0px;
	left:47px;
	background-image:url(../img/btn_contato.jpg);
	background-repeat:no-repeat;
	z-index: 10;
	text-indent: -3000px;
	overflow: hidden;
}

.contato a:hover{
	background-image:url(../img/btn_contato_hover.jpg);
}


/* REGRAS PARA OS BLOCOS ///////////////////////////////////////////////////////////////////////*/

	
#fundo{
	width:100%;
	height:55px;
	position: absolute;
	left:0px;
	top:0px;
	background-image: url(../img/back_header.jpg);
}

#wrap{
	width:960px;
	min-height:100%;
	margin: 0 auto;
	background-image:url(../img/back_wrap.jpg);
	background-repeat:repeat-y;
	}

/* COLUNA ESQUERDA */
/* COLUNA ESQUERDA */
/* COLUNA ESQUERDA */


#coluna_esquerda{
	width:240px;
	height:auto;
	position:relative;
	float: left;
	top: 0px;
	left: 0px;
	background-color: #083054;
}

h1{
	width:240px;
	height:240px;
	display:block;
	background-image: url(../img/h1.jpg);
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent:-3000px;
	z-index: 5;
}

/* MENU SUPERIOR */
/* MENU SUPERIOR */
/* MENU SUPERIOR */

#menu_projeto{
	width:200px;
	height:auto;
	position:relative;
	margin:260px auto 20px;
}

#menu_projeto #titulo_projeto{
	width:185px;
	height:35px;
	background-image:url(../img/titulo_menuprojeto.jpg);
	background-repeat:no-repeat;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#322603;
	display: block;
	line-height: 33px;
	font-weight: bold;
	padding-left: 15px;
}

#menu_projeto ul{
	list-style-type:none;
	width: 180px;
	margin: 0 auto;
}

#menu_projeto ul li{	
	background-image:url(../img/seta_laranja.gif);
	background-repeat:no-repeat;
	background-position:5px;	
	border-bottom: 1px solid #0B4B84;
	width: 100%;
	}

#menu_projeto ul li a{
	width:140px;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFCC00;
	display:block;
	padding:0 20px;
	line-height:29px;
	text-decoration: none;
}

#menu_projeto ul li a:hover{
	color:#FFFFFF;
	background-image:url(../img/item_ahover.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}


/* MENU INFERIOR */
/* MENU INFERIOR */
/* MENU INFERIOR */

#menu_sfw{
	width:200px;
	position:relative;
	margin:0px auto 20px;
}

#menu_sfw #titulo_sfw{
	width:185px;
	height:35px;
	background-image:url(../img/titulo_menusfw.jpg);
	background-repeat:no-repeat;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	display: block;
	line-height: 33px;
	font-weight: bold;
	padding-left: 15px;
}

#menu_sfw  ul{
	list-style-type:none;
	width: 180px;
	margin: 0 auto;
}

#menu_sfw  ul li{	
	background-image:url(../img/seta_azul.gif);
	background-repeat:no-repeat;
	background-position:5px 12px;	
	border-bottom: 1px solid #0B4B84;
	width: 100%;
	}

#menu_sfw  ul li a{
	width: 140px;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#609CD0;
	display:block;
	padding:0 20px;
	line-height:29px;
	text-decoration: none;
}

#menu_sfw  ul li a:hover{
	color:#FFFFFF;
	background-image:url(../img/item_ahover.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}

#menu_sfw  ul li ul {
	margin-bottom:10px;
	width: 170px;
	list-style-type:none;
}

#menu_sfw  ul li ul li {
	width:100%;	
	border-bottom: none;
	background-image: url(../img/projeto_item.gif);
	background-position: 0;
	margin: 0px;
	padding:0px;
}

#menu_sfw  ul li ul li a{
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#3ABFDC;
	text-indent:20px;
	line-height:22px;
	margin: 0px;
	padding:0px;
	text-decoration: none;
	margin-bottom: 3px;
}

#menu_sfw  ul li ul li a:hover{
	color: #FFFFFF;
	background-image: url(../img/projeto_item_hover.gif);
	background-repeat:no-repeat;
}

/* COLUNA DIREITA */
/* COLUNA DIREITA */
/* COLUNA DIREITA */


#coluna_direita{
	width: 700px;
	float: right;
	margin-bottom: 40px;
}

#header{
	width:100%;
	height:40px;
	margin-top: 7px;
	position: relative;
}

#busca{
	width:300px;
	height:32px;
	position:absolute;
	left:0px;
	top:6px;
}

#login_gt{
	width:250px;
	position:absolute;
	right:0px;
	top:2px;
	background-image: url(../img/back_logingt.jpg);
	background-repeat: no-repeat;
	padding-left: 100px;
	height: 32px;
}

#content_wrap{
	width:100%;
	position: relative;
	margin-top: 25px;
}

#content_wrap ul{
	margin-left:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#content_wrap ul li{
	margin-bottom:10px;
}

#content{
	/*width: 900px;*/
	/*width:54%;*/
	float: left;
	text-align: justify;
	position:relative;
}

#content_uma_coluna{
	width: 680px;
	float: left;
	text-align: justify;
	position:relative;
}

#content_duas_colunas{
	width: 455px;
	float: left;
	text-align: justify;
	position:relative;
}

.controles{
	position:absolute;
	top:10px;
	right:15px;
}

.controles a{
	width:20px;
	height:20px;
}

/* ERRO DE LOGIN **************************************************************/
/* ERRO DE LOGIN **************************************************************/
/* ERRO DE LOGIN **************************************************************/

#erro_login{
	padding-bottom:10px;
}

/* System Standard Messages */
#system-message dd.message ul { 
background: #C3D2E5 url(../images/notice-info.png) 4px center no-repeat;
}


/* System Error Messages */

#system-message dt{
display:none; 
}

#system-message dd.error ul { 
color: #c00; 
background: #E6C0C0 url(../img/notice-alert.png) 4px 6px no-repeat; 
border-top: 3px solid #DE7A7B; 
border-bottom: 3px solid #DE7A7B;
margin-left:0px;
list-style-type:none;
padding-left:45px;
padding-right:5px;
padding-top:5px;
font-weight:bold;
}

/* System Notice Messages */
#system-message dd.notice ul { 
color: #c00; 
background: #EFE7B8 url(../images/notice-note.png) 4px top no-repeat; 
border-top: 3px solid #F0DC7E; 
border-bottom: 3px solid #F0DC7E;
margin-left:0px;
list-style-type:none;
padding-left:5px;
padding-top:5px;
}


/* ERRO DE LOGIN **************************************************************/
/* ERRO DE LOGIN **************************************************************/
/* ERRO DE LOGIN **************************************************************/






#caminho{
	border-bottom:1px solid #F3DB93;
	padding-bottom:10px;
	color: #073054;
	margin-bottom: 20px;
}

#caminho p{
	color: #947412;
}

#caminho h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #073054;
	padding-bottom: 5px;
}

#caminho a:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#947412;
	text-decoration: none;
}

#caminho a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#947412;
}

#caminho a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	color:#4A8CC8;
}


/* COLUNAS COLUNAS COLUNAS COLUNAS */
/* COLUNAS COLUNAS COLUNAS COLUNAS */
/* COLUNAS COLUNAS COLUNAS COLUNAS */

#direita{
	float:left;
	position: relative;	
	}

#usermenu{
	/*float:left;*/
	width: 225px;
	margin-left: 20px;
	background-color: #F2F2F2;
	position: relative;
	background-image: url(../img/auxiliar_base.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom:10px;
}

.usermenu_topo{
	width:100%;
	height:8px;
	background-image:url(../img/auxiliar_topo.jpg);
	margin-bottom: 6px;
}

#usermenu ul{
	list-style-type:none;
	margin-left: 0px;
	height:auto;
}

#usermenu ul li {
	width:auto;
	list-style-type:none;	
	text-decoration: none;
	display:block;
	margin:0;
}

#usermenu ul li a{
	display:block;
	width:auto;
	background-color:#A6A6A6;
	color: #FFFFFF;
	text-decoration: none;
	padding:5px;
	margin-bottom:5px;
}

#usermenu ul li a:hover{
	background-color:#083054;
}

#auxiliar{
	/*float:left;*/
	width: 225px;
	margin-left: 20px;
	background-color: #F2F2F2;
	position: relative;
	background-image: url(../img/auxiliar_base.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom:10px;
}


.auxiliar_topo{
	width:100%;
	height:8px;
	background-image:url(../img/auxiliar_topo.jpg);
	margin-bottom: 6px;
}



.modulo{
	width:200px;
	margin:0 auto 20px;
/*	height:200px;*/
	}

h6{
	width:185px;
	height:35px;
	background-image:url(../img/titulo_modulo.jpg);
	background-repeat:no-repeat;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#322603;
	display: block;
	line-height: 33px;
	font-weight: bold;
	padding-left: 15px;
}
	


.campo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:4px 2px;
	border: #E7B930 2px solid;
	background-color:#FCFCFC;
}

.campo_focus{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:4px 2px;
	border: #990000 2px solid;
	background-color:#FFFFFF;
}

.clear{
	clear:both;
	height: 20px;
}

#footer{
	clear:both;
	width: 960px;
	height:40px;
	background-image: url(../img/back_footer.jpg);
	background-repeat:no-repeat;
	position: relative;
}

#footer address a{
	width: 280px;
	height: 23px;
	position: absolute;
	top: 8px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style: normal;
	line-height: 23px;
	text-decoration:none;
	background-image: url(../img/sfw.jpg);
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
	left: 260px;
	padding-left: 45px;
	
}

#footer address a:hover{
	color:#000000;
	background-image: url(../img/sfw_hover.jpg);
	background-position: left;
	background-repeat: no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style: normal;
	text-decoration: none;
}

/*#pbjoomla a{
	position:absolute;
	display:block;
	width:90px;
	height:40px;
	right:30px;
	background-image:url(../img/pbjoomla.jpg);
	text-indent:-3000px;
	overflow:hidden;
	}

#pbjoomla a:hover{
	background-image:url(../img/pbjoomla_hover.jpg);
	}*/


/*LINKS RELACIONADOS LINKS RELACIONADOS */

.links_relacionados{
background-image:url(../img/celula_links.gif);
background-repeat:no-repeat;
}
.links_relacionados:hover{
background-image:url(../img/celula_links_hover.gif);
background-repeat:no-repeat;
}