
/* - base.css - */
@media screen {
/*
** Plone style sheet - Base Elements
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */


body {
    font: 65% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    background-color: White;
    color: Black;
    margin: 0;
    padding: 0;
}
table {
    font-size: 100%;
}
a {
    color: #006699;
    background-color: transparent;
}
img {
    border: none;
    vertical-align: middle;
}
p {
    margin: 0 0 0.75em 0;
    line-height: 1.5em;
}
p img {
    border: none;
    margin: 0;
}
hr {
    border: 0;
    height: 1px;
    color: #8cacbb;
    background-color: #8cacbb;
    margin: 0.5em 0 1em 0;
}
h1, h2, h3, h4, h5, h6 {

    color: Black;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin: 0 0 0.25em 0;
    border-bottom: 1px solid #8cacbb;

}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {

   /* color: Black ! important;
    text-decoration: none;*/
    color: #800000;
    text-decoration: underline;
}
h1 {
    font-size: 120%;
}
h2 {
    font-size: 100%;
}
h3 {
    font-size: 90%;
    border-bottom: none;
    font-weight: normal !important;
}
h4 {
    font-size: 90%;
    border-bottom: none;
    font-weight: normal;
}
h5 {
    font-size: 90%;
    border-bottom: none;
    font-weight: normal;
}
h6 {
    font-size: 85%;
    border-bottom: none;
    font-weight: normal;
}
ul {
    line-height: 1.5em;
    padding: 0;
}
ol {
    line-height: 1.5em;
    padding: 0;
}
li {
    margin-bottom: 0.5em;
}
dt {
    font-weight: normal;
}
dd {
    line-height: 1.5em;
    margin-bottom: 1em;
}
abbr, acronym, .explain {
    border-bottom: 1px dotted Black;
    color: Black;
    background-color: transparent;
    cursor: help;
}
abbr .explain {
    border-bottom: none;
}
q {
    font-family: Baskerville, Georgia, serif;
    font-style: italic;
    font-size: 120%;
}
blockquote {
    padding-left: 0.5em;
    margin-left: 0;
    border-left: 4px solid #8cacbb;
    color: #76797c;
}
code, tt {
    font-family: Monaco, "Courier New", Courier, monospace;
    font-size: 120%;
    color: Black;
    background-color: #006699;
    padding: 0 0.1em;
}
pre {
    font-family: Monaco, "Courier New", Courier, monospace;
    font-size: 100%;
    padding: 1em;
    border: 1px solid #8cacbb;
    color: Black;
    background-color: #006699;
    overflow: auto;
}
ins {
    color: green;
    text-decoration: none;
}
del {
    color: red;
    text-decoration: line-through;
}

/*  */

}



/* - public.css - */
@media screen {
/*
** Plone style sheet - Public-facing Elements
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */

/* Accessibility elements, applied by JS */
body.largeText { font-size: 95%; }
body.smallText { font-size: 60%; }

/* Padding for the columns */

#portal-column-one .visualPadding {
    padding: 2em 0em 1em 2em;
}
#portal-column-two .visualPadding {
    padding: 2em 2em 1em 0em;
}

/* Content area */
h1, h2 {
    border-bottom: 1px solid #8cacbb;
    font-weight: normal;
}
/* Compensate for the inline editing hover, since we have a 1px border */
body.kssActive h2.inlineEditable:hover,
body.kssActive h1.inlineEditable:hover {
    padding-bottom: 1px;
}


h3, h4, h5, h6 {
    border-bottom: none;
    font-weight: bold;
}

.documentFirstHeading {
    margin-top: 0;
}

.documentContent {
    font-size: 110%;
    padding: 1em 1em 2em 1em !important;
    background: White;
}
.documentContent ul {
    list-style-image: url(http://www.gpeari.gov.pt/bullet.gif);
    list-style-type: square;
    margin: 0.5em 0 0 1.5em;
}
.documentContent ol {
    margin: 0.5em 0 0 2.5em;
}

/* Links with differently colored link underlines - only for content */
.documentContent p a {
    text-decoration: none;
    border-bottom: 1px #ccc solid;
}
.documentContent p a:visited {
    color: Purple;
    background-color: transparent;
}
.documentContent p a:active {
    color: #006699;
    background-color: transparent;
}
#content a:target {
    background-color: #fd7 !important;
}
.documentContent li a {
    text-decoration: none;
    border-bottom: 1px #cccccc solid;
}
.documentContent li a:visited {
    color: Purple;
}
.documentContent li a:active {
    color: #006699;
}
.documentContent dd a {
    text-decoration: none;
    border-bottom: 1px #cccccc solid;
}
.documentContent dd a:visited {
    color: Purple;
    background-color: transparent;
}
.documentContent dd a:active {
    color: #006699;
    background-color: transparent;
}
/* End links */

/* End edit form elements */

#visual-portal-wrapper {
    margin: 0;
    padding: 0;
}

/* Logo properties */
#portal-logo img {
    border: 0;
    padding: 0;
    margin: 1em 0em 1em 2em;
}

/* The skin switcher at the top, only shows up if you have multiple skins available */
#portal-skinswitcher {
}
#portal-skinswitcher a {
    display: block;
    float: left;
}
#portal-top {
    /* Top section */
    margin: 0;
    padding: 0;
    background-color: transparent;
}

/* Site-wide action menu - font size, contact, index, sitemap etc */
#portal-siteactions {
    background-color: transparent;
    white-space: nowrap;
    list-style-image: none;
    list-style-type: none;
    margin: 1px 0 0 0;
    height: auto;
    line-height: normal;
    float: right;
    padding: 3px 2em 3px 0;
}
#portal-siteactions li {
    display: inline;
}
#portal-siteactions li a {
    background-color: transparent;
    border: 1px solid White;
    color: #76797c;
    height: auto;
    padding: 0.2em;
    margin-right: 0.2em;
    text-decoration: none;
    text-transform: none;
}
#portal-siteactions li.selected a {
    background-color: #006699;
    color: Black;
    border: 1px solid #8cacbb;
}
#portal-siteactions li a:hover {
    background-color: #006699;
    color: Black;
    border: 1px solid #8cacbb;
}

/* Searchbox style and positioning */

#portal-searchbox {
    float: right;
    clear: right;
    background-color: transparent;
    margin: 1.5em 0 0 0;
    padding: 0 2em 0 0;
    text-align: right;
    text-transform: none;
    white-space: nowrap;
    z-index: 2;
}
#portal-advanced-search {
    margin-top: 0.2em;
    clear: both;
}
#portal-advanced-search a {
    color: #76797c;
    text-decoration: none;
    text-transform: none;
}

/* Search results elements */

dl.searchResults dt {
    font-size: 140%;
    font-weight: normal;
}

form.searchPage {
    text-align: center;
}

input.searchPage {
    font-size: 200% !important;
}

form.searchPage input.searchButton {
    background-position:5px 7px;
    padding:1px 10px 1px 25px;
}

/* LiveSearch styles */
.LSRes {
    font-family:  "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    color: Black;
    background-color: White;
    vertical-align: middle;
    display:block;
    list-style-image: none;
    list-style-type: none;
    text-align: left;
    min-width: 16.5em;
    text-transform: none;
    margin-left: 0;
    line-height: 1.1em;
}
#LSHighlight,
.LSHighlight {
    background-color: #006699;
    border: 1px solid #8cacbb;
    color: Black;
}
.LSRow {
    border: 1px solid White;
    white-space: normal;
    padding:0;
    margin: 0;
    list-style-image: none;
    list-style-type: none;
}
.LSRow a {
    text-decoration: none;
    font-weight:bold;
    white-space:nowrap
}
.LSDescr {
    color: #76797c;
    text-transform: none;
    padding-left:2.1em;
    margin-top:-0.1em;
}
.LSResult {
    position: relative;
    display: block;
    text-align: right;
    padding-top: 5px;
    margin: 0;
    left: 3px;
    z-index: 3;
}
.LSShadow {
    position: relative;
    text-align: right;
}
.livesearchContainer {
    background-color: White;
    margin-top: 0;
    padding: 0 !important;
    position: absolute;
    right: 0px;
    /* Currently exposes a rendering bug in Mozilla */
    top: 0;
    white-space: normal;
    font-family:  "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    text-align: left;
    color: Black;
    border: 1px solid #8cacbb;
    width: 30em;
    text-transform: none;
}
* html .livesearchContainer {
    padding: 1px !important;
    padding-top: 0 !important;
    background-color: #8cacbb;
    border: 0;
}
#livesearchLegend {
    line-height: 1em;
    margin-top: -2em;
    margin-left: -0.1em;
    border: 1px solid #8cacbb;
    border-bottom: 0;
}
* html #livesearchLegend {
    margin-top: -1.9em;
    margin-left: -8px;
    position: relative;
}

/* Workaround for Internet Explorer's broken z-index implementation */
.LSIEFix {
    background-color: White;
    padding: 0.5em !important;
    z-index: 20;
}
.LSBox {
    clear: left;
    float: left;
    text-align: right;
    padding-right: 1px;
    display:block;
}
#LSNothingFound {
    text-align: center;
    padding: 2px;
}
.LSBox label {
    font-weight: normal;
}

