html,body {
	margin: 0;
    padding: 0;
}

img {
	border: 0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
em {
	font-style: italic;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border: 0;
}

a:link, a:visited {
  color: #1e6495;
  text-decoration: none;
}

a:hover {
  color: #3b92cf;
  text-decoration: underline;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #1C67A9;
}

h2, .pn-logo {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1a6376;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1a6376;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Start CSS */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	font-size: 12px;
}

#container {
	width: 960px;
	margin: 0 auto;
}

/* HEADER */

#container #header {
	float: left;
	width: 100%;
	height: 408px;
	position: relative;
}

#container #header #logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

#container #header #eurorregiao {
	position: absolute;
	top: 39px;
	right: 0;
	width: 716px;
	height: 84px;
}

#container #header #menu {
	position: absolute;
	top: 123px;
	right: 0;
	width: 717px;
	height: 44px;
	overflow: hidden;
	background-image: url('../images/bg-menu.png');
	background-position: left top;
	background-repeat: repeat-x;
}

#container #header #banner {
	position: absolute;
	top: 167px;
	left: 0;
	width: 960px;
	height: 241px;
/*	background-image: url('../images/banner.jpg');
	background-position: left top;
	background-repeat: no-repeat;
*/	z-index: 1;
}

#container #header #aaa {
	position: absolute;
	top: 167px;
	right: 0;
	width: 580px;
	height: 241px;
	background-image: url('../images/aaa.png');
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 2;
}

#container #header #top {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 700px;
	height: 30px;
	text-align: right;
}

#container #header #top .block2 {
	float: right;
	margin-left: 5px;
}

#container #header #top .block2 form div div {
	width: 146px;
	height: 20px;
	background-image: url('../images/bg-search.png');
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	margin-left: 5px;
}

#container #header #top .block2 input#q {
	position: absolute;
	width: 105px;
	top: 2px;
	left: 22px;
	background-color: transparent;
	border: 0;
	font-size: 9px;
}

#container #header #top .block2 a img {
	margin-top: 3px;	margin-left: 5px;

}

#container #header #top .block2 table {
	border-spacing: 0px !important;
}

#container #header #top .block2 table table {
	padding-top: 2px;
}

#container #header #top .block2 table td {
	padding: 0 !important;
}

#container #header #top .login {
	color: #939598;
	font-size: 9px;
	text-decoration: none;
	display: block;
	padding-top: 4px;
}

#container #header #top .login a:link,
#container #header #top .login a:visited {
	color: #939598;
}

#container #header #top .login a:hover
{
	text-decoration: underline;
}

/* SUBCONTAINER */
#container #subcontainer {
	float: left;
	width: 100%;
}


/* LEFT */
#container #subcontainer #left {
	float: left;
	width: 243px;
}

#container #subcontainer #left .blockleft {
	float: left;
	padding-bottom: 15px;
	margin-bottom: 15px;
	width: 90%;
	background-image: url('../images/bg-leftblock-bottom.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}

#container #subcontainer #left .block3 {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-image: url('../images/bg-newsletter.png');
	background-position: center top;
	background-repeat: no-repeat;
	font-size:  24px;
	text-align: center;
}

/* Antigo formato do bloco da Newsletter
#container #subcontainer #left .block3 center a img {
	display: none;
}

#container #subcontainer #left .block3 div {
	padding-left: 25px !important;
	padding-right: 25px !important;
	font-size: 13px;
	font-weight: bold;
	color: #58595b;
	position: relative;
}

#container #subcontainer #left .block3 h2 {
	font-size: 13px;
	font-weight: bold;
	color: #58595b;
	text-transform: capitalize;
}

#container #subcontainer #left .block3 div input {
	float: left;
	margin-top: 13px;
	width: 25px;
	height: 18px;
	position: absolute;
	top: 18px;
	left: 190px;
	background-image: url('../images/bg-newsletter-ok.png');
	background-position: center top;
	background-repeat: no-repeat;
	border: 0;
	font-size: 0px;
}

#container #subcontainer #left .block3 div input#emailonly {
	width: 155px;
	height: 15px;
	background-color: transparent;
	border: 0;
	top: 18px;
	left: 25px;
	font-size: 12px;
	background-image: url('');
}
*/

#container #subcontainer #left .block4 {
	float: left;
	width: 100%;
	padding-top: 25px;
	margin-bottom: 15px;
	background-image: url('../images/bg-leftblock-bottom.png');
	background-position: center top;
	background-repeat: no-repeat;
}

#container #subcontainer #left .block4 .title {
	float: left;
	width: 100%;
	height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #00aeef;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 3px;
}

#container #subcontainer #left .block4 .content {
	float: left;
	width: 100%;
	height: 160px;
}

#container #subcontainer #left li {
	float: none !important;
}



/* CENTER */
#container #subcontainer #center {
	float: left;
	width: 428px;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
}

#container #subcontainer #center .module {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#container #subcontainer #center .block5 {
	float: left;
	width: 100%;
	padding-bottom: 15px;
}

#container #subcontainer #center .block5 h1 {
	display: none;
}

#container #subcontainer #center .summary {
	float: left;
	width: 100%;
	height: 74px;
	border-top: 2px solid #b8d5ea;
	border-bottom: 2px solid #b8d5ea;
	margin-bottom: 20px;
	overflow: hidden;
}

