@charset "utf-8";
/* CSS Document */

/*****************************
	Definições do drupal
*****************************/
tr.region td{
	padding-top:20px;
}

tbody{
	border:0px;
}

/*****************************
	Definições gerais
*****************************/
html, body{
	background-color:#f1f4f0;
	background-image:url(../images/header_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	padding:0px;
	margin:0px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}

a{
	color:#7b7b7b;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

p{
	margin:0px;
	padding:0px;
}

li{
	list-style-position:inside;
}

#bird{
	background-image:url(../images/bird.png);
	background-repeat:no-repeat;
	background-position:top center;
}

#govbar{
	background:#c1d7e9;
	width:100%;
}

#govbar_inner{
	width:1005px;
	height:24px;
	margin:auto;
}

#header{
	width:100%;
	/*border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;*/
}

#header_inner{
	margin:auto;
	width:1005px;
	height:147px;
}

#seia_logo{
	display: none;
	float:left;
	margin-left:38px;
	margin-top:8px;
	position:relative;
	z-index:4;
}

#slogan{
	display:none;
	float:left;
	margin-top:115px;
	margin-left:15px;
}

#search{
	margin-right:4px;
	margin-left:10px;
	margin-top:146px;
	float:right;
	margin-bottom:
}

#search_bg{
	background-image:url(../images/search_bg.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:173px;
	height:17px;
	margin-top:20px;
	padding:6px;
}

#search_bg .text{
	border:0px;
	color:#9069a5;
}

#main{
	width:1005px;
	margin:auto;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}

#contentbar_bg{
	background-image:url(../images/contentbar_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	height:34px;
	margin-top:22px;
	padding-top:5px;
	padding-bottom:8px;
	padding-right:20px;
	background-color:#FFF;
	text-align:right;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
}

#contentbar_bg a{
	color:#919090;
	text-decoration:none;
}

#contentbar_bg a:hover{
	text-decoration:underline;
}

#main_padding{
	background-color:#FFF;
	padding:0px 15px;
}

#clear{
	clear:both;
}

#menu{
	width:188px;
	float:left;
	clear:left;
	padding-right:24px;
}

#content{
	float:left;
	width:762px;
}

#footer{
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-top:3px solid #ebefe9;
	clear:both;
	width:1005px;
	margin:auto;
}

#footer_logos{
	width:620px;
	height:34px;
	margin:auto;
	text-align:center;
	margin-bottom:20px;
}

#footer_padding{
	padding:12px 15px;
	background-color:#FFF;
	text-align:center;
	color:#9d9d9d;
	font-size:9px;
}

#footer_browser{
	background-image:url(../images/footer_bg.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:40px;
}

#footer_logos .logo{
	float:inherit;
	margin:0px 10px;
}

/*****************************
	Definições de interface
*****************************/

input.text{
	border:1px solid #455a3a;
	width:135px;
	height:17px;
	padding:0px 5px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}

.form-submit,
input.button{
	width:auto;
	height:20px;
	border:1px solid #abadb3;
	background-image:url(../images/button_bg.png);
	background-repeat:repeat-x;
	background-position:top;

	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}

.form-submit:hover,
input.button:hover{
	background-position:bottom;
}

ul.primary,
ul.secondary{
	border:0px;
}

.sep{
	border-bottom:3px solid #ebefe9;
}

/***************************
	Node
***************************/
#main_padding{
	padding-right:0px;
}

#content{
	width: 778px;
}

#node{
	margin-top:-19px;
	
}

#node_group{
	background-color:#ede9ef;
	background-image:url(../images/node_group_bg.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:77px;
	color:#455a3a;
	font-weight:bold;
	font-size:14px;
}

#node_group .group_name{
	padding:30px 15px 0px 30px;
}

#bread_crumb{
	color:#7b7b7b;
	font-size:9px;
	padding-left:30px;
}

#node_content{
	border-left:1px dotted #ae91bd;
	margin-top:10px;
	margin-left:30px;
	padding:15px;
}

#node_content .node_title h1{
	color:#455a3a;
	font-weight:normal;
	font-size:14px;
	margin:0px 0px 30px 0px;
	padding:0px;
}

#node_content .node_body{
	color:#000;
	font-weight:normal;
	font-size:10px;
}

#node_content .node_body p{
	margin:14px 0px;
}

#node_content .node_body .node_links{
	margin-top:10px;
}

#node_content .node_body .node_links a{
	color:#455a3a;
	text-decoration:underline;
}

.node_gallery{
	margin-bottom:10px;
}

.node_gallery ul{
	padding:0px;
	margin:0px;
}

.node_gallery li{
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	display:inline;
}

.node_gallery li a div{
	border:2px solid #999;
	display:inline-block;
	height:172px;
	width:281px;
	background-repeat:no-repeat;
	background-position:center;
}

