.blank { /*This is here just so thie module header will work. Do not use or remove.*/
}

.module_header_image{
	background-image: url('http://content.learninghouse.com/clients/tlh/courses/training_icons/bp501.png');
}

.course_header {
    background: #b21f2a;
    color: #FFFFFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18pt;
    padding: 10px 10px 10px 10px;
    margin: -14px 0px 0px 0px;
}

.course_header h1{
	font-family: "Open Sans";
	color: #FFFFFF;
    text-align: center;
	font-weight: 300;
    font-size: 18pt;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.course_header h2{
	font-family: "Open Sans";
	color: #FFFFFF;
    text-align: center;
	font-weight: 300;
    font-size: 18pt;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.course_header_bp501 {
	background-image:url('http://content.learninghouse.com/clients/tlh/courses/training_icons/bp501.png');
	background-repeat:no-repeat;
	background-position:left center;
	background-color: #3C8BD6;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	min-height: 35px;
	padding: 13px 0px 13px 70px;
	line-height: 150%;
	font-size: 24px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	border-radius: 7px;
	position: relative;
	overflow: visible;
}

.course_header_bp501 h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}

.course_header_bp550 {
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(50,50,50,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(50,50,50,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(50,50,50,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(50,50,50,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(50,50,50,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(50,50,50,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#323232',GradientType=0 ); /* IE6-9 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	border-top: solid #C11822 10px;
	border-bottom: solid #C11822 2px;
	padding: 15px 10px 5px 10px;
	line-height: 150%;
	font-size: 24px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	position: relative;
	overflow: visible;
}

.course_header_bp550 h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}

.course_header_bp520 {
	background-image:url('http://content.learninghouse.com/clients/tlh/courses/training_icons/bp520.png');
	background-repeat:no-repeat;
	background-position:left center;
	background-color: #3C8BD6;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	min-height: 35px;
	padding: 13px 0px 13px 70px;
	line-height: 150%;
	font-size: 24px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	border-radius: 7px;
	position: relative;
	overflow: visible;
}

.course_header_bp520 h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}

.module_header {  /*This is the module header.*/
	background: #b21f2a;
    color: #FFFFFF;
	font-size: 16pt;
	font-weight: 300;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 7px 0px;
}

.module_header h3{ 
	font-family: "Open Sans";
    color: #FFFFFF;
	font-size: 16pt;
	font-weight: 300;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

.module_header h4{ 
	font-family: "Open Sans";
    color: #FFFFFF;
	font-size: 16pt;
	font-weight: 300;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.course_labels { /* This is the style for the course headers. i.e. Lesson Lecture, Supplemental Resources, Lesson Activities*/
	font-size: 14pt;
	line-height: 20pt;
	font-weight: bold;
	border-bottom: solid #b21f2a 1px;
	color: #333333;
	padding: 10px 5px 1px 15px;
	margin: 0px 0px 10px 0px;
	}
	
.course_labels h3{ 
	font-family: "Open Sans";
	font-size: 14pt;
	line-height: 20pt;
	font-weight: 300;
	color: #333333;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.course_labels h4{ 
	font-family: "Open Sans";
	font-size: 14pt;
	line-height: 20pt;
	font-weight: 300;
	color: #333333;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.course_labels h5{ 
	font-family: "Open Sans";
	font-size: 14pt;
	line-height: 20pt;
	font-weight: 300;
	color: #333333;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.course_sublabels { /* This is the style for the course subheaders used for sections within the main labels. This is used on a case by case basis.*/
	font-size: 10pt;
	font-weight: bold;
	color: #777777;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 30px;
}

.course_sublabels h5{ /* This is the style for the course subheaders used for sections within the main labels. This is used on a case by case basis.*/
	font-size: 10pt;
	font-weight: bold;
	color: #777777;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.page_header { /*This is the style for Compose a Webpage headers. It should contain the resource title and be used primarily for Objectives and Introduction pages and Internet Resource pages.*/
	background:url('http://content.learninghouse.com/clients/tlh/css/page_header.png') #262626;
	background-repeat:no-repeat;
	background-position: right center;
	background-size: 50%;
	font-size: 20pt;
	color: #ffffff;
	border-bottom: solid #CECECE 2px;
	border-top: solid #CECECE 2px;
	border-left: solid #CECECE 2px;
	border-right: solid #CECECE 2px;
	padding: 20px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
}

.page_header h2{
	font-family: "Open Sans";
	font-size: 20pt;
	line-height: 22pt;
	color: #ffffff;
	font-weight: 300;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

.page_container { /*This is the style for Compose a Webpage background. It should contain all content under the page header.*/
	background:#ffffff;
	padding: 20px;
	border-bottom: solid #CECECE 2px;
	border-left: solid #CECECE 2px;
	border-right: solid #CECECE 2px;
}

.page_subheader { /*This style should be used for subheadings in the Compose a Webpage resource. It should be used as headers to break up the content. For example, Objectives or Introduction.*/
	font-family: "Open Sans";
	font-size: 14pt;
	font-weight: bold;
	color: #b21f2a;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.page_subheader h3{ 
	font-family: "Open Sans";
	font-size: 14pt;
	font-weight: bold;
	color: #b21f2a;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.content_container h3{ 
	font-family: "Open Sans";
	font-size: 14pt;
	font-weight: bold;
	color: #b21f2a;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
}
	
.content_container { /*This style should be used for actual content in the Compose a Webpage resource. Content includes things such as the actual list of objectives or an introduction paagraph*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 150%;
	max-width:80ex;
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 10px 10px 10px;
}

.content_container p{
/*This is the paragraph tag for the content container*/
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

.content_container ol{
/*This is the ordered list tag for the content container*/
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
}

.content_container ul{
/*This is the ordered list tag for the content container*/
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
}

.video_frame { /* Video frame with standard width */
	max-width: 640px;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

/*TABLE*/

.content_container table { 
 	border: solid #000000 1px;
 	border-collapse: collapse;
 	max-width: 800px;
}

.content_container th { 
 	border: solid #000000 1px;
	color: #FFFFFF !important;
	padding: 5px 5px 5px 5px !important;
	vertical-align:top;
	background: #ffffff !important;
}

.content_container th[scope=col]  { /*use this for the headers of columns, tells screen readers what order to read things*/
 	border: solid #000000 1px;
	padding: 5px 5px 5px 5px !important;
	vertical-align:top;
	background: #595959 !important;
}

.content_container td { 
 	border: solid #000000 1px;
	padding: 5px 5px 5px 5px !important;
	vertical-align:top;
}

.content_container tr.alt  { 
 	border: solid #000000 1px;
	padding: 5px 5px 5px 5px !important;
	vertical-align:top;
	background: #cacaca;
}

.content_container tr.footer { /*Last row*/
 	border: solid #000000 1px;
	padding: 5px 5px 5px 5px !important;
	vertical-align:top;
	background: #595959;
	font-weight: bold;
}	

.content_container td.alt  {  /*Alternate table cell shading. Mostly for alternate columns*/
 	border: solid #000000 1px;
	padding: 5px 5px 5px 5px !important;
	vertical-align:top;
	background: #cacaca;
}

/* END TABLE*/

.content_container li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 150%;
}

.content_container h4{ 
	font-family: "Open Sans";
	font-size: 14pt;
	color: #262626;
	line-height: 150%;
	max-width:80ex;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

/*
.content_container a:link, 
.content_container a:visited, 
.content_container a:hover { 
 text-decoration: underline; 
 color: #DC143C;
} 
*/

h1.in_course { /*This is the style used for the Heading 1 element*/
	font-size: 16pt; 
	line-height: 20pt;
	color: #b21f2a;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 25px 0px 7px 0px;
	border-bottom: 1px solid #262626;
	font-weight:400;
}
	
h2.in_course { /*This is the style used for the Heading 2 element*/
	font-family: Arial, Helvetica, sans-serif;
	background: #262626;
	color: #ffffff;
	font-size:14pt;
	text-align: left;
	line-height: 18pt;
	padding: 5px 5px 5px 5px;
	margin: 25px 0px 7px 0px;
	font-weight:400;
}
	
h3.in_course { /*This is the style used for the Heading 3 element*/
	font-size: 12pt;
	line-height: 16pt; 
	color: #b21f2a; 
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight:400;
}
	
h4.in_course { /*This is the style used for the Heading 4 element*/
	font-size: 12pt; 
	line-height: 16pt;
	color: #262626; 
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight:400;
	font-style:italic;
}

#intro table, #workshop-viewlet-intro table {
	display: block;
	margin: 0 auto;
	width: 100%;
}

	#intro table td, #workshop-viewlet-intro table td {
		border: 1px solid #000000;
		padding: 6px;
	}
	
	#intro tr:first-child, #workshop-viewlet-intro tr:first-child {
		background: #529ed5;
		color: #ffffff;
	}
	
	
	
	/********************This is for the Training Ad on the Front Page.t********************/
	
.ad_top_bar{
	padding: 15px;
	margin-top:-10px;
	border-top: solid #57A1D4 3px;
	border-right: solid #57A1D4 3px;
	border-left: solid #57A1D4 3px;
	width: 705px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 62%, rgba(210,210,210,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(62%,rgba(255,255,255,1)), color-stop(100%,rgba(210,210,210,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 62%,rgba(210,210,210,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 62%,rgba(210,210,210,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 62%,rgba(210,210,210,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 62%,rgba(210,210,210,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-9 */
}

.ad_bottom_bar{
	background: #F3A823;
	border-bottom: solid #57A1D4 3px;
	border-right: solid #57A1D4 3px;
	border-left: solid #57A1D4 3px;
	width: 735px;
}


h1.ad_text{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #F3A823;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	}
	
h2.ad_text{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 20px;
	font-style:italic;
	color: #57A1D4;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
h3.ad_text{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 14px;
	color: #FFFFFF;
	padding: 7px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	}
	
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 900px;
	height: 100%;
	max-height: 550px;
}
.school_resources {
   margin: 5px 0px 5px 0px;
}

.school_resources .icon {
    height: 50px;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
}
.school_resources .link {
    display: inline-block;
	font-family: 'Arial';
	font-size: 1em;
    vertical-align: middle;
	padding-left: 3px;
	width: 120px;
}