body{
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #000000;
}

#headerContainer {
	height: 43px;
	width: 100%;
	background-color: #000;
	background-image: url("resources/topBar.png");
}

#moreButtons {
	float:right !important;
}
body.mobile #headerContainer *{
	visibility: hidden;
}
#footerContainer {
	width: 100%;
	clear: both;
	height: auto !important;
	display: block;
	border-top: 1px solid black;
	background-color: #fff;
}
#footerContainer #footerText {
	padding: 4px;
	text-align: center;
	font-size: 12px;
	color: black;	
}
html.position-fixed #footerContainer{
	position: fixed;	
}
.online #westPanel #menu {
	background-color: #fff;
	top: 53px;
	height: 580px;
}
.online #westPanel #menuTabs {
	background-color: #eee;
	border-bottom-color: #bbb;
}
.online #westPanel #menuTabs li.selected {
	background-color: #e6e6e6;
	border-color: #bbb;
	border-bottom-color: #f4f5f6;
}
.endScreen {
	padding-top: 40px;
	font-size: 1em;
}

.endScreen #endMod_header,
.endScreen #endCourse_header,
.endScreen #endTest_header {
	font-weight: bold;
	text-align: center;
}
.endScreen #endMod_moduleName,
.endScreen #endCourse_courseName,
.endScreen #endTest_moduleName {
	color: #868786;
}
.endScreen .dki-themeTextColor {
	color: black;
}
.endScreen #endMod_status,
.endScreen #endCourse_status,
.endScreen #endTest_status {
	background-color: #A6A7A8;
	border: 1px solid #bcbdc0;
	box-shadow: 3px 3px 5px #999;
	-moz-box-shadow: 3px 3px 5px #999;
	-webkit-box-shadow: 3px 3px 5px #999;
	margin-bottom: 10px;
}
.endScreen #endCourse_status,
.endScreen #endCourse_testing {
	background-color:white;
}
.endScreen #endCourse_testing .dki-modScore,
.endScreen #endCourse_testing .dki-modAttempts {
	color: #868786;
}
.endScreen #endCourse_status .dki-themeTextColor,
.endScreen #endCourse_testing .dki-themeTextColor{
	font-weight:bold;
}
.endScreen #endMod_status .dki-lineitem,
.endScreen #endCourse_status .dki-lineitem,
.endScreen #endTest_status .dki-lineitem {
	color: white;
	border-bottom-width:1px;
}
.endScreen #endCourse_status .dki-lineitem { 
	color: #868786;
}
.endScreen #endMod_actions a,
.endScreen #endCourse_actions a,
.endScreen #endTest_actions a,
.endScreen #endMod_actions a.disabled,
.endScreen #endCourse_actions a.disabled,
.endScreen #endTest_actions a.disabled,
.endScreen #endMod_actions a.disabled:hover,
.endScreen #endCourse_actions a.disabled:hover,
.endScreen #endTest_actions a.disabled:hover,
.endScreen #endMod_actions a.disabled.active,
.endScreen #endCourse_actions a.disabled.active,
.endScreen #endTest_actions a.disabled.active {
	background-color: #868786;
	color: black;
	box-shadow: 3px 3px 5px #999;
	-moz-box-shadow: 3px 3px 5px #999;
	-webkit-box-shadow: 3px 3px 5px #999;
	text-shadow:none;
}
.endScreen #endMod_actions a:hover,
.endScreen #endCourse_actions a:hover,
.endScreen #endTest_actions a:hover {
	background-color: #c5c6c6 ;
}
.endScreen #endScreen .dki-title {
	color: #fff;
}
.endScreen #endScreen .dki-lineitem {
	font-size: 14px;
	font-weight: normal;
	color: #505050;
}
.endScreen #endScreen .dki-lineitem .dki-modTitle {
	font-weight: bold;
}
.endScreen #endScreen .dki-lineitem .dki-modBtn {
	padding: 6px 20px;
	font-weight: bold;
	background-color: #004363;
	box-shadow: none;
}
.endScreen #endScreen .dki-lineitem .dki-modBtn:hover {
 	background-color: #4991a9;
}

.endScreen #endMod_actions .endMod_learningLink {
    background-color: #61a126;
}

.endScreen p.exitPhrase {
    text-align: center;
    padding: 10px 0px 20px 0px;
    font-style: italic;
}

.endScreen p.exitPhrase .exitPhraseImg {
    display: inline-block;
    width: 55px;
    height: 30px;
    padding: 0;
    background-image: url("resources/buttons.png");
    background-position: 0px -270px;
    margin-left: 8px;
    margin-right: 8px;
}

/*Course Title */
#courseTitle { 
	width: 50%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: normal;
	visibility:visible !important;
	position: absolute;
	left: 125px;
	height:36px;
	margin-top:13px;
	font-size: 16px;
	color:white;
	line-height: 17px;
}
/* Info */
#info {
	position: relative;
	width: auto;
	height: auto;
	padding: 0;
	top: 3px;
	left: 7px;
	color: #333;
}
#info #moduleName {
	font-size: 18px;
}
#info #objectName {
	font-weight: normal;
}

