/*The @page rule is, at this point (February 2004) only supported
by Opera, and specifically not by ANY version of IE or Netscape
for either Windows or the Macintosh.*/

@page
{
	margin-left: 0.25in;
	margin-right: 0.25in;
}

@media print
{
    #reportHeader 
    {
	width: 760px;
	height:80px;
    }
    
	.banner
	{
		height: 100px;
		background-color: #FFFFFF;
	}
	
	#divMenus
	{
	    display:none;
	    visibility:hidden;
	}
	
	#bannerImage
	{
		width: 760px;
	}

	.userinfo
	{
		display: none;
	}

	.userInfoElement
	{
		display: none;
	}

	#navbar
	{
		display: none;
	}

	#centerarea
	{
		background-color: #FFFFFF;
		width: 760px;
	}

	#contentarea
	{
		left: 0px;
		top: 0;
		width: 100%;
		border: none;
	}

	.chartTable
	{
		width: 760px;
	}
	
	.chartTitle
	{
	    padding-right: 0.5em;
	}
	
	.chartDate
	{
	    padding-right: 0.5em;
	}
	
	#chartTable4Wrapper
	{
	    page-break-before:always;
	}

	.chartTitleRightCell
	{
		text-align: right;
		padding-right: 0.25em;
		margin-right: 0.5em;
	}

	.chartCellRight
	{
		text-align: right;
	}
/*
	.footerPanel
	{
		background-color: #FFFFFF;
		color: Black;
	}

	.footerCell
	{
		color: #000000;
	}

	.footerCellRight
	{
		padding-right: 3em;
	}
	
	#chartfooter
    {
	width: 760px;
	clear:both;
	border-style:none;
    }*/

	.clBar
	{
		display: none;
	}

	.clLevel0, .clLevel0over
	{
		display: none;
	}

	.clLevel0border
	{
		display: none;
	}

	.clLevel1, .clLevel1over
	{
		display: none;
	}

	.clLevel1border
	{
		display: none;
	}

}