/* The global section tabs. */
#portal-globalnav {
    background-color: transparent;
    padding: 0em 0em 0em 2em;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    height: auto;
    line-height: normal;
}
#portal-globalnav li {
    display: inline;
}
#portal-globalnav li a {
    /* The normal, unselected tabs. They are all links */
    background-color: transparent;
    border-color: #8cacbb;
    border-width: 1px;
    border-style: solid solid none solid;
    color: Black;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 1.25em;
    text-decoration: none;
    text-transform: none;
}
#portal-globalnav li.selected a {
    /* The selected tab. There's only one of this */
    background-color: #006699;
    border: 1px solid #8cacbb;
    border-bottom: #006699 1px solid;
    color: Black;
}
#portal-globalnav li a:hover {
    background-color: #006699;
    border-color: #8cacbb;
    border-bottom-color: #006699;
    color: Black;
}
#portal-personaltools {
    /* Bar with personalized menu (user preferences, favorites etc) */
    background-color: #006699;
    border-top-color: #8cacbb;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #8cacbb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    line-height: 1.6em;
    color: Black;
    padding: 0em 3em 0em 3em;
    margin: 0;
    text-align: right;
    text-transform: none;
    list-style: none;
}
#portal-personaltools .portalUser {
    background: transparent url(http://www.gpeari.gov.pt/user.gif) center left no-repeat;
    padding-left: 18px;
}
#portal-personaltools .portalNotLoggedIn {
    /* Used on all descriptions relevant to those not logged in */
    color: Black;
    padding: 0;
    background: transparent;
    background-image: none;
}
#portal-personaltools li {
    color: Black;
    margin-left: 1em;
    display: inline;
}
#portal-personaltools li a {
    text-decoration: none;
    color: Black;
}
#portal-personaltools .visualIconPadding {
    padding-left: 10px;
}
.visualCaseSensitive {
    text-transform: none;
}
#portal-languageselector {
    margin: 0 1em 0 1em;
    float:right;
}
#portal-languageselector li {
    display: inline;
}
#portal-breadcrumbs {
    /* The path bar, including breadcrumbs and add to favorites */
    border-bottom-color: #8cacbb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-left: 2em;
    padding-right: 2em;
    text-transform: none;
    line-height: 1.6em;
}
#portal-breadcrumbs a {
    text-decoration: none;
}
.breadcrumbSeparator {
    font-size: 120%;
}
.addFavorite {
    vertical-align: bottom;
}
.documentEditable {
    padding: 0em 1em 1em 1em !important;
    margin: 0 -1em;
}
#content-news h1 {
    margin-bottom: 1em;
}

/* Only h5/h6 headlines in the content area should have the discreet color */
#content h5,
#content h6 {
    color: #76797c;
}
.newsItem {
    margin-bottom: 1em;
    border-bottom: 1px solid #8cacbb;
}
.newsImage {
    border: 1px solid #ccc;
}
.newsImageContainer {
    float:right;
    margin: 0 0 0.5em 1em;
    width: 202px;
}
.newsContent {
    padding: 0 1em 1em 1em;
}
.newsContent ul,
.newsContent li {
    display: block;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
.newsAbout {
    display: block;
    color: #76797c;
    font-size: 85%;
    padding: 0;
    margin-top: 0;
    list-style: none;
    list-style-image: none;
    float: right;
    text-align: right;
}
.newsAbout li {
    display: inline;
}
.newsFooter {

}
.newsFooter li {
    display: inline;
    margin: 0 1em 0 0;
}
.documentActions {
    margin: 1em 0;
    padding: 0;
    text-align: right;
    border-top: 1px solid #8cacbb;
}
.documentActions ul {
    margin: 0;
    padding: 0 0.5em;
    display: block;
    margin-top: -0.9em;
    list-style-type: none;
    list-style-image: none;
}
.documentActions li {
    display: inline;
    font-size: 85%;
    margin: 0 0.5em;
    padding: 0 0.25em;
    background-color: White;
}
.documentActions a {
    border: none !important;
    text-decoration: none;
}

/* Status messages */

dl.portalMessage {
    font-size: 85%;
}
dl.portalMessage a {
    color: black;
    border: none;
    text-decoration: underline;
}
dl.portalMessage dt {
    background-color: #996; 
    border: 1px solid #996;
    font-weight: bold;
    float: left;
    margin: 0 0.5em 0 0;
    padding: 0.5em 0.75em;
    color: White;
    line-height: 1.25em;
}
dl.portalMessage dd {
    background-color: #ffffe3;
    border: 1px solid #996;
    padding: 0.5em 0.5em; 
    margin: 0;
    line-height: 1.25em;
}
dl.warning dt {
    background-color: #d80; 
    border: 1px solid #d80;
}
dl.error dt {
    background-color: #d00; 
    border-color: #d00;
}
dl.warning dd {
    background-color: #fd7; 
    border-color: #d80;
}
dl.error dd {
    background-color: #fd7; 
    border-color: #d80;
}

.documentDescription {
    /* The summary text describing the document */
    font-weight: bold;
    display: block;
    margin: 0em 0em 0.5em 0em;
    line-height: 1.5em;
}
.documentByLine {
    font-size: 85%;
    font-weight: normal;
    color: #76797c;
    margin-bottom: 0.5em;
}
dl.searchResults span.documentByLine {
    display: block;
}
#category ul {
    list-style-image: none;
    list-style-type: none;
    display: inline;
    margin: 0;
}
#category ul li {
    display: inline;
}
.discussion {
    margin-top: 1em;
}
.even {
    background-color: #eef3f5;
}
.odd {
    background-color: transparent;
}
.visualHighlight {
    background-color: #ffc;
}
.discreet {
    color: #76797c;
    font-size: 85%;
    font-weight: normal;
}
.pullquote {
    padding: 0 1em 0 1em;
    margin: 0 0 1em 1em;
    font-weight: bold;
    color: #CC9933;
    float: right;
    width: 35%;
    clear: right;
    background-color: White;
    border-left: 4px solid #8cacbb;
}
.callout {
    font-weight: bold;
    color: #CC9933;
    padding: 0px 1em;
}

.notify,
.documentEditable * .notify {
    border: 1px solid #ffa500;
}
.card {
    background-color: #006699;
    border-color: #8cacbb;
    border-width: 1px;
    border-style: solid;
    float: left;
    margin: 1em;
    text-align: center;
    width: 110px;
    padding: 1em 0;
}
.card a {
    text-decoration: none;
}
.portrait {
    background-color: #006699;
    border-color: #8cacbb;
    border-width: 1px;
    border-style: solid;
    font-size: 85%;
    margin: 0.5em;
    padding: 1em 0 0.5em 0;
    text-align: center;
    width: 100px;
}
.portraitPhoto {
    border: 1px solid black;
}

/* The table used for listings - horizontal and vertical variants */
table.listing,
.stx table {
    /* The default table for document listings. Contains name, document types, modification times etc in a file-browser-like fashion */
    border-collapse: collapse;
    border-left: 1px solid #8cacbb;
    border-bottom: 1px solid #8cacbb;
    font-size: 85%;
    margin: 1em 0em 1em 0em;
}
table.listing th,
.stx table th {
    background: #006699;
    border-top: 1px solid #8cacbb;
    border-bottom: 1px solid #8cacbb;
    border-right: 1px solid #8cacbb;
    font-weight: normal;
    padding: 0.25em 0.5em;
    text-transform: none;
}
table.listing .top {
    border-left: 1px solid White;
    border-top: 1px solid White ! important;
    border-right: 1px solid White ! important;
    text-align: right ! important;
    padding: 0em 0em 1em 0em;
}
table.listing .listingCheckbox {
    text-align: center;
}
table.listing td,
.stx table td {
    border-right: 1px solid #8cacbb;
    padding: 0.25em 0.5em;
}
table.listing a {
    text-decoration: none;
}
table.listing a:hover {
    text-decoration: underline;
}
table.listing img {
    vertical-align: middle;
}
table.listing td a label,
.stx table td a label {
    cursor: pointer;
}

/* Vertical addition class */
table.vertical {
    background-color: White;	
}
table.vertical th {
    padding: 0.5em;
}
table.vertical td {
    border-top: 1px solid #8cacbb;
    padding: 0.5em;
}

/* grid addition class */

table.grid td {
    border: 1px solid #8cacbb;
    padding: 0.5em;
}

/* plain table class with light gray borders */

table.plain,
table.plain td,
table.plain th {
    border: 1px solid #ccc;
    padding: 0.5em;
    border-collapse: collapse;
}

/* Batch selector */
.listingBar {
    background-color: #006699;
    border-color: #8cacbb;
    border-style: solid;
    border-width: 1px;
    padding: 0em 1em;
    text-align: center;
    text-transform: none;
    vertical-align: top;
    margin: 1em 0em;
    font-size: 94%;
    clear: both;
}
.listingBar span.previous,
.listingPrevious {
    text-align: left;
    float: left;
    margin-right: 1em;
}
.listingBar span.next,
.listingNext {
    text-align: right;
    float: right;
    margin-left: 1em;
}
.listingBar img {
    vertical-align: middle;
}
.listingBar a {
    text-decoration: none;
}
.tileItem {
    border-top: 1px solid #8cacbb;
    padding-top: 0.5em;
    margin-top: 0.5em;
}
.tileHeadline {
    border: none;
    font-size: 110%;
    font-weight: bold;
}
.tileHeadline a {
    text-decoration: none;
}
.tileBody {
    margin-bottom: 0.5em;
}
.tileImage {
    float: right;
    margin: 0 0 0.5em 0.5em;
    border: 1px solid black;
}
.eventDetails {
    float: right;
    width: 20em;
    clear: right;
}