/* Progress Bar */
#progressBar {
	position: relative;
	width: 50%;
	height: 13px;
	float: right;
	margin-top: 8px;
	margin-right: 5%;
}
#progressBar .background {
	height: 13px;
	width: 100%;
	float: left;
	position: relative;
}
#progressBar .background div {
	float: left;
	height: 13px;
}
#progressBar .background .bg-left {
	position: absolute;
	left: 0px;
	width: 1px;
	background-image: url("resources/progressBar/left.png");
	background-repeat: no-repeat;
}
#progressBar .background .bg-middle {
	width: 100%;
	background-image: url("resources/progressBar/middle.png");
	background-repeat: repeat-x;
}
#progressBar .background .bg-right {
	position: absolute;
	right: 1px;
	width: 1px;
	background-image: url("resources/progressBar/right.png");
	background-repeat: no-repeat;
}
#progressBar .scrub-bar {
	position: relative;
	height: 11px;
	top: 2px;
	left: 2px;
	background-image: url("resources/progressBar/scrubber.png");
	background-repeat: repeat-x;
}
#progressBar .ticks {
	width: 100%;
	position: absolute;
	top: 0px;
	height: 11px;
	margin-top: 2px;
}
#progressBar .ticks div {
	height: 8px;
	padding-top: 2px;
	float: left;
}
#progressBar .ticks .gap {
	background-image: none;
	border-right: 1px solid #333;
}

div.certificate #certificate_print {
	top:20px;
	right: 30px;
}

div.certificate #certificate_date {
	left:30px;
}

#logo{
	width: 300px;
	height: 43px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	float: left;	
}

body.mobile #logo{
	margin-left: 5px;
	background-position: center center;
}

#screenCount {
	font-size: 0.75em;
	float:right;
	width: auto;
	position:static;
	line-height: 1em;
	margin-top:7px;
	padding-right:5px;
	height: 12px;
}

/*buttons*/
.navButtonContainer {
	margin-right: 15px;
}
#navButtons {
	width: 125px;
	display: inline;
}

#navigationButtons {
	margin-right: 0px;
	padding-right: 0px;
}

.button-left, .button-right, .button-middle, .button-label{
	display: none !important;
}

#headerContainer .navButton,
#footerContainer .navButton {
	display: inline-block;
	width: 55px;
	height: 30px;
	padding: 0;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-image: url("resources/buttons.png");
}
#dropdown .dropdown-button{
	display: block;
	width: 55px;
	height: 30px;
	margin: 5px 5px 0px 5px;
	background-repeat: no-repeat;
	background-image: url("resources/buttons.png");
}

#dropdown .dropdown-button.last {
  margin-bottom: 5px;
}

#footerContainer .navButton {
	top: 30px;
	float: right;
}
#headerContainer .navButton {	
	float: left;
}

#forwardButton {
  background-position: 0px 0px;
}
#forwardButton:hover {
  background-position: -55px 0px;
}
#forwardButton:active {
  background-position: -110px 0px;
}

#headerContainer #forwardButton {
  background-position: 0px -30px;
}
#headerContainer #forwardButton:hover {
  background-position: -55px -30px;
}
#headerContainer #forwardButton:active {
  background-position: -110px -30px;
}

#backButton {
  background-position: 0px -90px;
}
#backButton:hover {
  background-position: -55px -90px;
}
#backButton:active {
  background-position: -110px -90px;
}

#headerContainer #backButton {
  background-position: 0px -60px;
}
#headerContainer #backButton:hover {
  background-position: -55px -60px;
}
#headerContainer #backButton:active {
  background-position: -110px -60px;
}

#listButton, #dropdownButton {
  background-position: 0px -120px;
}
#listButton:hover, #dropdownButton:hover {
  background-position: -55px -120px;
}
#listButton:active, #dropdownButton:active {
  background-position: -110px -120px;
}

#headerContainer #listButton{
	display: none;
}

#replayButton {
  background-position: 0px -150px;
}
#replayButton:hover {
  background-position: -55px -150px;
}
#replayButton:active {
  background-position: -110px -150px;
}

#dropdown #replayButton {
  background-position: 0px -180px;
}
#dropdown #replayButton:hover {
  background-position: -55px -180px;
}
#dropdown #replayButton:active {
  background-position: -110px -180px;
}

#resourceButton {
  background-position: 0px -210px;
}
#resourceButton:hover {
  background-position: -55px -210px;
}
#resourceButton:active {
  background-position: -110px -210px;
}

#dropdown #resourceButton {
  background-position: 0px -240px;
}
#dropdown #resourceButton:hover {
  background-position: -55px -240px;
}
#dropdown #resourceButton:active {
  background-position: -110px -240px;
}

