/* --- WEB SAFE FONTS ---
font-family:Verdana, Geneva, sans-serif;
font-family:Arial, Helvetica, sans-serif;
*/
@font-face {
	font-family: 'Lato-Light';
	src: url('../../fonts/Lato-Light.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Lato-Light.eot%3F') format('embedded-opentype'), /* IE6-IE8 */
         url('../../fonts/Lato-Light.ttf')  format('truetype'); /* Safari, Android, iOS */
	font-weight:300;
	font-style: normal;		 
}
@font-face {
	font-family: 'Lato-Regular';
	src: url('../../fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Lato-Regular.eot%3F') format('embedded-opentype'), /* IE6-IE8 */
         url('../../fonts/Lato-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
	font-weight:400;
	font-style: normal;
}
@font-face {
	font-family: 'Lato-Bold';
	src: url('../../fonts/Lato-Bold.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Lato-Bold.eot%3F') format('embedded-opentype'), /* IE6-IE8 */
         url('../../fonts/Lato-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
	font-weight:700;
	font-style: bold;		 
}

#courseTitle {
    position: absolute;
    bottom: 17px;
    left: 185px;
    width: 100%;
/*    font-family: 'Lato-Light',Arial, Helvetica, sans-serif; */
	font-family: 'Lato-Regular',Arial, Helvetica, sans-serif;
    font-size: 17px;
	line-height:normal;
    color: #797979;
}
#chapterTitle {
    position: absolute;
    top: 5px;
    left: 25px;
/*    font-family: 'Lato-Light',Arial, Helvetica, sans-serif; */
	font-family: 'Lato-Regular',Arial, Helvetica, sans-serif;
    font-size: 25px;
	line-height:normal;
    color: #ffffff;
}
/*
#pageTitle {			defined in page.css
	position:absolute;
	top:25;
	left:30px;
	font-size:22px;
	color:#ff00ff;
}
*/
#frameContents {
    position: absolute;
    overflow: hidden;
    left: 25px;
    top: 50px;
    bottom: 77px;
    right: 20px;
}
#frameSubCourse {
	border: none;
    display: none;
    position: absolute;
    top: 50px;
    left: 25px;
    bottom: 57px;
    right: 20px;
	box-shadow: 0px 0px 10px 5px #aaaaaa;
	-webkit-box-shadow: 0px 0px 10px #aaaaaa;	
}
#frameSubCourseRight {
	display: none;
	position: absolute;
	left: 50%;
	top: 130px;
	width: 46%;
	bottom: 100px;
}
#frameTranscript {
	display: none;
	position: absolute;
	left: 0px;
	top: 110px;
	width: 50%;
	bottom: 100px;
	padding: 0px;
}
#topBar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 37px;
	background-color: #f20516;
}
#bottomBar {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 55px;
    background-color: #d7d7d7;
    border-top: #f20516 solid 2px;
}
#frameMenu {
	position: absolute;
	right: 0;
	top: 5px;
	height: 27px;
	width: 180px;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}
#framePrompt {
	/*visibility:hidden;*/
	display: none;
	position: absolute;
	right: 0px;
	width: 170px;
	height: 80px;
	bottom: 60px;
}
#frameNav {
	position: absolute;
	right: 22px;
	width: 150px;
	height: 40px;
	bottom: 8px;
}
#frameTranscriptButton {
	display: none!important;
	position: fixed;
	left: 34%;
	bottom: 12px;
	width: 60px;
	height: 45px;
}
#frameAudio {
	display: none;
	position: absolute;
	left: 47%;
	bottom: 12px;
	width: 37px;
	height: 45px;
}
#framePageIndicator {
    position: absolute;
    right: 62px;
    bottom: 14px;
    width: 70px;
    height: 20px;
}
#footerText {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 15px;
	text-align: center;
	font-size: 11px;
	color: #828282;
	display:none;
}
#bottomLogo{
	position: absolute;
    left: 25px;
    bottom: 11px;
    background: url('../../interface/logo.png') no-repeat center left;
    height: 30px;
    width: 148px;
    border-right: #ffffff solid 2px;
}
#frameToc {
	border: 1px solid #999999;
	display: none;
	position: absolute;
	top: 10%;
	right: 15%;
	bottom: 20%;
	left: 15%;
	box-shadow: 0px 0px 10px 5px #999;
	-webkit-box-shadow: 0px 0px 20px #999;
}
#frameGlossary {
	border: 1px solid #999999;
	display: none;
	position: absolute;
	top: 10%;
	right: 15%;
	bottom: 20%;
	left: 15%;
	box-shadow: 0px 0px 10px 5px #999;
	-webkit-box-shadow: 0px 0px 20px #999;
}
#frameReferences {
	border: 1px solid #000000;
	display: none;
	position: absolute;
	top: 110px;
	left: 75px;
	width: 870px;
	height: 450px;
	box-shadow: 0px 0px 10px 5px #999;
	-webkit-box-shadow: 0px 0px 20px #999;
}
#frameResources {
	display: none;
	position: absolute;
	left: 810px;
	top: 60px;
	width: 200px;
	height: 60px;
}
#frameHelp {
	Xborder: 1px solid #000000;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	Xbox-shadow: 0px 0px 10px 5px #999;
	X-webkit-box-shadow: 0px 0px 20px #999;
}
#frameResume {
	display: none;
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	height: 200px;
	box-shadow: 0px 0px 10px 5px #999;
	-webkit-box-shadow: 0px 0px 20px #999;
}
#frameAudioPrompt {
	display: none;
	position: absolute;
	top: 180px;
	left: 300px;
	width: 400px;
	height: 150px;
	box-shadow: 0px 0px 10px 5px #999;
	-webkit-box-shadow: 0px 0px 20px #999;
}
#frameSplash {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
#popBackground {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255) transparent;
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d333333, endColorstr=#4d444444);
/* For IE 8
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d333333, endColorstr=#4d444444)";*/
}
#frameLogger {
	display: none;
	position: absolute;
	left: 200px;
	top: 150px;
	width: 610px;
	height: 400px;
}
#frameGallery {
	position: absolute;
	left: 0px;
	top: 521px;
	width: 100%;
	height: 98px;
	overflow: hidden;
}
#frameSideBar {
	display: none;
	position: absolute;
	right: 0px;
	top: 200px;
	width: 450px;
	height: 270px;
	overflow: hidden;
}
#frameIPadBegin {
	display: none;
	position: absolute;
	top: 180px;
	left: 300px;
	width: 400px;
	height: 200px;
	box-shadow: 0px 0px 30px 5px #777;
	-webkit-box-shadow: 0px 0px 60px #333;/*filter:progid:DXImageTransform.Microsoft.Shadow(Direction=135, Strength=8, Color='gray');*/
}
