/* 
	print.css
	©2008 webuild.pt
*/

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++ global +++ */ 
body
{
	margin: 0;
	padding: 0;
	color: #000;
}

*
{
	font-family: Arial, Helvetica, sans-serif;
}

a
{
	text-decoration: none;
	color: #666;
}

p, div, td, li
{
	font-size: 9pt;
	line-height: 12pt;
	color: #666;
}

img
{
	border: none;
}

h1
{
	color: #389FC7;
	font-weight: bold;
	line-height: 125%;
	font-size: 16pt;
	text-transform: lowercase;
	margin: 15mm 0 5mm 0;
	display: block;
}

h3
{
	color: #389FC7;
	font-size: 12pt;
	font-weight: bold;
	text-transform: none;
	line-height: 125%;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* +++ layout +++ */

.boxLayoutHeader, .boxLayoutBodyLeft, .boxLayoutBodyRight, .boxFooter, .shim
{
	display: none;
}

.boxLayoutBody, .boxLayoutBodyCenter
{
	clear: both;
}

/* +++ listagem +++ */

table.newsList td
{
	padding-right: 5mm;
	padding-bottom: 5mm;
	vertical-align: top;
}

.newsList .link
{
	display: none;
}

/* +++ print elements +++ */

h1.printTitle
{
	padding-bottom: 6mm;
	/*border-bottom: 0.2mm solid #ccc;*/
	margin-bottom: 6mm;
}

.printTitle img
{
	border: 0;
	display: inline-block;
	vertical-align: middle;
}

.printTitle img.infoPrint
{
	margin-top: 2mm;
	margin-left: 10mm;
}


div.printFooter
{
	/*border-top: 0.2mm solid #ccc;*/
	margin: 15mm 0 0 0;
	padding-top: 2mm;
}

.printFooter p
{
	margin: 0;
	font-size: 7pt;
	color: #666;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
