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

div {
	margin: 0px;
	padding: 0px;
}
p{
	margin: 4px 0px;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	text-transform: none;
	color: #383838;
	margin: 20px 0px;
}
h2 {
	font-weight: normal;
	text-transform: none;
	margin: 18px 0px;
}
h3 {
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	color: #383838;
	margin: 16px 0px;
}

/* definições dos objectos */
#main_wrapper {
	width: 956px;
	margin-left: auto;
	margin-right: auto;
}

#login_block {
	width: 100%;
	display: block;
	border-bottom: 1px solid #0066CC;
	text-align: right;
	margin: 0px 10px 0px 0px;
	float: left;
}

#login_block ul {
	margin: 0px 6px 0px 0px;
	padding: 0px;
	list-style: none;
	float: right;
}

#login_block ul li {
	margin: 0px;
	padding: 4px 4px 4px 0px;;
	list-style: none;
	float: left;
}
#login_block ul li a,
#login_block ul li a:visited,
#login_block ul li a:link {
	text-decoration: none;
	display: block;
}
#login_block ul li a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#header_block {
	width: 100%;
	height: 129px;
	margin-bottom: 0px;
	clear: both;
}
#logo {
	width: 264px;
	height: 82px;
	float: left;
	margin: 24px 26px 23px 0px;
}
#banner {
	width: 666px;
	height: 129px;
	float: left;
	overflow: hidden;
}

#main_block {
	width: 100%;
	margin-bottom: 16px;
}

#menu_block {
	width: 100%;
	display: block;
	float: left;
	border-top: 1px solid #0066CC;
}

#content_block {
	padding: 10px 0px 0px 0px;
}

#left_block {
	width: 698px;
	margin: 0px 20px 10px 0px;
	float: left;
}

#news_block {
	width: 698px;
	border: 1px solid #66CF97;
	padding: 0px 0px 18px 0px;
}
.news_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.news_title .news_left {
	background:#66CF97 url(../../img/box_header_green.gif) repeat-x scroll 0 0;
	border-bottom:1px solid #66CF97;
	color: #009933;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 10px 4px;
	text-transform: none;
	width: 117px;
	height: 17px;
	margin: 0px 1px 0px 0px;
	float: left;
}

.news_title .news_right {
	background:#66CF97 url(../../img/box_header_green.gif) repeat-x scroll 0 0;
	border-bottom:1px solid #66CF97;
	color: #009933;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 10px 4px;
	text-transform: none;
	width: 540px;
	height: 17px;
	margin: 0px;
	float: left;
}

.news_program {
	margin: 16px 0px 0px 0px;
}
.news_program .news_left {
	width: 108px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 10px;
	float: left;
}

.news_program .news_right {
	width: 560px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.news_program .news_right ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.news_program .news_right li {
	list-style: none;
	background-color:#F0F0F0;
	color: #4D4D4D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant:normal;
	font-weight: normal;
	line-height: 16px;
	margin: 2px 4px;
	padding-left: 10px;
	text-transform: none;
}
.news_program .news_right li a.news_summary,
.news_program .news_right li a.news_summary:focus,
.news_program .news_right li a.news_summary:link {
	text-decoration: none;
	color: #4D4D4D;
}
.news_program .news_right li a.news_summary:hover {
	text-decoration: underline;
	color: #4D4D4D;
	cursor: pointer;
}

#content_wrapper {
	width: 658px;
	border: 1px solid #D9D9D9;
	padding: 0px 20px 18px 20px;
}

#content_wrapper_2 {
	width: 658px;
	padding: 0px 20px 18px 20px;
}

#content_wrapper_2 ul,
#content_wrapper ul {
	list-style: square;
}

#content_wrapper_2 ul li,
#content_wrapper ul li {
	list-style: square;
}

#content_wrapper_2 ul ol li,
#content_wrapper ul ol li {
	list-style: none;
}

#content_wrapper_2 .boxtop,
#content_wrapper .boxtop {
	display: block;
	line-height: 18px;
	padding: 12px 10px 0;
	width: 638px;
}
#content_wrapper_2 .boxbottom,
#content_wrapper .boxbottom {
	display: block;
	line-height: 18px;
	padding: 0px 20px;
	width: 618px;
}

#content_wrapper_2 .boxtop h1,
#content_wrapper .boxtop h1 {
	color: #383838;
	margin-bottom: 0.6em;
}

#content_wrapper_2 .boxbottom ul,
#content_wrapper_2 .boxbottom ol,
#content_wrapper .boxbottom ul,
#content_wrapper .boxbottom ol {
	margin-bottom: 18px;
}

#content_wrapper_2 .boxbottom ul li,
#content_wrapper .boxbottom ul li {
	margin-left: 10px;
}
#content_wrapper_2 .boxbottom ul.simple li,
#content_wrapper .boxbottom ul.simple li {
	list-style: none;
}
#content_wrapper_2 .boxbottom .footnote,
#content_wrapper .boxbottom .footnote {
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

/* definições dos objectos dos contactos */
#content_wrapper .boxbottom .boxcontacts {
}
#content_wrapper .boxbottom .boxcontacts .contacts_map {
	float: left;
	width: 360px;
}
#content_wrapper .boxbottom .boxcontacts .map {
	margin-left: 0px;
	background: #FFF url(../../img/map_contacts_bkg.png) 0 0 no-repeat;
	width: 300px;
	height: 300px;
	padding: 24px;
}
#content_wrapper .boxbottom .boxcontacts .contacts {
	float: left;
	width: 237px;
	padding: 0px 0px 0px 20px;
	border-left: 1px solid #E5E5E5;
}
/* definições dos objectos da agenda */
#content_wrapper_2 .boxbottom table.agenda {
	margin: 0px;
	padding: 0px;
}
#content_wrapper_2 .boxbottom td.agenda_item {
	border-bottom: 1px solid #E5E5E5;
	clear: both;
	margin: 0 -1px 1em;
	padding: 2px 10px;
}
#content_wrapper_2 .boxbottom td.agenda_last_item {
	clear: both;
	margin: 0 -1px;
	padding: 2px 10px;
}
#content_wrapper_2 .boxbottom td.agenda_item .agenda_title {
	font-weight: bold;
}

