@charset "UTF-8";
/* CSS Document */

/* CONTAINER BODY */

/* '''''''''''''''''''''''''''''''''  BODY  '''''''''''''''''''''''''''''''''''''''''' */

/* #containerBody > background-color: white; to overcome pages fixed top border 
	from showing through the containerBody when the page is scrolled */

#containerBody {
	background-color: white;
	border-left: silver 1px solid; 
	border-right: silver 1px solid;	
	text-align: left;
	min-width: 320px;
	max-width: 980px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}    

/* the containers background color, in a div above the contianerBody */
/* ! height: inherit , especially important for Learners Record pages with embedded PDF, and it's height adjusting */
#cntrBGclr {
	background-color: rgba(128,128,128,0.1);
	height: inherit;
}


/* dt_230318 */
/* (*dev_ after removing the top green divider stripe) */
#containerInnr {
	border: 1px solid gainsboro; 
	border-bottom: 0px; 
	border-top: 0px;
}
/* height set to 600px, for covers pages antibullying, qqilvl5, esntwlbng; works with #containerInnr ^above  */
.ciht6 {
	height: 600px;
}


/* tstmls.css , pvcy.css , orderThankyou.css , orderFormPage.css , cnct.css , about.css */
/* min-height: 500px ; height: auto */
.cbht5a {
	min-height: 500px;
	height: auto;
}

/* modules pages (eg guidance.html) */
/* min-height: 700px ; height: auto */
.cbht7a {
	min-height: 700px;
	height: auto;
}

/* presntns.css */
/* override needed; (.container_PR , in body.css)*/
.cbhta {
	height: auto;
}

/* ................... container body adjustments ..................... */

.cb8mst	{							
	padding-bottom: 20px;
	padding-top: 20px ;
}
	
/* about.css */
.cbabt {
	padding-bottom: 20px;
	padding-top: 20px ;
}

/* cnct.css */
.cbcnct {
	padding-bottom: 20px;
	padding-top: 20px ;
}

/* orderomPage.css */
.cbordpg {
	/*padding-top: 20px;*/
}

/* orderThankyou.css */
.cbordty{
	padding-bottom: 20px;
	padding-top: 20px ;
}

/* pvcy.css */
.cbpvcy {
	padding-bottom: 20px;
	padding-top: 20px ;
}

/* tstmls.css */
.cbtstmls {
	padding-bottom: 20px;
	padding-top: 20px ;
}

/* css for presentations & blurb pages */
/* (eg. jobsearch.html) */
.cbprsBlbTp {
	position: relative; 
	
/*z-index: 1;*/
 }

/* css for learners record > lrnrcd.css */
/* (eg. jobsearch_LR.html) */
 /* to accomodate the inserted PDF add top & bottom border & adjust height */
.cblrnrcd {
	border-bottom: silver 1px solid; 
	border-top: silver 1px solid;
	height: 100% !important;
}

/*css for essential guidance presentations page */
/* (eg. juniorCert.html) */
.cbpresntnsHm {
	padding-bottom: 20px;
}

/* css for slideshare presentations */
/* (eg. jobsearch_1.html or juniorCert_1.html and workExperienceLevel4_PR.html) */
.cbpresntns {
	
/*z-index: 1;*/
}

/* css for modules pages */
/* (eg. workExperienceLevel4.html) */
.cbmdls {
	padding-bottom: 20px;
	position: relative; 
	
/*z-index: 1;*/
} 



/* ................... alteration adjustments ..................... */
/* dt_220318 */
/* border zero : remove border around containerBody, (*dev_ after removing the top green divider stripe) */
.brdrzro {
	border: 0px;
}