.node_gallery li a div .legend{
	padding:5px;
	background-color:#000;
    -moz-opacity:0.6; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity:0.6;
	color:#FFF;
	height:auto;
	border:0px;
	width:auto;
	display:block;
}

/************************************
	eventos
************************************/
#events{
	width:162px;
	border:1px solid #f1592a;
	background-color:#feeee9;
}

#events h1{
	margin:0px;
	padding:8px 0px;
	color:#FFF;
	width:100%;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	background-image:url(../images/sidebar_events_bg.png);
	background-position:center;
	background-repeat:repeat-x;
}

.event{
	border-bottom:1px solid #FFF;
	padding:8px 10px;
	color:#000;
	font-size:9px;
}

.event div{
	padding-left:10px;
	background-image:url(../images/sidebar_events_list-style.png);
	background-repeat:no-repeat;
	background-position:left 2px;	
}

.event a{
	color:#333;
	text-decoration:none;
}

.event a:hover{
	text-decoration:underline;
}
.event_info .image{
	float:left;
	padding:9px;
	border:#e5e5e7 1px solid;
}
.event_info .info{
	margin-left:9px;
	float:left;
	width:585px;
}
.event_info .info .title{
	background-color:#e9e4eb;
	padding:9px 6px;
	font-weight:bold;
}

.event_info .info .text{
	margin:18px 7px;
}
/************************************
	Enquetes
************************************/
#surveys{
	margin:12px 0px;
	width:162px;
	border:1px solid #f1592a;
	background-color:#feeee9;
}

#surveys h1{
	margin:0px;
	padding:8px 0px;
	color:#FFF;
	width:100%;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	background-image:url(../images/sidebar_events_bg.png);
	background-position:center;
	background-repeat:repeat-x;
}

.survey{
	border-bottom:1px solid #FFF;
	padding:8px 10px;
	color:#000;
	font-size:9px;
}

.survey .title{
	padding-left:10px;
	background-image:url(../images/sidebar_events_list-style.png);
	background-repeat:no-repeat;
	background-position:left 2px;
}

.survey #node,
.survey div div{
	padding:0px;
	margin:0px;
	background:none;
}

.survey .poll .vote-form .choices{
	margin:0px 0px 0px 5px;
}

.survey .poll .bar{
	background:#ffffff;
}

.survey .poll .foreground{
	background:#008aff;
}

.survey a{
	color:#333;
	text-decoration:none;
}

.survey a:hover{
	text-decoration:underline;
}
/***************************************
	busca
***************************************/
form.search{
	border: 1px dotted #455a3a;
	padding: 10px;
}

form.search input.text{
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom: 2px solid #455a3a;
	color: #455a3a;
	font-size: 9px;
}

form.search input.button{
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom: 2px solid #9B78AE;
	color: #9B78AE;
	font-size: 9px;
}

/******************************************
	Outras publicações
******************************************/
.menu-other{
	background-image:url(../images/menu-other.png);
	background-position:center;
	background-repeat:no-repeat;
	height:64px;
	text-align:center;
	padding:18px 0px;
}

.menu-other img{
	margin:0px 2px;
	cursor:pointer;
}

#menu-other-legend{
	color:#FFF;
	text-align:center;
	position:absolute;
	left: 515px;
	top: 360px;
}

#menu-other-legend-text{
	background-image:url(../images/menu-other-legend.png);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	height:43px;
	padding-top:15px;
	text-align:center;
}

#menu-other-legend-left{
	background-image:url(../images/menu-other-legend-left.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:43px;
	padding-top:15px;
	padding-left:20px;
	float:left;
}

#menu-other-legend-right{
	background-image:url(../images/menu-other-legend-right.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:43px;
	padding-top:15px;
	padding-right:20px;
	float:left;
}

#menu-other-categories{
	background-image:url(../images/menu-other-categories.png);
	background-repeat:no-repeat;
	background-position:left;
	height:130px;
	width:200px;
	padding-top:46px;
	position:absolute;
	left: 515px;
	top: 460px;
	display:none;
}

#menu-other-categories a div{
	color:#FFF;
	padding:1px 20px;
	margin:0px 4px;
	font-weight:bold;
}

#menu-other-categories a:hover{
	text-decoration:none;
}

#menu-other-categories a:hover div{
	background-color:#e3f5d3;
	text-decoration:none;
	color:#71cb21;
}

.other-publications-content{
	display:none;
}

#menu-other-content{
	padding:20px 80px 0px 80px;
}

#menu-other-content h1{
	font-size:16px;
	margin: 0.67em 0px;
}

#menu-other-content h2{
	font-size:14px;
	margin:5px 0px;
}

.other form.search{
	border: 1px dotted #455a3a;
}

.other form.search input.text{
	border-bottom: 2px solid #455a3a;
	color: #455a3a;
}

.other form.search input.button{
	border-bottom: 2px solid #71cb21;
	color: #71cb21;
}