/* Useful deviations from regular style on elements */

/* List classes without markers */
ul.visualNoMarker,
ol.visualNoMarker {
    list-style-type: none;
    list-style-image: none;
    margin: 0.5em 0 0 0;
    line-height: 1em;
}

ul.discreet {
    list-style-image: none;    
    list-style-type: disc;
}

textarea.proportional {
    font: 100% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
}
.productCredits {
    text-align: right;
    font-size: 85%;
    clear: both;
    font-weight: normal;
    color: #76797c;
}
#portal-footer {
    background-color: #006699;
    border-top: 1px solid #8cacbb;
    border-bottom: 1px solid #8cacbb;
    float: none;
    line-height: 1.2em;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 0em 1em 0em;
    text-align: center;
}
#portal-footer p {
    margin: 0.25em 0;
}
#portal-footer a {
    text-decoration: none;
    color: #006699;
    border: none;
}
#portal-footer a:visited {
    color: #006699;
}
#portal-footer a:hover {
    text-decoration: underline;
}
#portal-colophon {
    float: none;
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;
    text-align: center;
    color: #666;
}
#portal-colophon ul {
    list-style-image: none;
    list-style-type: none;
}
#portal-colophon ul li {
    display: inline !important;
    font-size: 85%;
    padding: 0 0.75em;
}
#portal-colophon ul li a {
    text-decoration: none;
    border-bottom: 1px #ccc solid;
    color: #666;
}

.feedButton {
    display: block; 
    float: right; 
    margin-top: 1px;
}
.poweredBy {
    display: block;
    clear: both;
    font-size: 85%;
    font-weight: normal;
    color: #76797c;
    text-align: right;
}

/* Sitemap styles */
#portal-sitemap {
    list-style: none;
    list-style-image: none;
    margin: 0;
    font-size: 90%;
    border: none;
}
#portal-sitemap a {
    border: 1px solid White;
}
#portal-sitemap a:hover {
    border: 1px solid #8cacbb;
}
#portal-sitemap .navTreeLevel1 {
    padding-left: 1em;
    border-left: 0.5em solid #8cacbb;
    margin: 0 0 0 0.5em;
}
#portal-sitemap .navTreeLevel2 {
    padding-left: 1em;
    border-left: 0.5em solid #006699;
    margin: 0 0 0 0.6em;
}

/* Album view classes */
.photoAlbumEntry {
    float: left;
    height: 185px;
    width: 143px;
    margin: 0em;
    padding: 0px 6px 0px 9px;
    text-align: center;
    background-image: url('http://www.gpeari.gov.pt/polaroid-single.png');
    background-repeat: no-repeat;
}
.photoAlbumEntry img {
    border: 1px solid #ccc;
    display: block;
    margin: 0 auto;
}
.photoAlbumEntryWrapper {
    /*display: block;*/
    height: 130px;
    width: 128px;
    margin-bottom: 7px;
}
.photoAlbumEntry a {
    display: block;
    text-decoration: none;
    font-size: 85%;
    height: 169px;
    width: 130px;
    margin: 16px auto 0px;
}
.photoAlbumFolder {
    background-image: url('http://www.gpeari.gov.pt/polaroid-multi.png');
    background-repeat: no-repeat;
}
.photoAlbumEntryTitle {
    color: #76797c;
    display: block;
    overflow: hidden;
    width: 128px;
    height: 3.6em;
}

/* Link types */
a.link-parent {
    display: block;
    background: transparent url(http://www.gpeari.gov.pt/arrowUp.gif) 4px 5px no-repeat;
    padding: 1px 0px 10px 16px;
    font-size: 85%;
    text-decoration: none;
}
#content .link-category {
    color: #74ae0b !important;
}
#content .link-user {
    background: transparent url(http://www.gpeari.gov.pt/user.gif) 0 1px no-repeat;
    padding: 1px 0px 1px 16px;
}
#content .link-comment {
    background: transparent url(http://www.gpeari.gov.pt/discussionitem_icon.gif) center left no-repeat;
    padding: 1px 0px 1px 16px !important; /* value:  */
}
#content .link-anchor {
    color: #76797c;
    text-decoration: none;
    font-weight: normal;
}
#content .link-presentation {
    font-size: 90%;
    text-align: center;
}

#content .link-wiki-add {
    color: red;
}

/* Handling external/internal links, we first set the icon on all links, then 
   remove it from the ones that are local - for both http and https */
#content a[href ^="http:"],
#content a.link-external {
    background: transparent url(http://www.gpeari.gov.pt/link_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}
#content a[href ^="https:"],
#content a.link-https {
    background: transparent url(http://www.gpeari.gov.pt/lock_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}
#content a[href ^="http://www.gpeari.gov.pt"] {
    background: none;
    padding: 0;
}


/* Protocol-specific links */
#content a[href ^="mailto:"],
#content a.link-mailto  {
    background: transparent url(http://www.gpeari.gov.pt/mail_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}
#content a[href ^="news:"],
#content a.link-news {
    background: transparent url(http://www.gpeari.gov.pt/topic_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}
#content a[href ^="ftp:"],
#content a.link-ftp {
    background: transparent url(http://www.gpeari.gov.pt/file_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}
#content a[href ^="irc:"],
#content a.link-irc {
    background: transparent url(http://www.gpeari.gov.pt/discussionitem_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}
#content a[href ^="callto:"],
#content a.link-callto {
    background: transparent url(http://www.gpeari.gov.pt/phone_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}
#content a[href ^="webcal:"],
#content a.link-webcal {
    background: transparent url(http://www.gpeari.gov.pt/event_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}
#content a[href ^="feed:"],
#content a.link-feed {
    background: transparent url(http://www.gpeari.gov.pt/rss.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 18px;
}

#content .link-plain {
    background-image: none !important;
    padding: 0 !important;
}

/* For ghosted elements */
.visualGhosted {
    opacity: 0.2;
}

/* Fullscreen */
body.fullscreen #portal-logo,
body.fullscreen #portal-siteactions {
    display: none;
}
body.fullscreen #portal-globalnav {
    margin-top: 4em;
}
body.fullscreen #portal-searchbox {
    margin: 0.5em 2em 0 0.5em;
    padding: 0;
    position: relative;
    z-index: 3;
}

/* Kupu image alignment classes */
.image-left {
   float: left;
   clear: both;
   margin: 0.5em 1em 0.5em 0;
   border: 1px solid Black;
}
.image-inline {
   float: none;
}
.image-right {
   float: right;
   clear: both;
   margin: 0.5em;
   border: 1px solid Black;
}
dd.image-caption {
   text-align:left;
   padding: 0; margin:0;
}
dl.captioned {
   padding: 10px;
}

/* Dashboard */
#dashboard-info-message {
    padding-top: 0.5em;
}

#dashboard {
    width: 68em;
}

#dashboard-portlets1,
#dashboard-portlets2,
#dashboard-portlets3
{
    float:left;
    width:16em;
    padding:0.7em 1.3em 0 0;
}

#dashboard-portlets4 {
    float:left;
    width:16em;
    padding-top:0.7em;
}

#dashboard-portlets1 a,
#dashboard-portlets2 a,
#dashboard-portlets3 a,
#dashboard-portlets4 a {
    border-bottom:medium none;
}

#dashboard-portlets1 dl.portlet,
#dashboard-portlets2 dl.portlet,
#dashboard-portlets3 dl.portlet,
#dashboard-portlets4 dl.portlet {
    margin-bottom:1.5em;
}

div.managedPortlet.portlet {
    border-bottom:none;
}
#dashboard select {
    width:100%;
}

.portletAssignments {
    margin-top:1.5em;
}

#dashboard-portlets1 div.managedPortlet a,
#dashboard-portlets2 div.managedPortlet a,
#dashboard-portlets3 div.managedPortlet a,
#dashboard-portlets4 div.managedPortlet a {
    text-decoration: none;
    color: Black;
    border-bottom:1px solid Black;
}

#dashboard-portlets1 div.managedPortlet span a,
#dashboard-portlets2 div.managedPortlet span a,
#dashboard-portlets3 div.managedPortlet span a,
#dashboard-portlets4 div.managedPortlet span a{
    border-bottom:none;
}

#dashboard-actions {
    float:right;
}

#dashboard-actions ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;    
    margin-top:0;
}

#dashboard-actions ul li {
    display:inline;
    padding-left:0.7em;
}

#dashboard-actions ul li.portalUser {
    background:transparent url(http://www.gpeari.gov.pt/user.gif) no-repeat scroll left center;
    padding-left:18px;
}

/* manage portlets */

.section div {
    padding-top:0.5em;
    padding-bottom:0.5em;
}

/*  */

}



/* - columns.css - */
@media screen {
/*
** Table-based column layout for all browsers.
**
** There's a table-less column layout alternative in the plone_tableless
** skin layer, if you prefer layouts without tables.
*/

/*  */

#portal-columns {
    width: 100% !important;
    border-collapse: collapse;
    border-spacing: 0;
}
#portal-column-one {
    vertical-align: top;
    width: 16em;
    border-collapse: collapse;
    padding: 0;
}
#portal-column-content {
    vertical-align: top;
    border-collapse: collapse;
    padding: 1em 1em 0 1em;
    margin: 0em 0em 2em 0em;
}
#portal-column-two {
    vertical-align: top;
    width: 20em;
    border-collapse: collapse;
    padding: 0;    
}

