/*** report_print.css ***/

div.PrintReport
{
	display: block;
	margin: 0px auto 0px auto;
	padding: 1px;
	text-align: left;
	width: 780px;
}

div.PrintReport div.Report
{
	border: none;
	display: block;
	padding-bottom: 10px;
	width: 100%;
}

div.PrintReport div.Section
{
	page-break-before: always;
}

div.PrintReport div.desc
{
	clear:right;
	width:auto;
}

div.View02Report div.desc
{
	clear:both;
	margin: -33px,0,0,35px;
	width:auto;
}

div.SubTabs
{
    clear:none !important;
}

div.PrintReport div.MeasureTitle
{
	border-top: solid 10px black;
	display: block;
	float: left;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12pt;	
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	width: 100%;
}

div#SummaryTitle
{
	border-top: none;
	padding-top: 0px;
}

div.PrintReport div#PatientExperienceTitle
{
    float: none;
}

div.PrintReport div.Report table th
{
	background: #FFFFFF;
	border: solid 1px #CCCCCC;
	color: black;
	font-family: Verdana, Helvetica;
	font-size: 7.5pt;
	text-align: center;
}

div.PrintReport div.FocusedContentBG 
{
	border-width: 2px !important;
}

div.PrintReport table th.Selected
{
	color: black;
}

div.PrintReport div.MoreInfo
{
	border-top: solid 10px black;
	color: #333;
	display: block;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	clear: both;
	page-break-after: avoid;
	page-break-inside: avoid;
}

div.PrintReport div.BenchmarkTabs,
div.PrintReport div.Export,
div.PrintReport div.Footer,
div.PrintReport div.Navigation,
div.PrintReport div.ToolNavigation,
div.Printreport div.OtherTOC,
div.PrintReport div.Report div.Purpose,
div.PrintReport div.Survey,
div.PrintReport div.Tabs,
div.PrintReport div.Title,
div.PrintReport div.RelatedReports
{
	display: none;
}

/* Display report header information (title + purpose) ONLY on first page of
print report */
div.PrintReport div.firstSection div.Title, 
div.PrintReport div.firstSection div.Purpose 
{
	display:block;
}

div.PrintReport div.AboutTheData
{
	display: none !important;
}

/* explicitly exclude "summary" title and purpose, as these act as the title and
purpose for the entire print report */
div.PrintReport div.Report div#SummaryQuartile_PageTitle,
div.PrintReport div.Report div#Summary_PageTitle,
div.PrintReport div.Report div#SummaryQuartileAllIcon_PageTitle,
div.PrintReport div.Report div#SummaryQuartileOverallIcon_PageTitle,
div.PrintReport div.Report div#SummaryQuartileAllIcon_Page_OverrideTitle,
div.PrintReport div.Report div#SummaryQuartileAllIcon_PageTitle
{
	border-bottom: solid 1px #899a90;
	color: #333;
	display: block;
	float: left;
	font-family: Arial, Verdana, Helvetica;
	font-size: 16pt;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 100%;
}

div.PrintReport div.Report div#SummaryQuartile_PagePurpose,
div.PrintReport div.Report div#Summary_PagePurpose,
div.PrintReport div.Report div#SummaryQuartileAllIcon_PagePurpose
{
	display: block;
	padding-top: 10px;
}

div.PrintReport div.About,
div.PrintReport div.Intro,
div.PrintReport div.Legend,
div.PrintReport div.Methodology,
div.PrintReport div.LeapfrogKey
{
	margin-top: 10px;
}

div.PrintReport div.Report div.About div.title,
div.PrintReport div.Report div.Legend div.title,
div.PrintReport div.Report div.Methodology div.title,
div.PrintReport div.Report div.LeapfrogKey div.title,
div.PrintReport div.Report div.Intro div.title
{
	border: none;
	display: block;
}

div.PrintReport div.Report div.About div.Flash
{
	display: none;
}

div.PrintReport div.Report div.Measure div.title
{
	display: block;
}

div.PrintReport div.Report div.Methodology
{
	width: 540px;
}
 
div.PrintReport .Report .About,
div.PrintReport .Report .Legend
{
	width: 40% !important;
}
 
div.PrintReport #PepCSection *
{
	float: none !important;
}

div.PrintReport #PepCSection .About
{
	float: left !important;
}

div.PrintReport #PepCSection .Legend
{
	float: right !important;
}

div.PrintReport #PepCSection .Methodology
{
	float: left !important;
}

div.PrintReport div.Report div.Other
{
	border: none !important;
}
 
@media print
{
	div.Other
	{
		display: inline;
	}
	div.PrintReport div.Report div.Measure
	{
		float:none;
	}
	div.FocusedContentBG
	{
		position: static !important;
	}
	div.ChartBar,
	div.ChartBarAverage
	{
		float: none;
		position: static;
	}
	
	
	div.SubNav
	{
	    float: none !important;
	}
	.BelowQI
	{
		float: none !important;
	}
	th
	{	
		height: auto !important;
		padding: 0px !important;
	}
}

/*** report_print.css ***/
