/**
**/

/*Definições gerais*/
html, body {
	color: #333333;
	font-family:  arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

.bgcolor_blue {
	background: #dadfe6 url(../images/main_bg.png)  repeat-x top;
}
.bgcolor_grey {
	background: #d0d0d0;
}
a, a:link,a:visited{
	color: #787878;
		text-decoration: none;
}
a:hover,a:active,a:focus{
	color: #aa0000;
}
img {
	border: 0px;
}

/*padding das listas de secções*/
p {

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
input:focus {
	border: none;
}
fieldset {
	border:0;
}
legend, select {
	color: #025176;
}
select {
}



.all {
	background: #fff;
	clear: both;
	margin: 0px auto 10px auto;
	padding: 0px;
	text-align: left;
	width: 980px;
}

/* 
/////////////////
/// Header
/////////////////
*/
.header {
	/*background: url(../images/header_bg.gif) bottom left no-repeat;*/
}

/* top */
.header .top {
	/*background: #101010 url(../images/top.gif) repeat-x;*/
	clear: both;
	height: 1px;
	padding: 2px 10px 2px 10px;
}
.header .top .breadcrumb {
	float: left;
	width: 842px;
}
.header .top .breadcrumb .pathway {
	color: #fff;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
.header .top .breadcrumb img {
	margin: 0px 0px 0px 3px;
	text-align: right;
}
.header .top .rss {
	float: left;
} 
.header .rss span {
	color: #fff;
	float: left;
	text-align: right;
}
.header .rss img {
	float: left;
	padding: 0px 2px 0px 2px;
}
.header .rss a {
	color: #fff;	
	text-decoration: none;
}

/* pictures */
.header .pic1 {
	background: url(../images/topo.png) no-repeat;
	clear: both;
	height: 80px;
	width: 980px;
}
.header .pic2 {
	background: url(../images/topo.png) no-repeat;
	clear: both;
	height: 80px;
	width: 980px;
}

/* menu */
.header .hmenu {
	background: url(../images/top_menu_bg.png) repeat-x;
	clear: both;
	height: 30px;
	padding: 0px 0px 0px 0px;
}
.header #mainlevel-nav, .header .mainlevel-nav {	
}
.header .hmenu ul {
	background: none;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 2px 10px 0px 10px;
	text-align: left;
}
.header .hmenu ul li {
	color: #fff;
	display: inline;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0px 20px 0px 0px;
	text-align: center;
}
.header .hmenu ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.header #active_menu-nav {
}

/* search box */
.header .searchbox {
	clear: both;
	height: 18px;
	text-align: right;
	padding: 0px 25px 0px 0px
}
.header .searchbox form {
	border: none;
	padding: 1px 0px 0px 0px;
}
.header form .inputbox {
	border: solid 0px #fff;
	margin: 0px;
	padding: 0px;
}
.header form fieldset {
}
.header form label {
}
.header form .button {
}

/* news */
.header .news {
	clear: both;
	height: 173px;
}
/* news - latest */
.header .latest {
	float: left;
	margin: 0px;
	padding: 24px 0px 0px 23px;
	text-align: left;
	width: 245px;
}
.header .latest .moduletable {
	float: left;
	margin: 0px;
	padding: 0px 20px 0px 11px;
	text-align: left;
	width: 409px;
}
.header .latest .moduletable h3 {
	color: #025176;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.header .latest ul {
	list-style-type: none;
	margin: 0px;
	padding: 15px 0px 0px 7px;
	text-align: left;
}
.header .latest ul li {
	display: block;
	background: url(../images/listing.gif) left no-repeat;
	text-align: left;
	padding: 0px 0px 0px 3px;
}
.header .latest ul li a {
	color: #025176;
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0px 0px 0px 5px;
	text-decoration: none;
}
/* news - newsflash */
.header .flash {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 14px;
	text-align: left;

	width: 400px;
}


/*top2 */
.header .flash2 {
	float: left;
	margin: 0px;
	padding: 0px 20px 0px 6px;
	text-align: left;
	width: 270px;

}

	
	


/* news - mostread */
.header .topread {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 33px;
	text-align: left;
	width: 228px;
}



/*
/////////////////
/// Content
/////////////////
*/
.whiteline {
	background: #fff;
	clear: both;
	height: 5px;
	width: 980px;
}

.content {
	clear: both;
}

/* main */
.main {	
	float: left;
	margin: 0px;
	padding: 0px 7px 0px 11px;
	width: 735px;
}
.main .blog {
}


/***Linha a separar os artigos***/
.main .article_separator {
   /**background: url(../images/underlinenews.gif) top no-repeat left;**/
   	background: #ffffff;
   display: block;
   height: 20px;
}


.main .componentheading {
	/*background: url(../images/underline.gif) bottom repeat-x;*/
	color: #aa0000;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 2px 0px;
	width: 100%;
}
.main .contentheading {
	color: #aa0000;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 2px 0px 2px 0px;
}
.main .contentpaneopen td {
	padding: 0px 10px 0px 0px;
}
.main .contentpaneopen td.buttonheading {
	margin: 0px;
	padding: 0px;
}
.main .buttonheading {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.main .buttonheading a{
	margin: 0px;
	padding: 0px;
}
.main .small, .main .modifydate, .main .createdate, .main .createdby {
	color: #9ba2aa;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}
.main .readon, .main a.readon {
	background: url(../images/arrow.gif) right no-repeat;
	color: #9ba2aa;
	float: right;
	font-size: 0.8em;
	margin:  5px 0px 10px 0px;
	padding: 0px 9px 0px 0px;
	text-align: right;
	text-decoration: none;
}
.main .readon:hover, .main a.readon:hover {
	/*background: url(../images/arrow2.gif) right no-repeat;*/
	color: #aa0000;
}
.main .article_column {
	padding: 0px 10px 0px 0px;
}

/*Mais artigos*/
.main .blog_more {
	background: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}
.main .blog_more ul li, .main .blog_more a {
	color: #aa0000;
	text-decoration: none;
}
/* pagination */
.main .pagination a,.main .pagination {

	font-size: 0.8em;
}
.main .pagination a,.main .pagination {
	color: #9ba2aa;

	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.main ul.pagination {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.main ul.pagination li {
	display: inline;
	padding: 2px 5px 0px 0px;
	text-align: left;
}
.main ul.pagination li a {
	padding: 2px 2px 0px 2px;
}
.pagenavbar a, .pagenavbar{
	color: #9ba2aa;
	text-decoration: none;
}
.pagenavbar a:hover {
	color: #025176;
}
.pagenavcounter {
	font-weight: bold;
	text-align: right;
	padding: 5px 0px 5px 0px;
}


/*
/////////////////
/// Content - right
/////////////////
*/

/* right side */
.rightside {
	float: right;
	margin: 0px;
	padding: 0px 17px 0px 0px;
	width: 206px;
}

/* modules */
.rightside .moduletable, .rightside .moduletable_text {

	color: #fff;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 30px 0px;
}
.rightside .moduletable h3, .rightside .moduletable_menu h3, .rightside .moduletable_text h3 {

	color: #025176;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 11px;
}
.rightside .moduletable #form-login {
	color: #fff;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}
.rightside #form-login input {
	border: none;
}
.rightside .moduletable #form-login a {
	color: #fff;
	text-decoration: none;
}
.rightside .moduletable #form-login-remember{
	padding: 5px 0px 5px 0px;
}
.rightside .moduletable_text .bannergroup_text {
	margin: 0px;
	padding: 0px 10px 0px 10px;
}
.rightside .moduletable_text .bannergroup_text a:hover {
	color: #fff;
	text-decoration: none;
}

/* modules - menu */
.rightside .moduletable_menu {

	color: #fff;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 30px 0px;
}
.rightside .moduletable_menu a, .rightside .moduletable a {
	color: #fff;
	text-decoration: none;
}
.rightside .moduletable_menu  ul, .rightside .moduletable ul {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 30px;
}
.rightside .moduletable_menu  ul li, .rightside .moduletable ul li {
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;	
}


/*
/////////////////
/// Footer
/////////////////
*/

.footer {

	clear: both;
	background: #dadfe6;
	color: #dadfe6;
	margin: 0px 0px 0px 0px;

	text-align: center;
	width: 980px;
}

.footer a {
	text-decoration: none;
}
