/* main page/content styling */

[data-role=page] {
	width: 1013px;
	height: 640px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background: #fff;
}

.fullbleed [data-role=content] {
	height: 100%;
	margin: 0;
}

[data-role=content] {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 495px; /* set this value to course height (i.e. 650) minus top and bottom interface heights */
	margin: 70px 0 75px 0; /* set this value according to top and bottom interface heights */
	padding: 0;
}

#tm100322_180 [data-role=content]  {
	margin: 68px 0 75px 0; /* set this value according to top and bottom interface heights */
}

#mask {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

/* main container element */

#main-container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1013px;
	height: 640px;
	margin-top: -320px; /*set to a negative number 1/2 of your height*/
	margin-left: -506px; /*set to a negative number 1/2 of your width*/
	text-shadow: none;
	overflow: hidden;
	-webkit-box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, .33);
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.33);
}

#portrait-warning { 
	display: none; 
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #772432;
}

#portrait-warning-prompt{ 
	position: absolute;
	width: 400px;
	height: 20px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

@media only screen and (orientation:portrait){
    #main-container { display:none; }
    #portrait-warning { display:block; }
}

@media only screen and (orientation:landscape){
    #portrait-warning { display:none; }
}

/* splash screen content */

#splash {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 22;
}

/* requirements not met */

#browser-message {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #fff;
	z-index: 999;
}

/* navigation styling */

.navigation {
	position: absolute;
	z-index: 20;
}

.navigation.lefter {
	left: 0px;
	top: 200px;
	height: 200px;
}

.navigation.righter {
	right: 0px;
	top: 200px;
	height: 200px;
}

.navigation.footer {
	width: 100%;
	bottom: 0;
	height: 75px;
	background-color: #fff;
	border-top: 2px solid #a9b2b1;
}

/* Single-direction drop shadow */
/*hr {
	top: -20px;
    height: 12px;
    border: 1;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}*/

#logo {
	position: absolute;
	background: url('../globalgraphics/tmLogo.jpg');
	left: 50px;
	top: 5px;
	width: 203px;
	height: 65px;
}

#dropup {
	position: absolute;
	left: 300px;
	top: 20px;
	width: 300px;
	z-index: 2;
}



#headerprompt
{	
	display: block;
	padding: 10px 10px;
	background: url('../globalgraphics/menu-dropup.png') no-repeat;
	background-position: center;
	width: 310px;
	height: 32px;
	color: #772432;
	white-space: nowrap;
	font-family: Gotham-Medium, Arial, Helvetica, sans-serif;
	font-size: 14px;
	cursor: pointer;
}

#headerlist
{	
	display: none;
	position: absolute;
	/* 
		top is based on number of items and is different per course 
		so it is set in index.html

		^setting the bottom lets the content be positioned without needing to worry about the number of items. 
	*/
	bottom: 27px;
	left: 5px;
}

#headerlist.active
{	
	display: block;

}

.headerDU{
	float: left;
	width: 300px;
	height: 32px;
	cursor: pointer;
	background: #064165;
	padding: 8px 5px 0px 5px;
	text-decoration: none;
	border-bottom: 1px solid #064165;
	color: #fff;
}

#header-tm100114_180.headerDU {
	vertical-align: bottom;
	padding-top: 0;
}

#header-tm100203_060.headerDU {
	vertical-align: bottom;
	padding-top: 7px;
}


#header-tm100209_060.headerDU {
vertical-align: bottom;
padding-top: 0;
}


.headerDU.over
{
	background: #772432;
}


		
#levelbar {
	position: absolute;
	right: 50px;
	top: 33px;
	width: 340px; /* Changed from 296 when removing levelBar graphic */
	height: 10px;
}

#levelbar.level1 {
	/*background: url('../globalgraphics/levelBar1.jpg');*/
}

#levelbar.level2 {
	/*background: url('../globalgraphics/levelBar2.jpg');*/
}

#levelbar.level3 {
	/*background: url('../globalgraphics/levelBar3.jpg');*/
}

#levelbar.level4 {
	/*background: url('../globalgraphics/levelBar4.jpg');*/
}

#levelbar.level5 {
	/*background: url('../globalgraphics/levelBar5.jpg');*/
}

