/*! Contains print friendly styles */
#reportViewBody {
	height: auto;
	width: auto;
	overflow: visible;
}

#login {
	display: none;
}

#reportViewBody table th.reportStatus {
	width: 342px !important;
}

#ctReportView, #content, #wrapper, html, body {
	width: auto;
	overflow: visible;
}
#ctReportView {
	border: none;
}
#ctReportViewHead, #ctReportViewBody {
	width: auto;
	overflow:visible;
}

#colToggleControlShiftLeft {
	display: none;
}
td.none, th.none {
	display:table-cell;
}

#wrapper {
	width: auto;
}

#reportViewHead th, #reportViewHead td.reportLink, #reportViewHead td.control, #ctReportView table tbody td , #ctReportViewBody table tbody td, #ctReportViewBody th {
	/* IE6-7 Hack display: block; */
	display: table-cell;
}
#ctReportView table .ctColHead .headingText {
	position: relative;
	top: 20px;
}

div.ctRowBody {
	width: 319px;
}

td.masterControls{
	width: 333px;
}

td.reportStatus span {
	display:block;
	visibility: hidden;
	width: 333px;
}

#ctReportViewBody td span {
	width: 99px;
	display: block;
}

td, th {}

table {
	table-layout: fixed;
}

span.lbRename, tr.displayControls, a.lbReport, #ctMenuManageReports, #ctCreateNewReportTop, #ctMenuMain, #ctSelectMeasureGroups {
	display: none;
}

/* Measures_hchps view */
table.hcahps .firstCol {
	width: 33%;
}

small.legendone {
	color: #396687;
}

small.legendtwo {
	color: #718FA7;
}

small.legendthree {
	color: #B0C0CD;
}

/* Handle PDF print view */
table tr.hidden-row { display: table-row; }
#ctReportView table tr.hidden-row th .headingText {font-weight: bold; top: 0px; }
#ctReportViewBody table tr.hidden-row th {
	padding-left: 0px;
	background-image: none;
}
#colToggleControlShiftRight {display:none;}

#colToggleControlShiftRight {display:none;}
#ctReportView table .ctColHead { width: 100px; }
#ctReportViewHead {display: none !important; }
#content { margin: 0; }
#ctReportView .ctRowBody {
        width: auto;
}
#caseStudies {
	display: none;
}
#ctReportViewBody {
	max-height: none;
}
#ctReportViewBody table tr.hidden-row td {
	background: none;
}