@font-face {
    font-family: TradeGothicBdCn;
    src: url('../font/tradegothicltstd-bdcn20-webfont.eot');
    src: url('../font/tradegothicltstd-bdcn20-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/tradegothicltstd-bdcn20-webfont.woff') format('woff'),
         url('../font/tradegothicltstd-bdcn20-webfont.ttf') format('truetype'),
         url('../font/tradegothicltstd-bdcn20-webfont.svg#TradeGothicLTStdBdCnNo.20') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: GGSubscript;
    src: url('../font/ggsubscr-webfont.eot');
    src: url('../font/ggsubscr-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/ggsubscr-webfont.woff') format('woff'),
         url('../font/ggsubscr-webfont.ttf') format('truetype'),
         url('../font/ggsubscr-webfont.svg#GGSubscriptRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: GGSuperscript;
    src: url('../font/ggsupers-webfont.eot');
    src: url('../font/ggsupers-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/ggsupers-webfont.woff') format('woff'),
         url('../font/ggsupers-webfont.ttf') format('truetype'),
         url('../font/ggsupers-webfont.svg#GGSuperscriptRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: TradeGothicBold;
    src: url('../font/tradegothic-boldtwo-webfont.eot');
    src: url('../font/tradegothic-boldtwo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/tradegothic-boldtwo-webfont.woff') format('woff'),
         url('../font/tradegothic-boldtwo-webfont.ttf') format('truetype'),
         url('../font/tradegothic-boldtwo-webfont.svg#TradeGothicBoldTwo') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: TradeGothicMedium;
    src: url('../font/tradegothic-light-webfont.eot');
    src: url('../font/tradegothic-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/tradegothic-light-webfont.woff') format('woff'),
         url('../font/tradegothic-light-webfont.ttf') format('truetype'),
         url('../font/tradegothic-light-webfont.svg#TradeGothicLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: TradeGothicMedium;
	font-size: 1em;
	color: #666666;
	background: #000000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ui-content{
	padding: 0px;
}

.ui-dialog .ui-header, 
.ui-dialog .ui-content, 
.ui-dialog .ui-footer { 
	max-width: 500px; 
	margin: 25px auto 15px auto; 
}

.caption-box{
	border: solid 1px #DEDEDE;
	background: #EFEFEF;
	color: #222222;
	font-size: 0.75em;
	padding: 8px;
	text-align: left;
	position: absolute;
	left: 50px;
	top: 534px;
	width: 380px;
	height: 86px;
	display: none;
	
	z-index: 22;
	-webkit-transform: translateZ(1);
	
	overflow-y: auto;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 1px 1px 8px 1px #666666;
	-webkit-box-shadow: 1px 1px 8px 1px #666666;
	box-shadow: 1px 1px 8px 1px #666666;
}

textarea {
    resize: none;
}

/* Hyperlink Styles: */

a, a:visited{

}

a:hover{

}

a img{

}

/* Headings: */

h1,h2,h3{
}

p{
	margin: 0; 
	padding: 0; 
}

b{
	font-weight: bold;
}

ul{
	margin-left: 0;
	padding-left: 1em;
	text-indent: 0em;
}

li{
	margin: 1em 0;
}

.subscript{
	font-family: GGSubScript;
	font-size: 1em;
}

.superscript{
	font-family: GGSuperScript;
	font-size: 1em;
}

#main-container{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1013px;
	height: 650px;
	margin-top: -325px; /*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;
}

#mediaPlayer{
	position: absolute;
}

/* The navigation styling: */

#top-nav{
	position: absolute;
	top: 0px;
	height: 76px;
	width: 1013px;
	z-index: 20;
	background: url('../graphics/top.png') top left no-repeat;
}

#top-nav-content{
	position: relative;
	height: 76px;
	text-align: center;
}

#top-nav-content #link{
	position: absolute;
	left: 40px;
	top: 0px;
	width: 184px;
	height: 60px;
	cursor: pointer;
}