#levelbarpopup{
	/*display: none; Removed to show level info at all times */
	position: absolute;
	right: 1px;
	/*bottom: 12px; Removed with graphics for level info bar */
	width: 340px;
	text-align: right;
	font-family: Gotham-Book, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#levelbarpopup.show{
	display: block;
}

/* misc navigation */

/* overlays */

#externals {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 40;
}

#externals #blocker {
	position: absolute;
	z-index: 0;
}

#externals #document {
	position: absolute;
	top: 80px;
	left: 100px;
	width: 800px;
	height: auto;
	max-height: 500px;
	z-index: 1;
}

#externals #closeExternals {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
}

#moreinfomask{
	z-index: 21;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1013px;
	height: 532px;
	overflow: hidden;
}

#moreinfo {
	display: none;
	z-index: 19;
	position: absolute;
	left: 0px;
	/* footer height is 100 from bottom; tab button is 36 high */
	bottom: 108px;
}

#mibutton {
	z-index: 4;
	position: absolute;
	left: 760px;
	top: 1px;	
	width: 174px;
	height: 28px;
	background: url('../globalgraphics/moreInfoUp.png');
	padding-top: 9px;
	color: #fff;
	padding-left: 10px;
	font-family: Gotham-Bold, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#mibutton.down {
	background: url('../globalgraphics/moreInfoDown.png');
}

#migrfc{
	z-index: 2;
	position: absolute;
	width: 1013px;
	height: 5px;
	left: 0px;
	top: 28px;
	background: url('../globalgraphics/blueline.png');
}

#mimatte {
	z-index: 1;
	position: absolute;
	width: 1013px;
	left: 0px;
	top: 33px;
	width: 1013px;
	height: 640px;
	background-color: #fff;
}

#mitext {
	position: absolute;
	padding: 10px;
	left: 0px;
	top: 0px;
	width: 1013px;
	color: #212121;
	font-family: MyriadPro-Regular, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.2;
}

#miblocker {
	display: none;
	position: absolute;
	z-index: 18;
	left: 0px;
	top: 0px;
	width: 1013px;
	height: 640px;
}

#overlays {
	z-index: 20;
	position: absolute;
	padding-top: 50px;
}

.overlay {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	background-color: #fff;
	width: 400px;
	height: auto;
	max-height: 500px;
	z-index: 20;
}

/* plugin styles */

.navigation .plugin {
	float: left;
	margin-right: 8px;
	margin-left: 0;
}

/* loader */

.ui-loader {
	background: #333;
	border-radius: 4px;
	color: #ddd;
	width: 46px;
	height: 46px;
}

.ui-loader .ui-icon-loading {
	/* single course project */
	/*background: url('../graphics/loader.gif');*/
	/* multi course project */
	background: url('../globalgraphics/loader.gif');
	width: inherit;
	height: inherit;
}

/* skilldrill styles */

#skill-close {
	display: none;
}

.complete #skill-close {
	display: block;
}

[data-role=content].child {
	background-color: #eee;
	width: 912px;
	height: 450px;
	margin: 100px 50px;
	border: 1px solid #333;
}

[data-role=content].child #skill-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 8px;
	display: inline-block;
	background: #fff;
	font-weight: bold;
	font-size: 24px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

[data-role=content].child #skill-close.over {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.presentation.presentation2 .graphic #tm100208_195 {
	width:400px;
	height: 100px;
}



/* buttons */
.btn{

}

#back{
	margin-left: 10px;
	background: url('../globalgraphics/btnBack.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: relative;
	top: 80px;
	width: 18px;
	height: 38px;
	overflow: hidden;
}

#back.over {
	background-position: -19px 0px;
}

#back.disabled {
	/*background-position: -38px 0px;*/
	display: none;
}

#next{
	margin-right: 10px;
	background: url('../globalgraphics/btnNext.png');
	background-position: -39px 0px;
	background-repeat: no-repeat;
	position: relative;
	top: 80px;
	width: 19px;
	height: 38px;
	overflow: hidden;
}

#next.over {
	background-position: -19px 0px;
}

#next.disabled {
	/*background-position: -38px 0px;*/
	display: none;
}

#media:before {
	content: "Pause";
}

#media.paused:before {
	content: "Play";
}