/* $Id: zen.css,v 1.14.2.1 2009/02/13 07:46:04 johnalbin Exp $ */
	/*background: transparent url(../../../../default/files/trans58.png) repeat;*/
.prev{
	background-image: url(previcon.png);
	background-repeat: no-repeat;
}
.next{
	background-image: url(nexticon.png);
	background-repeat: no-repeat;

}

div.navigation {
	visibility: hidden;
}



div.slideshow img {

	margin: 0;
	padding: 0;

	top: 0;

}

.ontop {
	background-color: #faffb7;
	width: 200px;
	height: 200px;
	top: 20px;
	left: 20px;
	display: none;
	position: fixed;
	font-family: "Marker Felt", "Comic Sans";
	color: navy;
	padding: 9px;
	line-height: 1.3;
	z-index: 99;
	opacity: 0.8;
}

#homecenter, .homecenter {
	width: 362px;
	height: 52px;
	position: relative;
}

	

#homelogo, .homelogo {
	position: absolute;
	left: 0;
	top: 0;
	height: 52px;
}	
.homeportugues{
	position: absolute;
	top: 0px;
	cursor: pointer;
}
.homeenglish{
	position: absolute;
	top: 26px;
	cursor: pointer;
}
.homelang{
	position: absolute;
	left: 150px;
	height: 26px;
	right: 133px;
	
}
.homeoptim{
	position: absolute;
	left: 229px;
	right: 0px;
	top: 0;
	bottom: 0;
	display: none;
}

.off{
	display: none;
}
.above{
	z-index: 99;
}
.lowerleft{
	left: 0;
	bottom: 0;
	position: fixed;
}	
	
.lowerright{
		right: 0;
	bottom: 00px;
	position: absolute;
	display: block;
}

.deschome{
	
	padding: 5px 10px 5px 5px;
	color: gray;
	font: 10px Arial;
}	

.deschome a{
	text-decoration: none;
	color: gray;
	border-style: none;
	font-weight: bold;
}

.deschome img{
	border-style: none;
}
.nodecoration{
	text-decoration: none;
}
	

.white-overlay {
background: transparent url(http://www.nunogracamoura.com/drupal/sites/default/files/trans42.png);
	width: 646px;
	height: 432px;
	position: absolute;
	top: 0;
	left: 0;
	
}

.pink{
	background-color: fuchsia;
	width: 646px;
	height: 432px;
	position: relative;
}
#page {
	}

/*.view-EscritorioNGM td[width="664"] {
width: 200px;
	display: inline-block;
}*/

#projcounter {
	float: right;
	position: relative;
	right: 0;
}

#projcounter a {
	text-decoration: none;
}

.list-index {
	font-size: 14px;
	text-align: right;
}

.list-obra {
	font-size: 11px;
}

.big-index
  {
	font-weight: bold;
	
	display: block;
	height: 30px;
	position: relative;
	font-size: 15px;
	color: #3f3f3f;
	float: left;
	text-decoration: none;
}
.big-index a
  {
text-decoration: none;
}

.views-field-field-obra-local-value, .views-field-field-obra-ano-value, .views-field-field-nome-generico-value
  {
font-size: 12px;
}

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */


/** body **/
  body
  {
	
}

  #page
  {
	
	
}

  #page-inner
  {
  }

/** header **/
  #header
  {
  }

  #header-inner
  {
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
    margin: 0 10px 0 0;
    padding: 0;
  }

  #logo-image /* The actual logo image */
  {
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }

/** main (container for everything else) **/
  #main
  {
  }

  #main-inner
  {
  }

/** content **/
  #content
  {
  }

  #content-inner
  {
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
  }

  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

#primary /* Primary links */
  {
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/

#leftlanguage
  {
  }

#sidebar-left
  {
  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
  }

.floatright {
	float: right;
	text-align: right;
	margin: 0px;
    padding: 0px;
}
.floatleft {
	float: left;
	text-align: left;
	margin: 0px;
    padding: 0px;

}
#block-views-noticias_thumbs-block_2 .tddesc .floatleft {
	line-height: 12px;
	top: -1px;
	position: relative;	
}
.floatleft .bold{

	position: relative;
font-size: 11.5px;
	top: 2px;
}

