#titleBar
{
	/*position:			absolute;
	left:				0px;
	top:				0px;
	height:				20px;
	border-left:		1px solid #bdbabd;
	border-right:		1px solid #bdbabd;
	border-top:			1px solid #bdbabd;
	border-bottom:		0px solid #bdbabd;
	text-align:			center;
	color:				#646465;
	font-size:			14px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-weight:		bold;
	background-image: 	url(../../images/reportTitleBackground.png);
	background-repeat: 	repeat-x;*/
	display:	none;
}

#mainPage
{
	background-color:	#FFFFFF;
	border:				0px solid #bdbabd;
	
}
.printBreak
{
	page-break-before:	always;
}

#controls
{
	/*position:			relative;
	top:				21px;
	left:				1px;
	height:				30px;
	border-left:		1px solid #bdbabd;
	border-right:		1px solid #bdbabd;
	border-bottom:		1px solid #bdbabd;
	border-top:			0px solid #bdbabd;
	background-color:	#E7E7F7;
	text-align:			center;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;*/
	display:	none;
}


#pageBottomRight
{
	display: none;
}