<style>

/*NOTE: This course contains 2 styles. The css templates were created after this stylesheet was made. The elements are labeled "OLD" or "NEW" */

.blank { /*This is here just so the module header will work. Do not use or remove.*/
}

.course_header {
	background-image: url(http://content.learninghouse.com/clients/brescia/css/bu_title.png);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-size: 100%;
	color: #0069AA;
	text-align: left; 
	font-family:"Times New Roman", Times, serif;
	font-size: 14pt;
	font-variant:small-caps;
	font-weight: bold;
	padding: 11px 10px 10px 10px;
	margin: -20px 0px 0px 0px;
	overflow:visible;
}

.course_header h2{
	color: #0069AA;
	text-align: left; 
	font-family:"Times New Roman", Times, serif;
	font-size: 14pt;
	font-variant:small-caps;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	overflow:visible;
}

.module_header {  /*NEW STYLE This is the module header.*/
	font-family:"Times New Roman", Times, serif;
	letter-spacing: 1.5px;
	font-weight: bold;
	font-size: 20pt; 
	color: #0069AA; 
	text-align: left;
	background: #F0F0F0;
	padding: 7px 10px 7px 10px;
	border-bottom: solid #0069AA 1px;
	border-top: solid #0069AA 1px;
	border-left: solid #0069AA 1px;
	border-right: solid #0069AA 10px;
}

.module_header h3{  /*NEW STYLE This is the module header.*/
	font-family:"Times New Roman", Times, serif;
	letter-spacing: 1.5px;
	font-weight: bold;
	font-size: 20pt; 
	color: #0069AA; 
	text-align: left;
	background: #F0F0F0;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	}

#heading_container_course {/*OLD STYLE This is the module header.*/
	background: #F0F0F0;
	padding: 0px 10px 0px 10px;
	border-bottom: solid #0069AA 1px;
	border-top: solid #0069AA 1px;
	border-left: solid #0069AA 1px;
	border-right: solid #0069AA 10px;
	}
	
#multiheading_container_course {/*OLD STYLE This is the module header. Not used in new style*/
	background: #F0F0F0;
	border-radius: 0px;
	height: 80px;
	border-style: solid;
	border-color: #0069AA;
	padding: 0px 10px 0px 10px;
	border-right-width: .5px;
	border-left-width: 10px;
	border-top-width: .5px;
	border-bottom-width: .5px;
	}

.course_labels { /*NEW STYLE  This is the style for the course labels. i.e. Lesson Lecture, Supplemental Resources, Lesson Activities*/
	margin-left: 10px;
	color:#0069AA;
	font-size:15pt;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	border-top: 1px solid #F1CB00;
	padding: 5px 0px 10px 10px;
	margin: 30px 0px 0px 0px;
	}