.bold {
	margin-top: 0px;
	color: black;
	font-weight: bold;
}

#pten {
	color: #8c8c8c;
	position: absolute;
	bottom: 0;
	display: block;
	text-transform: uppercase;
	font-variant: normal;
	font-size: 0.8em;
}
.chosen{
	color: black;
}

#block-views-NoticiaIndex-block_2 table tbody {
	left: 0;
	right: 0;
	position: absolute;
	display: block;
	width: 185px;
}

#block-views-NoticiaIndex-block_2 tr{
	width: 185px;
}

#block-views-projectlistcronologia-block_2 div div div div table.views-view-grid, #block-views-noticias_thumbs-block_2 div div div div table.views-view-grid{	
	width: 646px;
	background-color: white;
	position: relative;
	top: -4px;
}

#block-views-projectlistcronologia-block_2 div div div div table tbody tr td, #block-views-noticias_thumbs-block_2 div div div div table tbody tr td{
	width: 161px;
	
}
#block-views-projectlistcronologia-block_2 div div div div table tbody tr td.col-1 .views-field-phpcode, #block-views-projectlistcronologia-block_2 div div div div table tbody tr td.col-2 .views-field-phpcode, #block-views-projectlistcronologia-block_2 div div div div table tbody tr td.col-3 .views-field-phpcode, #block-views-projectlistcronologia-block_2 div div div div table tbody tr td.col-4 .views-field-phpcode{

	height: 175px;
}

#block-views-noticias_thumbs-block_2 .views-field-phpcode{
	height: 175px;
}

#block-views-noticias_thumbs-block_2 .tddesc{
	line-height: .95;

}

#block-views-noticias_thumbs-block_2 .tddesc .floatleft{

	margin-top: 3px;
}

#block-views-projectlistcronologia-block_2 div div div div table tbody tr {
/*top: -78px;*/
	/*position: relative;
	display: block;*/
	/*background-color: #ece2f2;*/
}

table.thumbinfo td, table.thumbinfo tr{
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;

	/*top: 0;
	position: relative;*/
}
tr.thumbs{
	
}

table.thumbinfo{
	margin-bottom: 30px;
	width: 152px;
	font-size: 11px;
}
a.thumproj-anchor{

	display: block;
	position: relative;
	line-height: 0;

}

.piqueno {
	color: #8c8c8c;
	text-transform: uppercase;
	font-size: 10px;

}

#thumblowerdesc {
	clear: left;
	top: -2px;

	width: 152px;
	position: relative;
	display: inline-block;
}

#contentnavigator {
	display: block;
	position: absolute;
	bottom: 4px;
	width: 200px;
	height: 88px;
	padding-top: 20px;
}

.divlinktxtimgdwg{
	position: relative;
	width: 200px;
	height: 15px;
	margin-bottom: 0px;
	display: block;
	left: 0;
}

.textlinkimgdwg {
	font-size: 10px;
	width: 80px;		
	display: block;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
}

.txtlink a{
	text-decoration: none;
}

.thumbsicon {
	display: block;
	position: absolute;
	right: 0px;
	top: 1px;
}
.setas{
	top: 1px;
	left: 84px;
	position: absolute;
}

.setas a{
	display: inline-block;
	width: 13px;
	height: 10px;
	top: 0px;
	text-decoration: none;
}

.setas .next {
	margin-left: 3px;
}

/*.setasbaixo a{
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0px;
	text-decoration: none;
}*/

.setas a img{
	display: block;
	position: absolute;
	top: 0px;
}

.seta1{
	left: 0px;
}

.seta2{
	left: 12px;
	
}

/*.redborder{
	border: 1px dotted red;
		background-color: #ffebc7;
}
.blueborder{
	border: 1px dotted blue;
		background-color: #ffebc7;
}
.greenborder{
	border: 1px dotted green;
		background-color: #ffebc7;
}*/
.field-content{
	margin: 0;
    padding: 0;
}