#content_wrapper_2 .boxbottom td.agenda_item .agenda_date,
#content_wrapper_2 .boxbottom td.agenda_last_item .agenda_date {
	text-align: right;
	color: #009933;
	vertical-align: top;
}

#content_wrapper_2 .boxbottom td.agenda_item .agenda_who,
#content_wrapper_2 .boxbottom td.agenda_last_item .agenda_who {
	color: #A9A9A9;
}

#content_wrapper_2 .boxbottom td.agenda_item .agenda_desc {
	clear: both;
	display: block;
}
#content_wrapper_2 .boxbottom ul.agenda,
#content_wrapper_2 .boxbottom ol.agenda,
#content_wrapper .boxbottom ul.agenda,
#content_wrapper .boxbottom ol.agenda {
	margin: 0px;
	padding: 0px;
}
#content_wrapper_2 .boxbottom ul li.agenda_item,
#content_wrapper .boxbottom ul li.agenda_item {
	border-bottom: 1px solid #E5E5E5;
	clear: both;
	margin: 0 -1px 1em;
	padding: 2px 10px;
	display: block;
	list-style: none;
}
#content_wrapper_2 .boxbottom ul li.agenda_last_item,
#content_wrapper .boxbottom ul li.agenda_last_item {
	clear: both;
	margin: 0 -1px;
	padding: 2px 10px;
	display: block;
	list-style: none;
}
#content_wrapper_2 .boxbottom ul li.agenda_item div,
#content_wrapper_2 .boxbottom ul li.agenda_last_item div,
#content_wrapper .boxbottom ul li.agenda_item div,
#content_wrapper .boxbottom ul li.agenda_last_item div {
	display: block;
	padding: 0px 0px 4px;
}
#content_wrapper_2 .boxbottom ul li.agenda_item .agenda_title,
#content_wrapper_2 .boxbottom ul li.agenda_last_item .agenda_title,
#content_wrapper .boxbottom ul li.agenda_item .agenda_title,
#content_wrapper .boxbottom ul li.agenda_last_item .agenda_title {
	font-weight: bold;
	float: left;
	width: 435px;
}
#content_wrapper_2 .boxbottom ul li.agenda_item .agenda_date,
#content_wrapper_2 .boxbottom ul li.agenda_last_item .agenda_date,
#content_wrapper .boxbottom ul li.agenda_item .agenda_date,
#content_wrapper .boxbottom ul li.agenda_last_item .agenda_date {
	float: right;
	width: 160px;
	text-align: right;
	color: #A9A9A9;
}
#content_wrapper_2 .boxbottom ul li.agenda_item .agenda_desc,
#content_wrapper_2 .boxbottom ul li.agenda_last_item .agenda_desc,
#content_wrapper .boxbottom ul li.agenda_item .agenda_desc,
#content_wrapper .boxbottom ul li.agenda_last_item .agenda_desc {
	clear: both;
	display: block;
}

/* vários */
#content_wrapper_2 hr,
#content_wrapper hr {
	border-bottom: 1px solid #E5E5E5;
	background: transparent none repeat scroll 0 0;
	border-color: -moz-use-text-color -moz-use-text-color #E5E5E5;
	border-style: none none solid;
	border-width: medium medium 1px;
	clear: both;
	color: #FFFFFF;
	margin: 0 -1px 1em;
	#margin: -8px -1px 1em;
	width: 100%;
}

#pub_block {
	margin: 16px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
}

#footer_block {
	width: 100%;
}

/* footer menus */
#footer_mainmenu_block {
	width: 100%;
	margin-bottom: 8px;
	float: left;
}
#footer_mainmenu_block ul {
	display: block;
}
#footer_mainmenu_block ul {
	display: table;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}
#footer_mainmenu_block ul {
	#display: inline-block;
}
#footer_mainmenu_block ul {
	#display: inline;
}
#footer_mainmenu_block li {
	list-style: none;
	display: table-cell;
	float: left;
	margin: 0px;
	padding: 0px;
}
#footermenu a {
	float: none;
}
#footer_mainmenu_block a {
	display: block;
	font-size: 9px;
	line-height: 12px;
	text-decoration:none;
	width: 0.1em;
	background-color: #FFF;
	color: #0066CC;
	outline: none;
	margin: 0px 0px 0px 9px;
}
#footer_mainmenu_block a {
	_display: inline;
}
#footer_mainmenu_block > ul a {
	width: auto;
}
#footer_mainmenu_block a:hover {
	text-decoration: underline;
}
#footer_mainmenu_block .menu_title {
	display: block;
	float: none;
	font-size: 9px;
	line-height: 12px;
	background-color: #FFF;
	color: #0066CC;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 0px 20px;
}
#footer_mainmenu_block .menu_title {
	_display: inline;
}

/* copyright */
#copyright {
	padding: 4px 0px;
	width: 956px;
	height: 14px;
	font-size: 9px;
	line-height: 14px;
	background-color: #0066CC;
	color: #FFF;
	text-align: center;
}
#copyright a {
	color: #FFF;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}


/* vários */
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	visibility: hidden;
	overflow: hidden;
}
.hidden {
	display: none;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	overflow: hidden;
}