/* fullscreen */
body.fullscreen #portal-column-one,
body.fullscreen #portal-column-two {
    display: none;
}
body.fullscreen #portal-column-content { 
    width: 100%; 
    margin: 0; 
    padding: 0; 
}

/*  */

}



/* - authoring.css - */
@media screen {
/*
** Plone style sheet - Authoring Elements
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */

/* Editable border */

.contentViews {
    background-color: transparent;
    padding-left: 1em;
    line-height: normal;
    margin: 0;
    list-style: none;
    border: 1px solid #cccccc;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}
.contentViews li {
    display: inline;
    padding-top: 0.5em;
}
.contentViews li a {
    background-color: transparent;
    border: 1px solid #cccccc;
    border-style: solid;
    color: Black;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 1em;
    line-height: normal;
    text-decoration: none;
    text-transform: none;
    z-index: 1;
}
.contentViews .selected a {
    background-color: #a4c6d7;
    border-bottom: #a4c6d7 1px solid;
    color: Black;
}
.contentViews li a:hover {
    background-color: #a4c6d7;
    color: Black;
}
.configlet .contentViews {
    font-size: 90%;
}

/*
** begin ECMAScript Content Action Menus
*/
.contentActions {
    background-color: #a4c6d7;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    color: Black;
    text-align: right;
    text-transform: none;
    padding: 0 0 0 1em;
    z-index: 2;
    position:relative;
    height: 1.6em;
}
.contentActions ul,
.contentActions li {
    margin: 0;
    list-style: none;
    list-style-image: none;
    color: Black;
    text-align: left;
    line-height: 1.6em;
}
.contentActions li {
    float: right;
    z-index: 4;
    border-left: 1px solid #cccccc;
}
.contentActions a {
    text-decoration: none;
    color: Black;
    padding: 0 0.5em;
    cursor: pointer;
}
.contentActions span.subMenuTitle {
    padding: 0em 0.5em;
    position: relative;
    white-space: nowrap;
    display: inline;
}
.contentActions a span.subMenuTitle {
    padding: 0px;
    display: inline;
}
.actionMenu {
    /*  The spec says we can't put this on an element with a float (although
        Opera is the only one that cares) and we need it in order to catch
        the position:absolute bubbling up */

    position: relative;
    margin: 0;
    padding: 0;
}
.actionMenu .actionMenuHeader {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
.actionMenu.activated .actionMenuHeader {
    position: relative;
    z-index: 10;
}
.actionMenu .actionMenuHeader a {
    display: block;
}
.arrowDownAlternative {
    font-size: 0.85em;
}
.actionMenu .actionMenuContent {
    display: none;
    z-index: 5;
    position: absolute;
    top: 1.6em;
    right: -1px;
    height: auto;
    padding: 0;
    margin: 0;
}
.actionMenu.activated .actionMenuContent {
    display: block !important;
}
.actionMenu.activated .actionMenuContent {
    /* this one will be ignored by IE, it is here to fix the cut-off error in
       Firefox */
    display: table !important;
    border-collapse: collapse;
    border-spacing: 0;
}
.actionMenu.deactivated .actionMenuContent {
    display: none !important;
}
.actionMenu .actionMenuContent ul {
    display: block;
    background: #a4c6d7;
    border: 1px #cccccc;
    border-style: none solid solid solid;
    margin: -2px 0 0 0;
    padding: 0;
}
.actionMenu .actionMenuContent li {
    float: none;
    background-color: transparent;
    display: inline;
    padding: 0;
    margin: 0;
    border: 0;
}
.actionMenu .actionMenuContent li a {
    display: block;
    white-space: nowrap;
    margin: 0.2em 0;
}
.actionMenu .actionMenuContent .selected {
    display: block;
    white-space: nowrap;
    padding: 0 0.5em;
    margin: 0.2em 0;
}
.actionMenu .actionMenuContent li a:hover {
    background-color: #cccccc;
    color: White;
}
.actionMenu .actionMenuContent .actionSeparator a {
    padding-top: 0.2em;
    border-top: 1px solid #cccccc;
}
#templateMenu li a {
    padding-left: 16px;
}
/*
** end ECMAScript Content Action Menus
*/

ul.configlets {
    margin: 1em 0;
    list-style-image: none;
    list-style: none;
}
ul.configlets li {
    margin-bottom: 1em;
}
ul.configlets li a {
    text-decoration: none;
    border: none;
}
ul.configlets li a:visited {
    color: #006699;
    background-color: transparent;
}
ul.configlets li a:active {
    color: #006699;
    background-color: transparent;
}
ul.configlets li label {
    font-weight: bold;
}
ul.configletDetails {
    margin: 0em 1em 1em 4em;
    list-style-image: none;
    list-style: none;
}
ul.configletDetails li {
    margin-bottom: 1em;
    display: inline;
}
ul.configletDetails li a {
	text-decoration: none;
}
ul.configletDetails li label {
    font-weight: bold;
}

/* Additional STX workaround classes */
.stx table p {
    margin: 0;
    padding: 0;
}
.stx table {
    border: 1px solid #8cacbb ! important;
}
.stx table td {
    border-bottom: 1px solid #8cacbb;
}

.reviewHistory {
    display: inline;
    font-size: 110% !important; 
    color: Black;
}
.comment {
    background: #eef3f5; 
    border: 1px solid #8cacbb; 
    padding: 0.25em 1em 0.5em 1em;
    margin-bottom: 1em;
}
.comment h1,
.comment h2,
.comment h3,
.comment h4, 
.comment h5,
.comment h6 {
    border-bottom: 1px solid #76797c;
    font-weight: normal;
}
.comment h3 a {
    background-image: url(http://www.gpeari.gov.pt/discussionitem_icon.gif);
    background-repeat: no-repeat;
    padding-left: 18px;
    margin-left: -1px;
    margin-bottom: 1px;
    min-height: 1.6em;
    height: auto;
    line-height: 1.6em;	
}
.commentBody {
    margin: 0 1em 1em 1em;
}
.spacer {
    margin: 1em;
}

/* Collapsible elements */
dl.collapsible {
    border: 1px solid #8cacbb !important;
    margin: 1em 0 0 0;
    padding: 0;
}
dl.collapsible dt.collapsibleHeader {
    display: block;
    float: left;
    background: White;
    line-height: 1.2em;
    vertical-align: middle;
    font-size: 90%;
    position: relative;
    top: -0.6em;
    width: auto;
    margin: 0 0 -0.6em 1em;
    padding: 0 0.5em;
}
dl.collapsible dd.collapsibleContent {
    margin: 0;
    padding: 0 1em;
    clear: left;
}

/* for IE the following isn't needed, that's why the css2 selector is used */
dl.collapsible dd.collapsibleContent > dl {
    margin: 0;
    padding: 0;
}

dl.expandedInlineCollapsible dt.collapsibleHeader,
dl.expandedBlockCollapsible dt.collapsibleHeader {
    padding: 0 6px 0 22px;
    background: White url(treeExpanded.gif) no-repeat 6px 50%;
    cursor: pointer;
}

dl.collapsedBlockCollapsible {
    border: none !important;
    height: 1em;
    width: auto;
}
dl.collapsedBlockCollapsible dt.collapsibleHeader {
    float: none;
    position: static;
    margin: 0;
    padding: 0 0 0 22px;
    line-height: 1em;
    background: transparent url(treeCollapsed.gif) no-repeat 6px 50%;
    cursor: pointer;
}
dl.collapsedInlineCollapsible dd.collapsibleContent,
dl.collapsedBlockCollapsible dd.collapsibleContent {
    display: none;
}
dl.collapsedInlineCollapsible {
    border: none !important;
    height: 1em;
    width: auto;
    display: inline;
}
dl.collapsedInlineCollapsible dt.collapsibleHeader {
    position: static;
    float: none;
    margin: 0;
    padding: 0 0 0 22px;
    line-height: 1em;
    background: transparent url(treeCollapsed.gif) no-repeat 6px 50%;
    cursor: pointer;
    display: inline;
}

.configlet .documentEditable {
    padding: 0em !important;
}
.documentEditable .documentContent {
    border: 1px solid #cccccc;
    padding: 0;
}
.label {
    font-weight: bold;
    display: inline;
    padding-right: 0.5em;
}
.optionsToggle {
    border: 1px solid #8cacbb;
    color: Black;
    background-color: #006699;
    font-weight: normal !important;
    font-size: 85%;
}
/* Used on all descriptions relevant to those not logged in */
.portalNotLoggedIn {} 

#portal-column-content fieldset > * input:focus,
#portal-column-content fieldset > * textarea:focus {
    border-color: #ffa500;
    border-width: 1px;
}

/* for highlighting of search terms */
.highlightedSearchTerm {
   background-color: #ffa;
}

dl.searchResults .highlightedSearchTerm {
    background-color: transparent;
    font-weight: bold;
}
/* for greying out inherited roles */
.noInheritedRoles {
    color: #a0a0a0;
}
/* for highlighting current items, like the language or today in the calendar */
.currentItem {
    border-collapse: collapse;
    border: 2px solid #ffa500;
    padding: 1px;
}
/* for draggable elements */
tr.dragging td {
    background-color: #ff6;
}
.draggingHook {
    cursor: move;
}
.notDraggable {
}

.managePortletsLink {
    display:  block;
    color: #76797c;
    font-size: 85%;
    font-weight: normal;
}
ul.formTabs {
    position: relative;
    display: block;
    margin: 0 0 -2em 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
li.formTab {
    display: inline;
    margin: 0;
    padding: 0;
}
li.formTab a {
    /* this isn't supported by all browsers, so we keep it in a separate rule */
    display: inline-block;
}
li.formTab a {
    border-top: 1px solid #8cacbb;
    border-bottom: 1px solid #8cacbb;
    border-left: 1px dotted #8cacbb;
    background: White;
    margin: 0;
    padding: 0.125em 0.75em;
    text-decoration: none;
}
li.firstFormTab a {
    border-left: 1px solid #8cacbb;
}
li.lastFormTab a {
    border-right: 1px solid #8cacbb;
}
li.formTab a.selected {
    background: #006699;
}
li.formTab a:hover {
    background: #006699;
}
li.formTab a.notify {
    background-color: #ffce7b;
    color: Black;
}
li.formTab a.required span {
    background-image: url(http://www.gpeari.gov.pt/required.gif);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 8px;
}
li.formTab a.notify:hover {
    background-color: #ffa500;
}
.formPanel {
    padding: 1em 1em 1em 1em; 
    border: 1px solid #8cacbb;
}
.formPanel.hidden {
    display: none;
}
div.formControls input.hidden {
    display: none;
}

/*  */

}



/* - portlets.css - */
@media screen {
/*
** Plone style sheet - Portlets
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */

/* Fallback for edit screen if both columns are hidden */
.managePortletsFallback {
    margin: 0 0 0 1em;
}

/* Main portlet elements */
.portlet {
    margin: 1px 0 1em 0;
    border-bottom: 1px solid #8cacbb;
    background-color: White;
}
.portlet a {
    text-decoration: none;
}
.portlet a.tile {
    display: block;
}

/* XXX: The two below rules should really be in the rule above, but that makes the items grow/shrink on :hover (navtree) - need to investigate how to make it not do that. ~limi, Dec 2005 */
.portletItem a,
.portletFooter a {
    border-bottom: none;
}

.portletItem a:visited,
.portletFooter a:visited {
    color: #006699;
}
.portletHeader {
    background-color: #006699;
    border: 1px solid #8cacbb;
    padding: 0em 1em;
    text-transform: none;
    font-weight: normal;
    line-height: 1.6em;
}
.portletHeader a {
    color: Black;
}
.portletItem {
    margin: 0;
    padding: 1em;
    border-left: 1px solid #8cacbb;
    border-right: 1px solid #8cacbb;
}
.portletItem ol {
    margin: 0 0 0 1em;
}
.portletItemDetails {
    text-align: right;
    display: block;
    color: Black;
}
.portletFooter {
    background-color: #eef3f5;
    margin: 0;
    padding: 0.25em 1em;
    border: 1px solid #8cacbb;
    border-style: dotted solid none solid;
    text-align: right;
}

/* Elements that enable layout with rounded corners */
.portletTopLeft {}
.portletTopRight {}
.portletBottomLeft {}
.portletBottomRight {}

/*
** Calendar elements - used in the calendar rendering
*/
.dayPopup {
    background-color: #ffffe1;
    border: 1px solid Black;
    padding: 0.2em;
    position: absolute;
    visibility: hidden;
    width: 12em;
    z-index: 2;
}
.date {
    font-weight: bold;
}
.portletCalendar {
    width: 100%;
    margin: 1px 0 1em 0;
    width: 100%;
}
.portletCalendar dt {
    background-color: #006699;
    font-weight: normal;
    text-align: center;
    line-height: 1.6em;
    border-bottom: none;
}
.portletCalendar dd {
    margin: 0;
    padding: 0;
}
.portletCalendar a {
    text-decoration: none;
}
.portletCalendar a:hover {
    text-decoration: none;
}
.ploneCalendar {
    border-collapse: collapse;
    border-spacing:0;
    width: 100%;
}
.ploneCalendar td {
    background-color: transparent;
    width: 14%;
    text-align: center;
    padding: 2px;
}
.ploneCalendar .weekdays th {
    background-color: #006699;
    border: 1px solid #8cacbb;
    border-style: solid none;
    text-align: center;
    padding: 2px;
    font-weight: normal;
}
.ploneCalendar .event {
    background-color: #006699;
    font-weight: bold;
}
.ploneCalendar .todayevent {
    background-color: #006699;
    border: 2px solid #ffa500;
    font-weight: bold;
}
.ploneCalendar .todaynoevent {
    border-collapse: collapse;
    border: 2px solid #ffa500;
}

.managePortletsLink {
    text-align: center;
}

div.portlets-manager div.section {
    padding-top: 1em !important;
}

div.managedPortlet {
    padding-top:0.5em;
    padding-bottom:0.5em;
}

.managedPortlet .portletHeader {
    min-height: 3em !important;
}

.managedPortlet a {
    text-decoration: underline;
}

.managedPortletActions {
    display:block;
    float:right;
}

.managedPortletActions a {
    text-decoration: none;
}

.managedPortletActions a.up,
.managedPortletActions a.down {
    color:blue !important;
}

.managedPortletActions a.delete {
    color:red !important;
}

/* Table of Contents styling - essentially a portlet with smaller fonts and aligned right + limited in width */
.toc {
    float: right;
    width: 30%;
    font-size: 90%;
    margin: 0 0 0.5em 0.5em;
}




/*  */

}



/* - controlpanel.css - */
@media screen {
/*
** Table-based column layout for all browsers.
**
** There's a table-less column layout alternative in the plone_tableless
** skin layer, if you prefer layouts without tables.
*/

/*  */

.inlineDisplay {
    display:inline
}

table.controlpanel-listing {
    width:100%;
}

table.controlpanel-listing td, table.controlpanel-listing th {
    font-size:120%;
}

table.controlpanel-listing dl {
    margin-top:0;
}

table.controlpanel-listing dd {
    margin-left: 1em;
}

table.controlpanel-listing dl dt a .trigger{
    font-weight:normal;
}

table .controlpanel-listing td {
    vertical-align:top;
}

table.controlpanel-listing td.checker{
    text-align:center;
}       

table.controlpanel-listing th.smallcolumn {
    width:1.5em;
}

.chooser-right {
    float:right;
    margin-right:0 !important;
    margin-bottom:0 !important;
}

.rule-element {
    background-color:#EEF3F5;
    margin:0.5em 0pt 0.5em;
    padding:0.3em 1em 0.3em 1em;
    width:auto;
}
.rule-element dl {
    
}
.rule-element dl dd {
    margin-left:1em;
}

.rule-updown, .rule-operations {
    float:right;
    padding-top:0.8em;
}

/*  */

}



/* - print.css - */
@media print {
/*
** Plone Print style sheet for CSS2-capable browsers.
** Copyright Plone Foundation, et al
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will 
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade. 
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

body {
    font-family: Lucida Grande, Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 69% !important;
    background-color: white !important;
}
#footer_print{
    display: block !important;
}

.back_footer_print{
    display: block;
    text-align: center;
}
h1, h2, h3, h4, h5, h6 {
    border: none;
    font-family: Baskerville, Georgia, Garamond, Times, serif;
}
div, p, ul, dl, ol {
    width: auto;
}
ul, ol, dl {
    padding-right: 0.5em;	
}
ul { 
    list-style-type: square;
}
.documentDescription {
    font-weight: bold;
}
pre {
    border: 1pt dotted black;
    white-space: pre;
    font-size: 8pt;
    overflow: auto;
    padding: 1em 0;
}
table.listing,
table.listing td {
    border: 1pt solid black;
    border-collapse: collapse;
}
a {
    color: Black !important;
    padding: 0 !important;
    text-decoration: none !important;
}
a:link, a:visited {
    color: #520;
    background: transparent;
}

/* Page break class for use when printing */
div.pageBreak {
    page-break-before: always;
}

/* Uncomment these to get link addresses inserted along with the link text
   when you print.
#content a:link:after, 
#content a:visited:after {
   content: " [" attr(href) "] ";
}
*/

/* Hide all the elements that are irrelevant for printing */
div.top,
#portal-logo,
#portal-siteactions,
#portal-pathbar,
.hiddenStructure,
#portal-searchbox,
#portal-globalnav,
#portal-personaltools,
#portal-breadcrumbs,
#portal-column-one,
#portal-column-two,
.contentViews,
.contentActions,
.help,
.legend,
.portalMessage,
.documentActions,
.documentByLine,
.netscape4,
#portal-footer,
#portal-colophon,
.skipnav,
.reviewHistory,
.visualNoPrint {
    display: none;
}

}



/* - deprecated.css - */
@media screen {
/* Deprecated CSS elements - do not depend on these, they will disappear in
   the next version of Plone. They are here for backwards compatibility only. */

/*  (do not remove this :) */
/*  (not this either :) */

/* .system-message and #error-handling are reST error indicators */
div.portalMessage,
p.portalMessage,
.system-message,
#error-handling {
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    color: Black;
    font-size: 85%;
    margin: 1em 0em;
    padding: 0.5em 1em 0.5em 3em;
    vertical-align: middle;
    background-image: url(http://www.gpeari.gov.pt/info_icon.gif);
    background-repeat: no-repeat;
    background-position: 5px 50%;
}


/*  */

}



/* - navtree.css - */
@media screen {
/*
** Plone style sheet - Invisible and accessibility-related elements.
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */


/* New navtree styles */

.portletNavigationTree {
    padding: 0; 
    list-style: none !important;
    list-style-image: none !important; 
    line-height: 1em;
}
.navTree {
    list-style: none; 
    list-style-image: none; 
    margin-top: 1px;
}
.navTree li {
    margin-bottom: 1px;
}
.navTreeItem {
    display: block;
    padding: 0;
    margin: 0;
}
.navTreeItem a,
dd.portletItem .navTreeItem a {
    border: 1px solid White;
    display: block;
    text-decoration: none;
    padding-top: 0.2em;
    padding-bottom: 0.25em;
}
.navTreeItem a:hover,
dd.portletItem .navTreeItem a:hover {
    background-color: #006699;
    color: Black;
    border: 1px solid #8cacbb;
}
.navTreeCurrentItem {
    background-color: #006699;
    color: Black;
    border: 1px solid #8cacbb !important;
}
li.navTreeCurrentItem {
    display: block;
    padding: 0 0 0 1px;
    margin: 0 0 2px -1px;
}
li.navTreeCurrentItem a,
li.navTreeCurrentItem a:hover {
    display: block;
    border: 1px solid #006699;
    min-height: 1.6em;
    line-height: 1.6em;
    height: auto;
}

/* Another workaround for broken Internet Explorer */
* html li.navTreeCurrentItem a,
* html li.navTreeCurrentItem a:hover {
    height: 1.6em;
}

.navTreeLevel0 { margin: 0; }
.navTreeLevel1 { margin-left: 1em;}
.navTreeLevel2 { margin-left: 0.75em; }
.navTreeLevel3 { margin-left: 0.75em; }
.navTreeLevel4 { margin-left: 0.75em; }
.navTreeLevel5 { margin-left: 0.75em; }

/*  */

}



/* - invisibles.css - */
@media screen {
/*
** Plone style sheet - Invisible and accessibility-related elements.
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */


/* This is going to be used later, but I haven't enabled it for now, since it 
   has some side effects. Stashing it here for now, though. :) 
   ~limi
/* First, we remove some common browser stylings to make sure we have a neutral starting point */
/* { margin: 0; padding: 0; } /* No elements should have implicit margin/padding */
/* :link,:visited { text-decoration:none } /* no underline by default on links */
/* ul,ol { list-style:none } /* when we want markers on lists, we will be explicit about it */
/* h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }  /* Browsers are inconsistent here, reset */
/* a img,:link img,:visited img { border:none } /* Linked images should not have borders */


/* List classes without markers */
ul.visualNoMarker,
ol.visualNoMarker {
    list-style-type: none;
    list-style-image: none;
    margin: 0.5em 0 0 0;
}

.visualOverflow {
    overflow: auto;
    margin: 0 0 1em 0;
}
.visualOverflow pre,
.visualOverflow table,
.visualOverflow img {
    margin: 0;
}

/* Accessibility and visual enhancement elements */
.hiddenStructure {
    display: block;
    background: transparent;
    background-image: none; /* safari bug */
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
}
.contentViews .hiddenStructure,
.contentActions .hiddenStructure {
    position: absolute;
    top: -200px;
    left: -200px;
}
.hiddenLabel {
    display: block;
    background: transparent;
    background-image: none; /* safari bug */
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
}

/* Helper element to work with CSS floats */
.visualClear {
    display: block;
    clear: both;
}

/* Hiding helper elements for old browsers */
.netscape4 {
    display: none;
}

/*  */
}



/* - forms.css - */
@media screen {
/*
** Plone style sheet - Form Elements
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */

textarea {
    font: 100% Monaco, "Courier New", Courier, monospace;
    border: 1px solid #ddd;
    border-color:#666 #ddd #ddd #666;
    color: Black;
    background: White url(http://www.gpeari.gov.pt/input_background.gif) repeat-x;
    width: 100%;
}
input {
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    border: 1px solid #ddd;
    border-color:#666 #ddd #ddd #666;
    color: Black;
    vertical-align: middle;
    background: White url(http://www.gpeari.gov.pt/input_background.gif) repeat-x;
}

/* Code to work around IE's lacking support of sub-elements of the input element */
.noborder,
.documentEditable * .noborder {
    border: none;
    margin: 0;
    background: none;
    background-color: transparent;
}

input[type=checkbox] {
    border: none;
    margin: 0;
    background: none;
    background-color: transparent;
}


#searchGadget {
    border: 1px solid #8cacbb;
}

button {
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    border: 1px solid #8cacbb;
    color: Black;
    vertical-align: middle;
    background-color: #006699;
    padding: 1px;
    cursor: pointer;
    font-size: 85%;
    text-transform: none;    
}
select {
    vertical-align: top;
}
form {
    border: none;
    margin: 0;
}
fieldset {
    border: 1px solid #8cacbb;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
    line-height: 1.5em;
    width: auto;
}
legend {
    background: White;
    padding: 0.5em;
    font-size: 90%;
}
label {
    font-weight: bold;
}
optgroup {
  font-style: normal;
  font-weight: bold;
  color: #999;
  padding-left: 0.25em;
}
option {
  color: black;
}
optgroup > option {
  padding: 0 0.25em 0 1em;
}

dl.enableFormTabbing dd {
    margin-left: 0;
    padding-top: 2em;
}

#login-form {
    max-width: 30em; 
    margin: 0 auto;
}
#login-form .field {
    clear: none;
}
#login-form input {
    font-size: 150%;
}
#login-form input.context {
    padding: 1px 10px 1px 20px;
    background-position: 9px 5px;
    margin-bottom: 1em;
}

#forgotten-password {
    float: right; 
    width: 35%; 
    margin: 0 1em;
}

