/*****************************************************************************************************************/
/* PRINT STYLES
/*****************************************************************************************************************/
/*
The following are custom styles used for the print version.
Add new CSS classes/selectors here to control their output, for example: margin, padding, etc.
*/
body {
	font-family: Arial, Tahoma, serif;
	font-size:77%;
	margin:0mm;
	padding:0mm;
}
h1, h2, h3,h4, h5, h6 { 
	page-break-after: avoid;
	page-break-inside: avoid; 
}
blockquote, pre	{ 
	page-break-inside: avoid;
}
ul, ol, dl { 
	page-break-before: avoid;
}
body, span, textarea, hr {
	color: #000000;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 100%;
}
a:link, a:visited
{
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
}
/* Table Styles */
table {
	border-collapse:collapse;
	width:100%;
	margin-right:0.5cm;
	/*font-size:50%;*/
}
td, th {
	border:1px solid #000000;
}
table {
	border-spacing: 0px;
}
.news,
.bgblue,
.content,
.contentbdr,
.excontent,
.excontentleft,
.homeExtraContentTop,
.homeExtraContent,
.pagetitle,
.breadcrumbnavigation,
.TableHeight {
	border:none;
}
#banner,
#navigation,
#inpagenavigation,
.nav1,
.navbg,
.rbplogin,
.bg1,
.bg2,
.bgbluebdr,
.layoutcell,
.layoutrow,
.layoutspacer,
.footer,
.theme,
.bgbreadcrumb,
.contentspacer,
.contentbdrspacer,
.excontentspacer {
	display: none;
}
/*.pulseTblBody td, .frmDataHeader2, .pulseTblHeader td, .pulseTblHeader2 td { 
	border-spacing: 0px;
	border-collapse: separate;
	height: 100%;
	empty-cells: show;
	border: 1px solid black;
}

.frmDataHeader2, .frmDataHeader5 {
	font-weight: bold;
}
.pulseSource {
	font-size: 80%;
}*/


/**************
*** BAP Table 3
**************/
/*.table3RegionHeader {
	font-weight: bold;
	font-size: 70%;
}
.table3SubHeader {
	font-weight: bold;
	font-size: 70%;
}
.table3SubregionHeader {
	font-weight: bold;
	font-size: 70%;
}
.table3SubregionLocHeader {
	font-weight: bold;
	font-size: 70%;
}
.table3Data {
	font-size: 70%;
}
.table3SubregionLocTotal {
	font-weight: bold;
	font-size: 70%;
}
.table3SubregionTotal {
	font-weight: bold;
	font-size: 70%;
}
.table3RegionTotal {
	font-weight: bold;
	font-size: 70%;
}*/
/*	The following styles are used to hide elements not required in the printed version. */
/*#banner, 
.toolbar,
.footer, #footer,
#breadcrumb,
.nav1ins,
#pagefooter,
#navigation,
#pagebuttons,
#keywordsearch
{
	display: none;
}*/