#views-field-phpcode span table tr td{
	color: black;
	font-size: 11px;
}




  #sidebar-right-inner
  {
  }

/** footer **/
  #footer
  {
  }

  #footer-inner
  {
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0em;
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 0em;
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comments-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-2 /* "Primary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
	border: 2px solid red;
}

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

#lower-index{
bottom: -3px;
position: absolute;
padding: 0px;
}

.views-field-field-contactos-value {
	font-size: 11px;
	
}
.views-field-field-contactos-value p {
	height: 12px;
}

.000views-field-field-contactos-value p {
	height: 5px;
	border: 1px solid blue;
	display: block;
	margin: -3px;
	position: relative;
	line-height: 9px;
}


.align-by-menu strong {
	color: #929292;
}

body .textocorrido { 
    overflow: hidden; 
}

.texto-corrido
  {
	font: normal 12px "Arial Narrow",  Tahoma, Arial, Helvetica, Geneva, "Helvetica Neue", sans-serif;
	text-transform: none;
	color: #8c8c8c;
	overflow: auto;
	padding-top: 0;
	margin-top: 0;
	display: block;
	height: 288px;
}

.texto-corrido-noticia
  {
	font: normal 12px "Arial Narrow",  Tahoma, Arial, Helvetica, Geneva, "Helvetica Neue", sans-serif;
	text-transform: none;
	color: #8c8c8c;
	overflow: auto;
	padding-top: 0;
	margin-top: 0;
	display: block;
	height: 432px;
} 

.texto-corrido p, .texto-corrido-noticia p {
	margin: 0;
	padding: 0;
}

.texto-corrido a, .texto-corrido-noticia a, #noticiacounter a {
	font-weight: bold;
	text-decoration: none;
}



  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even /* Some tables have rows marked even or odd. */
  {
  background-color: transparent;
	border-style: none;
}

/*.list-obra:hover {
	color: black;
	
}*/
/*div.view-projectlistcronologia div table tbody tr{
border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: white;
}*/


/*div.view-projectlistcronologia div table tbody tr:hover {
	
	
	border-color: #bcbcbc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}*/

.menu-img {
	
	position: fixed;
	z-index: 3;
	display: block;
	width: 155px;
	

	left: 214px;
	border: 1px none black;
	visibility: hidden;
}

.menu-img2 {
	background-color: red;
	position: fixed;
	z-index: 3;
	display: block;
	width: 355px;
	
	height: 0px;
	left: 260px;
	border: 1px none olive;
	visibility: visible;
}

.newdivclass {
	position: fixed;
	z-index: 3;
	display: block;
	/*top:  3px;*/
	height: 100px;
	left: 214px;
	background-color: red;
	width: 100px;
	border-style: solid;
	border-color: white;
}

.thumbimg {
	width: 150px;
	left: 00px;
	top: 1px;
	position: absolute;
	display: block;
}

.thumbtopborder {
	display: block;
	position: absolute;
	top: 2px;
	height: 30px;
	width: 100%;
	z-index: 4;
	border-top: 1px solid #bcbcbc;
}

tr.odd
  {
	background-color: transparent;
	border-style: none;
}

.view-display-id-page_1 {
	left: 200px;
	display: block;
	position: relative;
	right: 0px;
	width: 300px;
}

.views-field-title {
	/*left: 8px;
	display: block;
	position: relative;*/
	
}

li a.active /* The active item in a Drupal menu */
  {
    color: red;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

.views-field-field-obra-indice-value
  {
}

.form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  	padding-left: 20px;
  	background-position: left center;
  }

  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link
  {
    margin-top: 1em;
  	list-style-type: disc;
  	list-style-position: outside;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

/*td.views-field {
	border-width: 3px;
}*/

#block-views-projectlist-block_1, #block-views-projectlistcronologia-block_1 {
	left: 0px;
	position: absolute;
	display: block;
	height: 400px;
	width: 185px;
	

}

.views-view-grid {
	
	padding: 0;
	margin: 0;
}

/*#block-views-projectindex-block_3 {
	display: block;
	position: absolute;
	bottom: -5px;
}*/

#block-nice_menus-1 {
	left: 22px;
	top: 12px;
	display: block;
	position: absolute;
	
}