.standalone,
.documentEditable * .standalone {
    background: #006699 url(http://www.gpeari.gov.pt/linkOpaque.gif) 9px 1px no-repeat;
    color: Black;
    cursor: pointer;
    font-size: 85%;
    padding: 1px 1px 1px 15px;
    text-transform: none;
    border: 1px solid #8cacbb;
}
.context,
.formControls .actionButtons .button,
.documentEditable * .context {
    background: transparent url(http://www.gpeari.gov.pt/linkTransparent.gif) 9px 1px no-repeat;
    color: Black;
    cursor: pointer;
    font-size: 85%;
    padding: 1px 1px 1px 15px;
    text-transform: none;
    border: 1px solid #8cacbb;
}
.destructive,
.documentEditable * .destructive {
    background: #ffce7b url(http://www.gpeari.gov.pt/linkTransparent.gif) 9px 1px no-repeat;
    border: 1px solid #ffa500;
    color: Black;
    cursor: pointer;
    font-size: 85%;
    padding: 1px 1px 1px 15px;
    text-transform: none;
    border: 1px solid #8cacbb;
}
input.searchButton {
    margin-bottom: 1px ! important;
    color: Black;
    font-size: 85%;
    background: White url(http://www.gpeari.gov.pt/search_icon.gif) 2px 1px no-repeat;
    cursor: pointer;
    padding: 1px 1px 1px 19px;
    text-transform: none;
    border: 1px solid #8cacbb;
}
.searchSection {
    color: #76797c;
    margin-top: 0.25em;
}
.searchSection label:hover {
    color: Black;
}

/* The edit form elements */
.field {
    top: 0;
    left: 0;
    margin: 0 1em 1em 0;
    clear: both;
}
.field .field {
    margin: 0;
}
.fieldRequired {
    background: url(http://www.gpeari.gov.pt/required.gif) center left no-repeat;
    padding: 0 0 0 8px;
    color: White;
}
.fieldUploadFile {
    text-align: right; 
    margin-right: 0.75em;
    display: none;
}
.fieldTextFormat {
    text-align: right;
    margin-right: 0.75em
}
.formHelp {
    font-size: 90%;
    color: #76797c;
    margin: 0 0 0.2em 0;
}
.formHelp:hover {
    color: Black;
    cursor: default;
}
div.error {
    /* Class for error indication in forms */
    background-color: #fdc; 
    border: 1px solid #d00;
    padding: 0.5em;
    margin: 0 0 1em 0;
    width: 95%;
}
.error .fieldRequired {
   color: #d00;
}


/* Styles to make the editing widgets look more like their view counterparts */
#archetypes-fieldname-title input, input#form\.title {
    font-size: 160%;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-weight: normal;
    width: 99%;
}
#archetypes-fieldname-description textarea, textarea#form\.description {
    font: 100% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-weight: bold;
}
input.inputLabelActive {
  color: #76797c;
}

textarea#form\.description {
    height: 6em;
    width: 99%;
}

