/* Specialised styling for printing the Practice Profile pages */

/* ---------------------- Hide unwanted elements ---------------------- */

/* Move these, they don't want to hide! */
#Footer, .Foorter, .MenuContainerChild
{
	width:0px;
	height:0px;
	position:absolute;
	left:-100px;
	top:-100px;
}

#rightCell, #leftCell, .layoutFooterRow, .LeftNavCell, div#Banner, #menuTable, 
.PracProf__DownloadLink, a.PracProf__DownloadLink, .PracProf__DarkHeaderStrip, .PracProf__NonPrintedArea, .LeftNavDiv
{
	display:none;
}

a.PracProf__DownloadLink
{
	position:absolute;
	left:-900px;
}


/* media style is included here as this style sheet is also used when viewing the enlarged charts and the links are rendered then */
@media print 
{
	.PracProf__PrintAndSaveLinksSection 
	{
		display:none;
	}
	
	/* Charts on the IndicatorChart and ProfileChart page, only when in print mode */
	#ChartImageContainer img
	{
		width:95%;
	}
}


#MainContent
{
	width:68%;	
}

/*
Chart images and text / data divs on the profile page
*/

.PracProf__Profile_SummaryDiv
{
	width:92%;
}

.PracProf__Profile_OverviewDiv
{
	width:auto;
}

.PracProf__Profile_SpineOverviewDiv
{
	width:92%;
	display:block;
	float:left; 
}

.PracProf__Profile_SpinesDiv p
{
	
	width:92%;
	display:block;
	float:left; 
}



#2000001ThemeTitle, #2000002ThemeTitle, #2000004ThemeTitle, #2000006ThemeTitle  
{
	display:block; 
	height:90%;
	page-break-before:always; 
}


#SelectedThemeChartDiv, #ThemeChartDiv, #PyramidChartDiv, .PracProf__Profile_SpineOverviewSpacerDiv
{
	width:900px;
}

.PracProf__Profile_SpineOverviewSpacerDiv
{
	padding-bottom:50px;
	display:block;
}

.PracProf__Indicator_MetadataSpacerDiv
{
	padding-bottom:50px;
	padding-top:50px;
	display:block;
}

#SelectedThemeChartDiv img, #ThemeChartDiv img, #PyramidChartDiv img, .PracProf__Profile_SpineOverviewDiv
{
	width:92%;
}

.PracProf__Profile_ScarvesDiv
{
	width:100%;
	display:block;
}

#EthnicityChartLink img, #DeprivationChartLink img
{	
	display:block;
	float:left; 
}

/* Charts and data div on the indicator page */
#IndicatorChartLink img
{
	width:95%;
}

.PracProf__Indicator_MetadataDiv
{
	width:92%;
}


