/* Hide the navigation, buttons, backgrounds and so forth */

#header { display: none }
#headerColourBackground { display: none }
body { background: none; }
.drilldown { display: none; }
.memberLinks { display: none; }
#contentBackground { background: none; }
#contentBackground .gradient { background: none; }
#colourOverlay { background: none !important; }
#viewContent .printInstructions { display: none; }
.formNav { display: none !important; }
.linkToolbar { display: none; }
.linkToolbar .linkButton { display: none; }
.helpBox { width: 666px !important; }
.emulationNotice { display: none; }
#adminLinks { display: none; }
.mainIcon_questionnaires { display: none; }
.trainerText { margin: 0px; }
.skip { display: none; }
.chekIcon {
	width: 125px;
	height: 125px;
	margin-top: -100px;
}
#sectionLinks {
	display: none;
}

/* Add some padding so it doesn't get cut off */
#viewContent { padding: 25px 25px 30px 25px; }

/* Add the ptEnhance logo */
#printLogo {
	background: url( /Platforms/PtEnhance/Images/PtEnhance/Logo.jpg ) no-repeat top left;
	width: 600px;
	height: 83px;
	margin-left: 25px;
}

/* Fix up some questionnaire graphs */
dd {
	left: 180px;
	top: -30px;
	position: absolute;
}

.results dl { 
	position: relative;
}

/* Replace some PNGs */
.results dd div strong {
	width: 42px;
	background:transparent url('/Platforms/PtEnhance/Images/Questionnaires/ResultMarker.gif') no-repeat scroll 0% 50%;
}

.results dd div strong.overall {
	width: 50px;
	background:transparent url('/Platforms/PtEnhance/Images/Questionnaires/ResultMarkerLarge.gif') no-repeat scroll 0% 50%;
}

/* Fixing up some metabolic typing questionnaire images */
.metatypeCarbo {
	left: 10px;
	width: 400px !important;
	height: 420px !important;
}

.metatypeProtein {
	left: 10px;
	width: 400px !important;
	height: 420px !important;
}

.metatypeMixed {
	left: 10px;
	width: 400px !important;
	height: 420px !important;
}

/* Remove the min-height we set on the helpbox, since we don't have any buttons appearing */
.helpBox {
	min-height: 0px !important;
}

/* Hide the admin warning as its not needed when reviewing */
#adminWarning {
	display: none;
}