tr.selected { 
    background-color: #ffa;
}

.kupu-save-message {
  color: white;
  font-weight: bold;
  background-color: red;
  padding: 0.3em;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}

/*  */

}



/* - ploneKss.css - */
@media screen {
#kss-spinner {
    display:none;
    width: 20px;
    height: 20px;
    position: fixed;
    background-position: center center;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
}

.inlineEditable {
    padding: 1px;
    display: block;
}

body.kssActive .inlineEditable:hover {
    padding: 0;
    border: 1px solid #ddd;
    border-color: #666 #ddd #ddd #666;
    cursor: text;
    background: White url(input_background.gif) repeat-x;
}

body.kssActive .inlineEditable a:hover {
    cursor: pointer;
}



.inlineForm .formHelp,
.inlineForm .fieldRequired,
.inlineForm label {
    display: none;
}

.inlineForm #archetypes-fieldname-title input,
.inlineForm #archetypes-fieldname-title {
    font-size: 100%;
}

/* Workaround for abnormally large buttons in the h1 tag */
h1 div.formControls input {
    font-size: 55% !important;
}
}



/* - ploneCustom.css - */
@media all {
#portal-siteactions
{
        background-color:#fff;   
        padding: 0px;
        margin:auto;
        margin-right:100;
        width:680px;
	font-size:120%;
	color:#8B0000;
	text-align:right;
}


#portal-siteactions li
{
        background-color:#fff;
	border-right: 1px solid #000 !important;
	margin:auto;
	margin-left:5px;
	padding:0;
	color:#8B0000;
}

#portal-siteactions li a 
{
	border: 0;
	height: auto;
	padding: 0;
	margin:0;
	text-decoration: none;
	color:#8B0000 !important;
	font-weight:bold;
	background-color: transparent;
}

#portal-siteactions li a:hover 
{
	border: 0;
	height: auto;
	padding: 0;
	margin:0;
	text-decoration: none;
	color:#e60000 !important;
	font-weight:bold;
	background-color: #006699;
}

#portal-top
{
	width: 100%; 
        background-image:url(images/ba8_dta.gif); 

	background-repeat:no-repeat; 
	background-position:right top;
}

#portal-logo img{
        margin: 8px;
}