#exitButton {
  background-position: 0px -270px;
}
#exitButton:hover {
  background-position: -55px -270px;
}
#exitButton:active {
  background-position: -110px -270px;
}

#dropdown #exitButton {
  background-position: 0px -300px;
}
#dropdown #exitButton:hover {
  background-position: -55px -300px;
}
#dropdown #exitButton:active {
  background-position: -110px -300px;
}

#menuButton {
  background-position: 0px -330px;
}
#menuButton:hover {
  background-position: -55px -330px;
}
#menuButton:active {
  background-position: -110px -330px;
}

#dropdown #menuButton {
  background-position: 0px -360px;
}
#dropdown #menuButton:hover {
  background-position: -55px -360px;
}
#dropdown #menuButton:active {
  background-position: -110px -360px;
}

#transcriptButton {
  background-position: 0px -390px;
}
#transcriptButton:hover {
  background-position: -55px -390px;
}
#transcriptButton:active {
  background-position: -110px -390px;
}

#dropdown #transcriptButton {
  background-position: 0px -420px;
}
#dropdown #transcriptButton:hover {
  background-position: -55px -420px;
}
#dropdown #transcriptButton:active {
  background-position: -110px -420px;
}

#audioButton.muted {
  background-position: 0px -450px;
}
#audioButton.muted:hover {
  background-position: -55px -450px;
}
#audioButton.muted:active {
  background-position: -110px -450px;
}

#dropdown #audioButton.muted {
  background-position: 0px -480px;
}
#dropdown #audioButton.muted:hover {
  background-position: -55px -480px;
}
#dropdown #audioButton.muted:active {
  background-position: -110px -480px;
}

#audioButton {
  background-position: 0px -510px;
}
#audioButton:hover {
  background-position: -55px -510px;
}
#audioButton:active {
  background-position: -110px -510px;
}

#dropdown #audioButton {
  background-position: 0px -540px;
}
#dropdown #audioButton:hover {
  background-position: -55px -540px;
}
#dropdown #audioButton:active {
  background-position: -110px -540px;
}

#glossaryButton {
  background-position: 0px -570px;
}
#glossaryButton:hover {
  background-position: -55px -570px;
}
#glossaryButton:active {
  background-position: -110px -570px;
}

#dropdown #glossaryButton {
  background-position: 0px -600px;
}
#dropdown #glossaryButton:hover {
  background-position: -55px -600px;
}
#dropdown #glossaryButton:active {
  background-position: -110px -600px;
}

#dropdown #bibliographyButton {
  background-position: 0px -780px;
}
#dropdown #bibliographyButton:hover {
  background-position: -55px -780px;
}
#dropdown #bibliographyButton:active {
  background-position: -110px -780px;
}
#courseSearchButton {
  background-position: 0px -720px;
}

#courseSearchButton:hover {
  background-position: -55px -720px;
}
#courseSearchButton:active {
  background-position: -110px -720px;
}

#dropdown {
  position: absolute;
  top: 36px;
  left: 125px;
  z-index: 1000000;
  border: 1px solid #707070;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #ccc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#c1c1c1));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #c1c1c1);
  background-image: -moz-linear-gradient(top, #e8e8e8, #c1c1c1);
  background-image: -ms-linear-gradient(top, #e8e8e8, #c1c1c1);
  background-image: -o-linear-gradient(top, #e8e8e8, #c1c1c1);
  background-image: linear-gradient(to bottom, #e8e8e8, #c1c1c1);
  box-shadow: 3px 3px 8px #888f8f;
  -moz-box-shadow: 3px 3px 8px #888f8f;
  -webkit-box-shadow: 3px 3px 8px #888f8f;
}

.endScreen a.dki-modBtn {
	background-color: #868786 ; 
	color:white;
}
.endScreen a.dki-modBtn:hover {
	background-color: #c5c6c6  ; 
	color:black;
}

#dropdown.hidden {
  display: none;
}

.phone #dropdownButton{
	margin-left: 5px;
}
.phone #dropdown{
	top: 32px;
	left: 5px;
}


@media handheld, only screen and (max-width: 768px) {
	#progressBar{
		float: left;
		clear: both;
		width: 80%;
		margin-left: 10%;
		margin-top: 2px;
	}	
	#progressBar .bg-left, #progressBar .bg-right{
		display: none;
	} 
}

@media handheld, only screen and (max-width: 720px) {
	#progressBar{
		width: 90%;
		margin-left: 5%;
	}
}

@media handheld, only screen and (max-width: 480px) {
	
}

@media handheld, only screen and (max-width: 400px) {	
	#info{
		display: none;
	}
	
	#progressBar{
		width: 100%;
		margin-left: 0%;
	}	
	
	#progressBar .scrub-bar {
		left: 0px;
	}

	#headerContainer #courseTitle {
		display:none;
	}
	#headerContainer #screenCount {
		display:none;
	}
}

@media handheld, only screen and (max-width: 320px) {
	
}

