/*
Title:     	Lisbon Partners printer styles
Author:     Lisbon Partners Design
Copyright:	Lisbon Partners, Management and Investment Partners
Updated:    May 09 2009
*/

html {
	margin: 0;
	padding:0;
}

body	{
	font: 10pt/15pt "Helvetica Neue", Arial, Helvetica, sans-serif;
	top:0px;
	left:0px;
	margin: 0;
	padding:0;
  	width: auto;
  	background-color:white;
}

table, form, select, input, textarea { 
	font-size: 100%; /* ie hack so these elements correctly inherit the default text size */ 
	}	

#info, #footer ul, #nav-tertiary, #searchform, .skip, #nav-main, #content-intro img, #sidebar, .page-controls {
	display: none !important;
	height: 0;
}

.title {
	display: inline;
}

h1 {
	font: 24pt/36pt Optima, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: 1px dotted #666666;
	text-transform: uppercase;
}

h1 a, h1 a:visited {
	color: #0C1642;
	text-decoration: none;
}

.section {
	font-size: 10pt;
	color: #666;
	text-transform: uppercase;
	margin-bottom: 0;
}

h2 {
	font-weight: normal;
	font-size: 18pt;
	margin: 0 0 40px 0;
}

.home h2, .firm h2 	{ color: #515D67; }
.servicos h2		{ color: #5284C8; }
.areas h2			{ color: #3AA7AF; }
.clientes	 h2			{ color: #52BD68; }
.avaliacao h2			{ color: #82CC44; }
.carreiras h2	 		{ color: #F18600; }
.contacto h2		{ color: #D52E0A; }


h3 {
	font-weight: normal;
	font-size: 14pt;
}

h4 {
	font-size: 10pt;
}

.data table {
	width: 100%;
	text-align: left;
	font-size: 92%;
}

td, th {
	padding: inherit;
	padding: 10px 5px 0 0;
	vertical-align: top;
}

th {
	text-transform: uppercase;
	font-size: 8pt;
	border-bottom: 3px solid #ccc;
}

th a {
	color: #000;
	text-decoration: none;
}

h4, td p {
	margin:0;
}

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-replaced object, .sIFR-replaced embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}