#portal-searchbox
{
        display:none;

}

#portal-personaltools
{
        background-color:#ffffff;
        border:0;
}

/********************************************************************/

#portal-breadcrumbs
{
	font-size:90%;
	border:0;
	padding:0;
	padding-left:5px;
	margin:0;
	text-transform:none;
	background-color:#ffffff;
	color:#66666;
}
#portal-breadcrumbs a 
{
	text-decoration: none;
	color:#666666;
}

.breadcrumbSeparator 
{
	font-size: 120%;
}


/********************************************************************/
.portletItem, .portletItem .odd
{
	border-left:1px dashed #404040;
	border-right:1px dashed #404040;
	border-bottom:0;
}



#portal-footer 
{
        background-color: #eee;
        border:0;
        margin: 0;
        padding: 0;
        border-top:1px dashed #ccc;
}

#footer_print{
        display:none;
}
.back_footer_print{
        display:none;
}

/*****************************************Portlets****************************************/


#portal-column-one .portletHeader
{
	background-color:#A9A9A9;
	color:#FFFFFF;
	font-size:100%;
	font-weight:bold;
	border:0;
	padding:2px;
	padding-left:10px;
	background-image:url(images/ba_portlet_esq.gif); 
	background-repeat:no-repeat; 
	background-position:top right;
}

#portal-column-one .portletHeader a
{
	color:#A9A9A9;
}

#portal-column-two .portletHeader
{
background-color: #A9A9A9;
{

}
#portal-column-two .portletHeader a
{
color:#ffffff;
}

#curriculos_portlet .portletHeader, #concursos_portlet .portletHeader, #portlet-html .portletHeader{
	
      
background-color:#fff;
	color:#404040;
	font-size:90%;
        font-color:ffffff;
	font-weight:bold;
	border:0;
	padding:2px;
	padding-left:10px;
	background-image:url(images/ba_portlet.gif); 
	background-repeat:no-repeat; 
	background-position:top right;
}


#curriculos_portlet .portletFooter, #concursos_portlet .portletFooter, #portlet-html .portletFooter{
        display:none;
}
#moedaeuro-html .portletHeader{
	background-color:#fff;
	color:#404040;
	font-size:90%;
	font-weight:bold;
	border:0;
	padding:2px;
	padding-left:10px;
	background-image:url(images/ba_portlet.gif); 
	background-repeat:no-repeat; 
	background-position:top right;
}


#moedaeuro-html .portletFooter{
        display:none;
}

.portletNews .portletHeader{
	background-color:#fff;
	color:#404040;
	font-size:90%;
	font-weight:bold;
	border:0;
	padding:2px;
	padding-left:10px;
	background-image:url(images/ba_portlet.gif); 
	background-repeat:no-repeat; 
	background-position:top right;
}

.section-noticias .portletItem a
{
        text-decoration:none !important;
        border:0 !important;
}

.portletEvents .portletHeader{
	background-color:#ffffff;
	color:#404040;
	font-size:90%;
	font-weight:bold;
	border:0;
	padding:2px;
	padding-left:10px;
	background-image:url(images/ba_portlet.gif); 
	background-repeat:no-repeat; 
	background-position:top right;
}

#portal-column-two .portletCalendar .portletHeader
{
	background-color:#404040;
        color:#404040;
}

.portletCalendar dt{ 
background-color:white;
}


.portletCalendar th{
	color:black;        
	background:#ccc !important; <!-- nao retirar este important-->
}

.ploneCalendar a
{
	color:#404040;
}

.ploneCalendar .weekdays td
{
	color:#000;
	background-color:#ccc;
}

.ploneCalendar .weekdays td
{
	color:#000;
}

.event a
{
	color:#fff;
}

/*detalhe do evento*/
.vevent th
{
	color:#ffffff;
}

.ploneCalendar .event
{
	background-color:#006699;
}

.contentViews .selected a
{
	color:#404040 !important;
}

.contentViews a:hover
{
	color:#ffffff !important;
}


/*****************************************Menu Lateral**************************************************************/
#menu_lateral
{
	text-align:right;

}


#menu_lateral ul{
	display:inline;
}

#menu_lateral ul li
{
	display:inline;
	text-align:right;
	border-right:1px solid #003366;
	padding-right:5px;
	padding-left:5px;
}

#menu_lateral ul li a 
{
	color:#003366;
        /*color:#ffffff;*/
        /*onmouseover: #ffffff;*/
}


/*****************************************Espaçamento entre ficheiros **************************************************************/
.content_list dd
{
	font-size:90%;
	margin-top:0;
	padding-top:0;
}


/*****************************************classes para destaques de texto **************************************************************/

.nota
{
	color:#990000;
	font-style:italic;
}

/*****************************************Formatação para Título de Página**************************************************************/
h1
{
	color:#000080;
	font-size:100%
}
h2
{
	color:#000080;
}

h3 a
{
	color: #006699;

}

h3 a:visited
{
	color: #006699;

}

/*****************************************Formatação para Descrição de Página**************************************************************/
.documentDescription
{
	color:#808080;
	font-weight:normal;
        text-align:justify;
}

.documentByLine
{
	color:#000080;
}

/*****************************************Formatação para Títulos de Pasta e Página e Imagem na Árvore**************************************************************/

.content_list .contenttype-folder a,
.content_list .contenttype-document a,
.content_list .contenttype-image a
{
	color:#404040;
}


/*****************************************Formatação para Descrição de Página e Pasta**************************************************************/
.description
{
	color:#2F4F4F;
}


/*****************************************Formatação para Tabela da Página inicial**************************************************************/



.entrada
{
	border: 1pt inset; 
}

.tabela_entrada td
{
	padding: 0cm; 
	border: #ece9d8 1pt outset; 
	background: #8B0000; 
	color: #FFFFFF; 
	text-align:center;
	vertical-align:top;
	width: 100px; 
}

.tabela_entrada td a,
.tabela_entrada td a:hover, 
.tabela_entrada td a:visited
{
	background: #dddddd;
        color: #708090; 
        display:block;
        text-align:left;
	width: 270px; 
        margin:0;
        padding:2px;
        padding-top:0px;
        text-decoration:none;
}

.tabela_entrada td a img 
{
        margin:0;
        padding:0;
        border:0;
}

.link-external
{
       padding-top: 0;
       padding-bottom: 0;
       margin-top: 0;
       margin-bottom: 0;
       background-position:top left;
       border: 0;
}

.link-new-window
{
	target:_blank;
}

.center
{
      text-align:center;
}


/*************************************Portlet_Pesquisa*******************************/
.portletSearch
{
    border:0;
    padding: 0;
    background-color:#ffffff;

}
/*.portletSearch .LSBox
{
    border:0;
    padding: 0;
    margin: 0;
    background-color:#ffffff;
}*/
.portletSearch .portletHeader, .portletSearch .portletFooter
{
   border:0;
   display:none;
}

.portletSearch .portletItem
{
    border:0;
}


/********************************************************************/

/***************************FÓRUM*****************************************/

.standalone
{
    color:#fff;
}

.listing th
{
    color:#fff;
    font-size:100% !important;
}

.listingBar a
{
    color:#fff !important;
    font-size:100% !important;
}

.listing
{
    width:95%;
}

#curriculos .listing td
{
    font-size:80% !important;
    background-color:#eee;
}

.boardCommentHeaderTitleBlock, .boardCommentHeaderTitleBlock a
{
    color:#fff;
    font-size:100% !important;
}


/********************************************************************************/

.eventDetails
{
margin:5px;
margin-right:0px;

}


/****************CV*******************************/

.listing th
{
color:#fff !important;
}