.course_labels h3{ /*NEW STYLE  This is the h style for the course labels in the introduction section.*/
	margin-left: 10px;
	color:#0069AA;
	font-size:15pt;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

.course_labels h4{ /*NEW STYLE  This is the h style for the course labels. i.e. Lesson Lecture, Supplemental Resources, Lesson Activities*/
	margin-left: 10px;
	color:#0069AA;
	font-size:15pt;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

p.label_in_course {/*OLD STYLE  This is the style for the course headers. i.e. Lesson Lecture, Supplemental Resources, Lesson Activities*/
	margin-left:10px;
	color:#0069AA;
	font-size:15pt;
	font-weight: bold;
	font-family: 'times new roman';
	border-top: 1px solid #F1CB00;
	padding: 7px;
	}
	
.course_sublabels { /* NEW STYLE ONLY 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-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #D0B023;
	padding: 0px 0px 0px 30px;
}

.course_sublabels h5{ /* NEW STYLE ONLY 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-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #D0B023;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.page_header { /*NEW STYLE 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.*/
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 1.5px; 
	font-size: 18pt;
	color: #0069AA; 
	text-align: left; 
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	padding: 20px 10px 7px 10px;
	border-bottom: solid #0069AA 1px;
}

.page_header h2{ /*NEW STYLE 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.*/
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 1.5px; 
	font-size: 18pt;
	color: #0069AA; 
	text-align: left;
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
}

#heading_container_objectives {/*OLD STYLE 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: #F0F0F0;
	border-radius: 0px;
	border-style: solid;
	border-color: #0069AA;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-right-width: 10px;
	border-left-width: .5px;
	border-top-width: .5px;
	border-bottom-width: .5px;
	}

.page_container { /*NEW STYLE ONLY This style should be used for background below the header in the Compose a Webpage resource.*/
	padding: 1px 0px 0px 0px;
}

.page_subheader { /*NEW STYLE ONLY 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.*/
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 1.5px; 
	font-size: 15pt;
	color: #0069AA; 
	text-align: right; 
	background: #F0F0F0;
	border-radius: 0px;
	border-style: solid;
	border-color: #0069AA;
	padding: 10px;
	margin: -2px 0px 0px 0px;
	border-bottom: solid #0069AA 1px;
	border-top: solid #0069AA 1px;
	border-left: solid #0069AA 1px;
	border-right: solid #0069AA 10px;
}

.content_container { /*NEW STYLE ONLY 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*/
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 0px 0px;
}

.content_container h3:first-child{ /*NEW STYLE ONLY 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.*/
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 1.5px; 
	font-size: 15pt;
	color: #0069AA; 
	text-align: right; 
	background: #F0F0F0;
	border-radius: 0px;
	border-style: solid;
	border-color: #0069AA;
	border-bottom: solid #0069AA 1px;
	border-top: solid #0069AA 1px;
	border-left: solid #0069AA 1px;
	border-right: solid #0069AA 10px;
	padding: 10px 10px 10px 10px;
	margin: -20px -15px 10px -15px;
}

.content_container h3{ /*NEW STYLE ONLY 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.*/
		font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 1.5px; 
	font-size: 15pt;
	color: #0069AA; 
	text-align: right; 
	background: #F0F0F0;
	border-radius: 0px;
	border-style: solid;
	border-color: #0069AA;
	border-bottom: solid #0069AA 1px;
	border-top: solid #0069AA 1px;
	border-left: solid #0069AA 1px;
	border-right: solid #0069AA 10px;
	padding: 10px 10px 10px 10px;
	margin: 20px -15px 12px -15px;
}

.content_container h4{ /*This is the style used for the Heading 3 element*/
	letter-spacing: 1.5px; 
	font-size: 17pt;
	font-weight: bold;
	color: #0069AA; 
	text-align: left; 
	font-family: 'times new roman';
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
	
.content_container h5{ /*This is the style used for the Heading 4 element*/
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 1.5px; 
	font-size: 15pt;
	color: #0069AA; 
	text-align: left;
	font-style: italic;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.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: #777777 !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*/

	
h1.in_course {/*NEW STYLE ONLY*/
	letter-spacing: 1.5px; 
	margin-left: 10px;
	color:#0069AA;
	font-size:16pt;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	border-bottom: 1px solid #F1CB00;
	padding: 7px 0px 0px 5px;
	margin: 30px 0px 7px 0px;
	}
	
h2.in_course {/*NEW STYLE ONLY*/
	letter-spacing: 1.5px; 
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #EECA27;
	padding: 0px 0px 0px 15px;
	margin: 10px 0px 7px 0px;
	}

h3.in_course {/*OLD STYLE. This style was used for module headings in the old style*/
	letter-spacing: 1.5px; 
	font-size: 20pt;
	font-weight: bold;
	color: #0069AA; 
	text-align: left; 
	font-family: 'times new roman';
	}

h4.in_course {/*OLD STYLE. This style was used for page headings in the old style*/
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 1.5px; 
	font-size: 15pt;
	color: #0069AA; 
	text-align: left; 
	}
	
.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: 100%;
	max-width: 180px;
}
	
</style>