
/* CONTENT */


ul.goldbullets, .elearning-element > ul {
	list-style: url(../images/goldsquare8.gif);
	padding-left: 2em;
	}

ul.goldbullets li, .elearning-element > ul > ul li {
	padding-left:0.5em;
}

ul.goldbullets > li + li, .elearning-element > ul li+li {
	padding-top: 0.5em;
	background-position: 0 0.85em;
}

ul.goldbullets ul, ol ul {
	list-style: disc url(../images/golddot8.png);
	padding-left: 1.5em;
	padding-bottom: 0.3em;
}

ul.goldbullets ul ul, ol ul ul {
	list-style: circle;
	padding-left: 1.5em;
	}

ul.goldbullets li li, ol li li {
	padding-top: 0.3em;
}

#course-content {
	cursor: default;
	z-index: 1;
	}

p.lastvalidnote {
	background-color: #f44;
	text-align: center;
	padding: 0.4em;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

p.lastvalidnote a {
	color: #fff;
	text-decoration: underline;

}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

.elearning-table {
	margin: 0.8em 0 1.2em;
	}

.elearning-table td, .elearning-table th {
	vertical-align: top;
	padding: 0.3em;
	min-width:30px;
	height:20px;
	border: black solid 2px;
	background-color: #fefefe;
	}

.elearning-table th {
	padding: 0.3em 0.5em ;
	color: white;
	background-color: #747;
	}

.elearning-table p {
	margin: 0.4em;
	margin-bottom: 0.6em;
	}

.elearning-table ul, .elearning-table ol {
	margin: 0.3em;
	padding:0.2em 0.5em 0.2em 1.5em;
	}

.elearning-table li {
	margin: 0.4em;
	}

.table-attribution {
	display: inline-block;
	margin-top: -15px;
	color: grey;
	padding: 5px 10px;
	float: right;
	font-size: 0.9em;
}

.elearning-hiddenbox {
	position: relative;
	margin: 0 -1em 1.4em -1em;
	padding: 10px;
	border-radius: 15px;
	border: solid 3px #c3801a;
	}

.elearning-hiddenbox h3 {
	font-weight: bold;
	position: relative;
	margin: 0;
	padding-left: 8px;
	color: #c3901a;
}

.elearning-hiddenbox.closed:hover {
	background-color: #ddc;
	cursor: pointer;
}

.elearning-hiddenbox div.hiddencontent {
	padding: 0 10px;
}

.elearning-hiddenbox .toggle {
	position: relative;
	top: -0.2em;
	}

#course-content > img {
	display: block;
	margin: 30px auto;
	max-width: 100%;
	min-width: 100px;
	-ms-interpolation-mode: bicubic;
	}

.content-weblink {
	display: block;
	min-height: 35px;
	padding-left: 35px;
	padding-top: 2px;
	background-image: url(../images/elearning/pointer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

.quotebox {
	display:block;
	background-color: #f9f0d4;
	padding: 0.8em 1.4em;
	position: relative;
	margin-bottom: 2em;
	margin-top: 2em;
	border: solid 1px #f3d096;
	border-radius: 0.5em;
	}

.quotebox p {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.biglquotes, .bigrquotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5em;
	font-weight: bold;
	color: #c3801a;
	position: absolute;
}

.biglquotes {
	top: -0.4em;
	left: 0.2em;
}

.bigrquotes {
	right: 0.2em;
	bottom: -0.85em;
}

.quote-attrib {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-left: 2em;
	margin-bottom: 2em;
	}

div.download {
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 0;
	min-height: 4em;
	font-size: 0.9em;
	border: solid 1px #aaa;
	box-shadow: 3px 5px 5px #bbb;
	border-radius: 0.6em;
}

div.download h3 {
	margin: 0;
	padding: 0.5em;
	padding-left: 1em;
	background-color: #c3901a;
	color: #fff;
	margin-bottom: 1em;
	border-radius: 0.4em 0.4em 0 0;
	}

div.download p {
	position: relative;
	padding: 0 20px 0 75px;
	margin-bottom: 1.5em;
	min-height: 40px;
	}

div.download em {
	font-size: 0.9em;
	color: #999;
	display: block;
	}

div.download a {
	display:block;
	font-size: 1.1em;
	margin-bottom: 0.5em;
	}

div.download .elearning-editbox {
	right: 10px
	}
	
div.download span.mini-icons a {
	display:inline-block;
	}
	
div.download span.mini-icons input {
	position: relative;
	top: -5px
	}

.dl-icon img {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	margin-left: 1em;
	margin-right: 1.5em;
}


.video-container { 
	position: relative;
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	margin: 2.5em auto
	} 

.video-container iframe, .video-container object, .video-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	}

.videonote { 
	margin-top: -2em; 
	color: #aaa;
	font-style: italic;
	font-size: 0.85em;
	}