.download_reader
{
	background-color:#eeeeee;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:center;
	color:#666666;
	width:90%;
	margin-left:50px;
	margin-top:160px;

}

.download_reader a
{
	background-image:#none !important;
}

#curriculo
{
       margin:50px:
}

#curriculo .download
{
       margin:50px;
       padding:10px;
       background-color:#eee;
       border:1px solid #ccc;
}

#curriculo th
{
       background-color:#eee;
       text-align:left;
}

#curriculo td
{
       border-bottom:1px solid #ccc;
       padding:5px;
}


/*********************************************/

/***************ARQUIVO DA NEWSLETTTER******************************/


#newsletter-no-01-2009-edicao-de-julho-agosto a.link-plain,
#newsletter-no-02-2009-edicao-de-setembro-outubro a.link-plain,
#newsletter-no-03-2009-edicao-de-novembro-dezembro a.link-plain,
#newsletter-no-04-2010-edicao-de-janeiro-fevereiro a.link-plain,
#newsletter-no-05-2010-edicao-de-marco-abril a.link-plain,
#newsletter-no-06-2010-edicao-de-maio-junho a.link-plain,
#newsletter-no-07-2010 a.link-plain,
#newsletter-no-08-2010 a.link-plain,
#newsletter-no-09-2011 a.link-plain,
#newsletter-no-10-2011 a.link-plain,
#newsletter-no-11-2011 a.link-plain
{
        display:block !important;
        text-decoration:none;
        padding-top:80px !important;      
        padding-bottom:120px !important;      
        border-bottom: 1px solid #ccc;
        margin-right:50px;
}

#newsletter-no-01-2009-edicao-de-julho-agosto a.link-plain
{
        background:url(http://www.gpeari.min-financas.pt/gpeari-imagens/newsletter-img/arq-nl1) right top no-repeat !important; 
}

#newsletter-no-02-2009-edicao-de-setembro-outubro a.link-plain
{
        background:url(http://www.gpeari.min-financas.pt/gpeari-imagens/newsletter-img/arq-nl2) right top no-repeat !important; 
}

#newsletter-no-03-2009-edicao-de-novembro-dezembro a.link-plain
{
        background:url(http://www.gpeari.min-financas.pt/gpeari-imagens/newsletter-img/arq-nl3) right top no-repeat !important; 
}

#newsletter-no-04-2010-edicao-de-janeiro-fevereiro a.link-plain
{
        background:url(http://www.gpeari.min-financas.pt/gpeari-imagens/newsletter-img/arq-nl4) right top no-repeat !important; 
}

#newsletter-no-05-2010-edicao-de-marco-abril a.link-plain
{
        background:url(http://www.gpeari.min-financas.pt/gpeari-imagens/newsletter-img/arq-nl5) right top no-repeat !important; 
}

#newsletter-no-06-2010-edicao-de-maio-junho a.link-plain
{
        background:url(http://www.gpeari.min-financas.pt/gpeari-imagens/newsletter-img/arq-nl6) right top no-repeat !important; 
}

#newsletter-no-07-2010 a.link-plain
{
        background:url(http://www.gpeari.min-financas.pt/gpeari-imagens/newsletter-img/arq-nl7) right top no-repeat !important; 
}
#newsletter-no-08-2010 a.link-plain
{
        background:url(http://www.gpeari.min-financas.pt/gpeari-imagens/newsletter-img/arq-nl8) right top no-repeat !important; 
}
#newsletter-no-09-2011 a.link-plain
{
        background:url(http://www.gpeari.min-financas.pt/gpeari-imagens/newsletter-img/arq-nl9) right top no-repeat !important; 
}
#newsletter-no-10-2011 a.link-plain
{
        background:url(http://www.gpeari.min-financas.pt/gpeari-imagens/newsletter-img/arq-nl10) right top no-repeat !important; 
}
#newsletter-no-11-2011 a.link-plain
{
        background:url(http://www.gpeari.min-financas.pt/gpeari-imagens/newsletter-img/arq-nl11) right top no-repeat !important; 
}

#newsletter-no-01-2009-edicao-de-julho-agosto img,
#newsletter-no-02-2009-edicao-de-setembro-outubro img,
#newsletter-no-03-2009-edicao-de-novembro-dezembro img,
#newsletter-no-04-2010-edicao-de-janeiro-fevereiro img,
#newsletter-no-05-2010-edicao-de-marco-abril img,
#newsletter-no-06-2010-edicao-de-maio-junho img,
#newsletter-no-07-2010 img,
#newsletter-no-08-2010 img,
#newsletter-no-09-2011 img,
#newsletter-no-10-2011 img,
#newsletter-no-11-2011 img
{
        display:none;
}
/*******************************************************************************/

.template-fg_base_view_p3 #portal-top,
.template-fg_base_view_p3 #portal-column-one,
.template-fg_base_view_p3 #portal-column-two,
.template-fg_base_view_p3 #portal-footer,
.template-fg_base_view_p3 #portal-colophon,
.template-fg_thankspage_view #portal-top,
.template-fg_thankspage_view #portal-top,
.template-fg_thankspage_view #portal-column-one,
.template-fg_thankspage_view #portal-column-two,
.template-fg_thankspage_view #portal-footer,
.template-fg_thankspage_view #portal-colophon,
.template-fg_thankspage_view .documentActions,
.template-fg_thankspage_view h1,
.template-fg_thankspage_view documentDescription
{
display:none;
}

.template-index_html #portal-top,
.template-index_html #portal-column-one,
.template-index_html #portal-column-two,
.template-index_html #portal-footer,
.template-index_html #portal-colophon,
.template-pt_obrigado #portal-top,
.template-pt_obrigado #portal-column-one,
.template-pt_obrigado #portal-column-two,
.template-pt_obrigado #portal-footer,
.template-pt_obrigado #portal-colophon,
{
display:none;
}
/* Centraliza o Site no Meio da Página */ #visual-portal-wrapper { margin: 2em auto 0 auto; width: 1100px; } 


}



/* - ploneCustomNav.css - */
/**********************************************************************/
#portal-column-one
{
        width:165px !important;
        margin:0;
        padding:5px;
        background-color:#FFFFFF;
        color:#000000;
        font-size: 110%
}


#portal-column-one .visualPadding
{
        margin:0;
        padding:0;
        color:#000000;
}

/**********************************************************************/

.portletNavigationTree dd, .portletNavigationTree dt 
{
	border:0;
        margin:0;
        padding:0;
        color:#ffffff;
    
}


.portletNavigationTree
{
        width:100%;
        margin:0;

        margin-bottom:10px;
        padding:0;
        border:0;
        color:#ffffff;
}


.portletNavigationTree ul
{
        margin:0;
        padding:0;
        border:0;
        background-color:#fff;
        color:#ffffff;
}

.portletNavigationTree ul li
{
        border:0;
        margin:0;
        padding-left:3px;
        border:0;
        border-bottom:1px solid #eee;
        text-align:left;
        font-weight:bold;
        color:#ffffff;
}

.portletNavigationTree ul li div
{
	border:0;    
}

.portletNavigationTree ul li a
{
        color:#ffffff;
        border:0;
        margin-left:0;
        padding-left:0;
        
}

.portletNavigationTree ul li ul li
{
        padding:0px;
	padding-left:0px;
/*        padding-top:2px;
        padding-bottom:2px;*/
        border:0;
        margin: 0;
        /*border-left:1px solid #eee;*/
        font-weight:normal;
        list-style:disc;
        color:#ffffff;
        vertical-align:middle;
        font-size:95%;
}

.portletNavigationTree ul li ul li a
{
        color:#ffffff;
        border:0;
        margin:0;
        padding:0;
}
.portletNavigationTree ul li ul
{
        border:0;
        margin:0;
        margin-left:10px;
        padding:5px;
}


.portletNavigationTree .navTreeCurrentItem
{
        border:0 !important;

}



/* Another workaround for broken Internet Explorer */

* html li.navTreeCurrentItem a,
* html li.navTreeCurrentItem a:hover {
    height:0;
    border:0;
}


/*****************************************************************************************************************/


/* Navigation Portlet sem imagens */

.portletNavigationTree li a img
{
    display:none;
}


 
    
/* Navigation Portlet sem o título - Navegação */
.portletNavigationTree .portletHeader {
    display:none;
    margin-top:20px;
}



/************************************************************************************************/
.portletNavigationTree a 
{
  color: #666666 !important;
}

.portletNavigationTree .state-published 
{
  color: #666666 !important;
}

.portletNavigationTree .state-published .navTreeCurrentItem
{
  color: #666666 !important;
}

.portletNavigationTree .contenttype-plone-site
{
  display:none;
}


/*****************************************************************************************************************/
.navTreeItem a, dd.portletItem .navTreeItem a {
border:0;
}

.navTreeItem a:hover, dd.portletItem .navTreeItem a:hover {
background-color: #ffffff;
color: #ffffff;
border: 0;
}


/**********************************Espaçamento entre elementos da navegação****************************************/
/*
#portletNavigationTree .quem-somos, 
#portletNavigationTree .investigacao
{
   margin-bottom:50px;
   border-bottom:40px;
}

.portletNavigationTree .plataforma-cooperacao 
{
   border-bottom:4px;
}

.navTreeLevel1 li a .state-private 
{   
list-style-type: disc;
}*/


.navTree .navTreeLevel2
{
  display:none;
}