/*********** mensagens **************/
.messages{
	width:700px;
	margin-left:35px;
}

/*********** Planos e programas ***************/
.programs-and-plans{
	margin:5px 0px;
}

/********** legislação ******************/
.legislation{
	color:#455a3a;
}
.legislation a{
	color:#000;
}

/********** serviços on-line ******************/
#service-links{
	padding:10px 0px 0px 0px;	
}

#service-item-link{
	list-style:none;
	margin-top:5px;
}

#service-item-link a{
	background:url(../images/menu-services-on-line.gif) no-repeat;
	display:block;
	padding:14px 10px;
	width:214px;
	text-decoration:none;
	color:#FFF;
	font-size:12px;
}

/********** procedimentos ******************/
#procedures-list{
	padding:10px 0px 0px 0px;	
}

#procedures-item-file{
	list-style:none;
	padding-left:10px;
}

#procedures-item-file a{
	color:#6e6e6e;
	font-size:10px;
}

/******************************************
	Serviços On-line
******************************************/
.menu-online-services{
	background-image:url(../images/menu-other.png);
	background-position:center;
	background-repeat:no-repeat;
	height:64px;
	text-align:center;
	padding:18px 0px;
}

#menu-online-services-top{
	background-image:url(../images/bg-menu-online.png);
	background-repeat:no-repeat;
	text-align:center;
	width:474px;
	height:53px;
	padding: 8px;
}

#menu-online-services-top-info{
	width: 60px;
	height:47px;
	float:left;
	text-align:left;
	font-family:Verdana;
	font-size:12px;
	padding: 5px;
	padding-top: 10px;
	padding-left: 6px;
}

#menu-online-services-top-inner{
	background-image:url(../images/base-menu.png);
	background-repeat:no-repeat;
	padding-top:7px;
	width:396px;
	height:52px;
	float:right;
}

.menu-online-services img{
	margin:0px 2px;
	cursor:pointer;
}

#menu-online-services-legend{
	color:#FFF;
	text-align:center;
	position:absolute;
	left: 515px;
	top: 360px;
}

#menu-online-services-legend-text{
	background-image:url(../images/menu-other-legend.png);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	height:43px;
	padding-top:15px;
	text-align:center;
}

#menu-online-services-legend-left{
	background-image:url(../images/menu-other-legend-left.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:43px;
	padding-top:15px;
	padding-left:20px;
	float:left;
}

#menu-online-services-legend-right{
	background-image:url(../images/menu-other-legend-right.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:43px;
	padding-top:15px;
	padding-right:20px;
	float:left;
}

#menu-online-services-categories-title{
	background-image:url(../images/top-menu-online.png);
	background-repeat:no-repeat;
	width:494px;
	height:20px;
	padding-top:8px;
	padding-left:15px;
	font-weight:bold;
}

#menu-online-services-categories-bot{
	background-image:url(../images/bot-menu-online.png);
	background-repeat:no-repeat;
	width:494px;
	height:26px;
}

#menu-online-services-categories{
	width:494px;
	padding-top:15px;
	display:none;
}

#category-inner a span{
	width:494px;
	color:#96c83d;
	font-weight:bold;
}

#category-inner a{
	padding-left:10px;
	color:#96c83d;
}

.opening_categories{
	display:none;
}

.voltar{
	float:right;
	color:#000;
	text-decoration:none;
}

#leia-mais{
	margin-top:20px;
}

#leia-mais a{
	text-decoration:underline;
	color:#000;
}

#solicite-aqui{
	margin-left:10px;
	margin-top:50px;
	text-decoration:none;
	color:#446606;
}

#online-content-inner{
	margin-top:50px;
}

#seta-online{
	float:left;
	display:none;
}

#online-c-inner-category{
	margin-bottom:10px;
	font-weight:bold;
}

#online-c-content{
	margin-left: 20px;
	display:none;
}

/******************************************
	Paginação
******************************************/

.container{
	width: 260px;
	float: left;
	margin: 50px 10px 10px;
	padding: 20px;
	background-color: white;
}

.page_navigation , .alt_page_navigation{
	padding-bottom: 50px;
}

#files .alt_page_navigation a{
color:black !important;
}

.page_navigation a, .alt_page_navigation a{
	padding:3px 5px;
	margin:2px;
	text-decoration:none;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:black !important;
	text-decoration:none !important;
}
#files .alt_page_navigation .active_page{
	color:black !important;
	font-weight:bold;
}	

.content, .alt_content{
	color: black;
}

#files .content li,#files .alt_content li,#files .content > p{
	padding: 5px
}

#files ul{
	padding-left:0px;
}

#files li{
	margin:5px 0px;
}

#jQueryPage{
	margin-top:30px;
	text-align:center;
}

#jQueryPage a{
    display:inline;
   	color:#000;
    font-size: 10px;
    padding: 0 10px 0 10px;
}