.align-by-menu {
	
	position: absolute;

	color: #5a5a5a;
	font-size: 12px;
	line-height: 12px;
	font-variant: normal;
	text-transform: none;
	padding: 0;

	border-style: none;
	border-width: thin;
	/*background: white url(../../../../default/files/trans58.png) repeat;*/

	width: 646px;
	height: 432px;
	z-index: 3;
}

.align-by-menu p{
	margin-left: 18px;	
}
#block-views-ver_txt-block_1 p {
	color: black;
	font-size: 12px;
}

#block-views-ver_txt-block_1 p strong{
	color: black;
}
p.MsoNormal {
	color:#A6A6A6;
	font-size: 12px;
	line-height: 12px;
	font-variant: normal;
	text-transform: none;
	padding: 0;
	margin: 0;
	border-style: none;
	border-width: thin;
}

.views-label-phpcode {
	visibility: hidden;
	display: none;
}








#customtabmenu {
	display: block;
	position: relative;
	left: 17px;
padding: 0px;
	/*border: 1px solid red;*/
}


#tabs {
left: 0px;
position: absolute;
	font-size: 10px;
	padding: 0px;
text-transform: uppercase;
}
#tabs ul {
	/*position: absolute;
	top: -20px;
height: 5px;*/
margin-left: 0px;
margin-top: 0px;
padding: 0px;
}

#tabs li {
	cursor: pointer;
	color: #8c8c8c;
	height: 12px;
width: auto;

	margin: 0;
	padding: 0;
	display: inline;
}
#tabs li a {
		height: 12px;
		display: block;
	text-decoration: none;
	color: #3F3F3F;
}

/*#tabs div li {
	display: none;
}*/

#tabs div {
	top: 0px;
	padding: 0px;
	left: 146px;
	display: none;
	position: absolute;
	width: 150px;
}

* html #tabs li {
display: inline; /* ie6 double float margin bug */
}

#tabs ul li.active {
	font-weight: bold;
	color: green;
}

#tabs ul li.active a {
	font-weight: bold;
	color: #363636;
}

#tabs ul li.current a {
	color: #363636;
	text-decoration: none;
	font-weight: bold;
}

#noticiacounter {
	float: right;
	position: absolute;
	right: 0;
}

div.view-projectindex div table, div.view-projectindexEN div table {
	width: 183px;
}

.views-field-field-obra-local-value, .views-field-field-obra-ano-value, .views-field-field-nome-generico-value{
	clear: left;
}

#block-views-projectlistcronologia-block_2 {
	width: 646px;
	height: 432px;

}

/*div#jGrowl {
	position: absolute;
	top: 265px;
	left: 23%;
	display: block;
	
}*/

/*div.jGrowl div.poweron{

	color: white;
	opacity: 0.9;
	width: 140px;
	height: 20px;
	-moz-border-radius: 	3px;
	-webkit-border-radius:	3px;
	background-color: red;
}*/

/*div.jGrowl div.poweron div.close{
	background-color: blue ;
				padding: 				5px;
				color: 					transparent;
				padding: 				0px;
				margin: 				5px;
				width:					17px;
}*/

.jGrowlimg{
	position: relative;
	top: 25px;
	left: 25px;
	
}

.view-id-imagegallery3imagens .view-content table, .view-id-imagegallery2 .view-content table, .view-id-imagegallery_desenhosEN .view-content table, .view-id-imagegallery3imagensEN .view-content table{
	width: 657px;
}

.view-id-imagegallery3imagens .view-content table tbody tr td, .view-id-imagegallery2 .view-content table tbody tr td, .view-id-imagegallery_desenhosEN .view-content table tbody tr td, .view-id-imagegallery3imagensEN .view-content table tbody tr td{
	height: 109px;
	width: 150px;
	display: inline-table;
	margin-right: 12px;
}