#courseTitle{
	font-family: TradeGothicBdCn;
	font-size: 1.625em;
	text-shadow: none; 
	color: #333333;
	position: absolute;
	left: 870px;
	top: 12px;
}

#bottom-nav{
	position: absolute;
	top: 553px;
	height: 97px;
	width: 1013px;
	z-index: 20;
	text-align: center;
	background: url('../graphics/bottom.png') top left no-repeat;
}

#bottom-nav-content{
	position: relative;
	height: 97px;
	text-align: center;
}

/**/

.btn-standard{
	border: 2px solid #000000;
	padding: 4px;
	margin-top: 14px;
	text-align: center;
	width: 100px;
	font-weight: bold;
	margin-left: 130px;
	cursor: pointer;
}

.bottom-nav-btn{
	position: absolute;
	top: 15px;
	border: none;
	cursor: default;
}

#btn-home{
	top: 22px;
	left: 323px;
	height: 57px;
	width: 57px;
	background: url('../graphics/home_disabled.png') top left no-repeat;
}

#btn-back{
	top: 20px;
	left: 399px;
	height: 60px;
	width: 60px;
	background: url('../graphics/back_disabled.png') top left no-repeat;
}

.btn-play{
	background: url('../graphics/play_disabled.png') top left no-repeat;
}

.btn-pause{
	background: url('../graphics/pause_disabled.png') top left no-repeat;
}

#btn-media{
	left: 477px;
	height: 66px;
	width: 66px;
}

#btn-next{
	top: 20px;
	left: 562px;
	height: 60px;
	width: 60px;
	background: url('../graphics/next_disabled.png') top left no-repeat;
}

#btn-volume{
	top: 22px;
	left: 642px;
	height: 57px;
	width: 57px;
	background: url('../graphics/volume_disabled.png') top left no-repeat;
}

#btn-caption{
}

#btn-replay{
}

/**/

[data-role=page]{
	min-width: 1013px !important;
	max-width: 1013px !important;
	min-height: 650px !important;
	max-height: 650px !important;
	position: absolute !important;
	text-shadow: none !important;
	z-index: 10 !important;
}

[data-role=dialog]{
	z-index: 21 !important;
}

[data-role=dialog] [data-role=content]{
	overflow: hidden !important;
}

[data-role=page] [data-role=content]{
	min-width: 1013px !important;
	max-width: 1013px !important;
	position: absolute !important;
	top: 76px !important;
	min-height: 574px !important;
	max-height: 574px !important;
	background: transparent !important;
	overflow: hidden !important;
}

/* Page styles: */

.ui-block-a{
	width: 380px;
}

.ui-block-a li{
	display: list-item;
	margin-left: 30px;
}

.ui-block-b{
	width: 613px;
}

.pane-text{
	position: relative;
	margin: 0px 40px 0px 40px;
}

.pane-graphic{
	position: relative;
}

.tText{
	font-family: TradeGothicBdCn;
	font-size: 1.75em;
	color: #333333;
}

.pText{
	font-family: TradeGothicMedium;
	font-size: 0.938em;
	color: #333333;
}

.dText{
	font-family: TradeGothicMedium;
	font-size: 0.938em;
	color: #333333;
}

.graphic{
	overflow: hidden;
}

#bg-overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}


/* feedback panel */

.fb-overlay{
	display: none;
	position: absolute;
	top: 80px;
	left: 0px;
	z-index: 100;
	width: 100%;
	height: 584px;
}

.fb-dimmer{
	position: absolute;
	top: -80px;
	left: 0px;
	
	width: 100%;
	height: 100%;
	background: #000000;
	
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.fb-box{
	/*position: absolute;
	top: 100px;
	left: 50%;*/
	
	width: 626px;
	height: 366px;
	background: url(../graphics/feedback_overlay.png) no-repeat;
	color: #333333;
	
	font-family: TradeGothicBold;
	font-size: 1.1em;
	
	padding: 40px 100px 50px 50px;
	/*margin-left: -250px;*/
	overflow: hidden;
}

#menu_title {
	margin: -20px 0px 0px 365px;
	padding: 0px;
}