#container #subcontainer #center .summary .image {
	float: left;
	width: 116px;
	height: 100%;
	font-size: 0;
	line-height: 0;
	color: #ffffff;
	padding-right: 15px;
	background-image: url(../images/euroaaa.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#container #subcontainer #center .summary .data {
	float: left;
	width: 297px;
	padding-top: 10px;
	line-height: 17px;
}

#container #subcontainer #center .summary .data .date {
	color: #00aeef;
	font-weight: bold;
}

#container #subcontainer #center .summary .data .category a {
	color: #000000;
}

#container #subcontainer #center .summary .data .category .catarrow a {
	color: #1c67a9;
	font-weight: bold;
}


#container #subcontainer #center .article {
	float: left;
	width: 100%;
	text-align: justify;
}

#container #subcontainer #center .article .notes {
	float: left;
	width: 100%;
	font-size: 0;
	margin-bottom: 20px;
}

#container #subcontainer #center .article .category {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #1c67aa;
	margin-bottom: 2px;
}

#container #subcontainer #center .article .date {
	float: left;
	width: 100%;
	color: #6ecef4;
	font-weight: bold;
	margin-bottom: 20px;
}

#container #subcontainer #center .article .print {
	display: none;
}

#container #subcontainer #center .article .fulltext {
	float: left;
	width: 100%;
}

#container #subcontainer #center .block6 {
	float: left;
	width: 100%;
}

#container #subcontainer #center #ContentExpress,
#container #subcontainer #center #ContentExpress td {
	text-align: justify;
}

#container #subcontainer #center #ContentExpress .lastupdate,
#container #subcontainer #center #ContentExpress .printsend {
	font-size: smaller;
	color: gray;
	text-align: right;
}


#container #subcontainer #center .downloads_list .download_item,
#container #subcontainer #center .links_list .link_item {
	margin-bottom: 4px;
}

#container #subcontainer #center .downloads_list .download_item .date,
#container #subcontainer #center .links_list .link_item .date {
	font-size: smaller;
	color: gray;
}

#container #subcontainer #center .downloads_list .download_item img,
#container #subcontainer #center .links_list .link_item img {
	vertical-align: bottom;
}

#container #subcontainer #center #CmodsDownload table table div  .pn-sub,
#container #subcontainer #center #CmodsWebLinks table table div  .pn-sub {
	display: none;
}

#container #subcontainer #center #CmodsDownload table table div font.pn-normal,
#container #subcontainer #center #CmodsDownload table table font.pn-normal {
	font-size: smaller;
	color: gray;
}
#container #subcontainer #center #CmodsDownload table table font.pn-normal a.pn-title {
	font-size:larger;
}
#container #subcontainer #center #CmodsDownload table table div a.pn-normal,
#container #subcontainer #center #CmodsDownload table table a.pn-normal {
	display: none;
}
#container #subcontainer #center #CmodsDownload table table div div a.pn-normal {
	display:inline;
}
#container #subcontainer #center #CmodsWebLinks table table div table a.pn-normal {
	display:inline;
}


/* RIGHT */
#container #subcontainer #right {
	float: left;
	width: 189px;
	padding-top: 30px;
}

#container #subcontainer #right .blockright {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
		font-size: 10px;
	color: #58595b;
}

#container #subcontainer #right .blockright .photoshare-random-block b {
	display: none;
}

#container #subcontainer #right .blockright table.counter {
	width: 50% !important;
}

#container #subcontainer #right .block7 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#container #subcontainer #right .block7 .title {
	float: left;
	width: 169px;
	color: #1C67A9;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 1px;
	background-color: #f4f2f3;
}

#container #subcontainer #right .block7 .content {
	float: left;
	width: 149px;
	padding: 20px;
	padding-top: 0;
	padding-bottom: 10px;
	background-color: #f4f2f3;
}

#container #subcontainer #right .block7 .content span {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 5px;
}

#container #subcontainer #right .block7 .content span a {
	color: #000000;
}

#container #subcontainer #right .block7 .content span font {
	color: #1C67A9;
	font-weight: bold;
}

#container #subcontainer #right .block7 .content strong {
	display: none;
}

#container #subcontainer #right .block8,
#container #subcontainer #right .block12 {
	float: left;
	width: 171px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	padding-left: 9px;
	padding-right: 9px;
	background-image: url('../images/bg-leftblock-bottom.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}

#container #subcontainer #right .block8 .title {
	float: left;
	width: 100%;
	height: 43px;
	background-image: url('../images/bg-block8-title2.png');
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #1c67a9;
	padding-top: 15px;
}

#container #subcontainer #right .block8 .content,
#container #subcontainer #right .block12 .content {
	float: left;
	width: 100%;
	padding-left: 1px;
	padding-right: 1px;
	font-size: 10px;
	color: #58595b;
}


.photoshare-heading {
	width: 200px;
	font-size: 14px;
}


/* FOOTER */

#container #footer {
	float: left;
	width: 960px;
	margin-top: 30px;
}

#container #footer .sponsors {
	float: left;
	width: 920px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid #6ecff6;
	white-space:nowrap;
}

#container #footer .sponsors img {
	margin-left: 25px;
	margin-right: 25px;
}

#container #footer .copyright {
	float: left;
	width: 920px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #939598;
	font-size: 9px;
	text-align: center;
}

#container #footer .copyright .copyrightbox {
	width: 710px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
}

#container #footer .copyright .text {
	float: left;
	text-transform: uppercase;
}

#container #footer .copyright .footermenu {
	float: left;
}

#container #footer .copyright .footermenu table {
	border-spacing: 0px !important;
}

#container #footer .copyright .footermenu table td {
	padding: 0 !important;
}