#legenda {
	font: normal  10px "Arial Narrow",Tahoma, Arial,Helvetica,Geneva,"Helvetica Neue",sans-serif;
	
color: #363636;
	text-transform: uppercase;
	display: block;
	bottom: 0;
	position: absolute;
	left: 0;
}

#legenda span:nth-child(2) {
	display: none;
}
#legenda div:nth-child(2) {
	display: none;
}
.arialnarrow {
	
		font: 12px "Arial Narrow", Tahoma, Arial, Helvetica, Geneva, "Helvetica Neue", sans-serif;

}

#block-views-EscritorioLateralBase-block_1 {
	
		font: 12px "Arial Narrow", Tahoma, Arial,Helvetica, Geneva, "Helvetica Neue", sans-serif;
		color: #a6a6a6;
	text-transform: none;
}

#block-views-EscritorioEquipa-block_1, #block-views-EscritorioNGM-block_1,  #block-views-EscritorioLocalizacao-block_1, #block-views-EscritorioCV-block_1 {
	width: 646px;
	height: 432px;

}
#block-views-EscritorioBase-block_1 {
		width: 646px;
	height: 432px;
	background: white url(http://www.nunogracamoura.com/drupal/sites/default/files/office.jpg) scroll 0px 0px;
}

#block-views-EscritorioBase-block_1 .views-field-field-imageescritorio-fid {
	visibility: hidden;
}

#block-views-EscritorioLateralBase-block_1 p, #block-views-EscritorioNGM-block_1 p, #block-views-EscritorioEquipa-block_1 p  {
	
	margin: 0;
}


#block-views-EscritorioEquipa-block_1 .block-inner .content, #block-views-EscritorioNGM-block_1 .block-inner .content {
	/*left: 18px;*/
	top: 50px;
	left: 164px;
	right: 0px;
	position: absolute;
	display: block;
}

#block-views-EscritorioCV-block_1 .block-inner .content {
	
	left: 16px;
	width: 646px;
	height: 432px;
}

#block-views-EscritorioCV-block_1 .block-inner, #block-views-EscritorioNGM-block_1 .block-inner, #block-views-EscritorioEquipa-block_1 .block-inner{
	/*left: 126px;
	width: 646px;*/
	height: 432px;
	background: white url(http://www.nunogracamoura.com/drupal/sites/default/files/office70.jpg) scroll 0px 0px;
}

#block-views-EscritorioBase-block_1 .block-inner{
	height: 432px;
	/*background: url(http://www.nunogracamoura.com/drupal/sites/default/files/office.jpg) scroll 0px 0px;*/	
}
#block-views-EscritorioCV-block_1 a{
	color: black;
	
}


#block-views-EscritorioCV-block_1 p {
	margin-top: 0;
	margin-bottom: 0;
}

.view-EscritorioCV a{
	text-decoration: none;
	font-weight: bold;
}

#block-views-EscritorioLocalizacao-block_1{
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	display: block;
}
#block-views-EscritorioLocalizacao-block_1 p{
	margin: 0;
}
.views-field-field-fotongm-fid {
	position: absolute;
	top: 0;
	left: -164px;
}
/*img{
	opacity:1.0;
	filter:alpha(opacity=100);
	position: relative;
	display: block;
}*/

#block-views-noticias_thumbs-block_2{
	width: 646px;
	height: 432px;	
}

/*#block-views-noticia_vista_inicial-block_2 {
	position: absolute;
	top: 0;
	left: 0;
}*/

.view-empty {
	visibility: hidden;
}

.smallcaps {
	text-transform: uppercase;
	font-variant: normal;
}

.titulonoticia {
	display: block;
	position: relative;
	clear: left;
}

#block-views-NoticiaIndex-block_3{
	visibility: hidden;
}

.hiddenatload {

}

.advance-link img  {
	top: 100px;
}

