* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

p { margin-bottom: 1em; }

i { font-style:italic; }

strong, b { font-weight: bold; }

sup, sub {
	vertical-align: baseline;
    position: relative;
    top: -0.4em;
	font-size: smaller;
}
sub { top: 0.4em; }
input[type="text"] {
	background: #FFF;
	border: 1px solid #999;
	padding: 4px;
}
input.DISABLED[type="text"] {
	background: #EBEBE4;
}
hr{
	display: block;
	border-style: inset;
	border-width: 1px;
	width: 100%;
}

html, body {
    height: 100%;
    width: 100%;
}
body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3em;
	background:#CCCCCC;


	/*text-align:center;*/
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
	body{
		/*position: fixed;
        bottom: 0;
        width:100%;
        height: 670px;*/
	}
}
.pagePreloader{
	display:none !important;
}
.pageNumbers {
	position: absolute;
	z-index: 22;
	font-size: 12px;
	right: 113px;
	top: 4px;
	display: none !important;
}

/*#interfaceWrapper{
	display:table;
	margin: 0 auto;
	width: 1024px;
	height: 100%;
}
#interfaceWrapperCell{
	display:table-cell;
	vertical-align: middle;
}*/

#interface {
	display:block;
    overflow: hidden;
    /*min-width: 1024px;
	max-width:1920px;*/
	/*left:50%;
	top:50%;
	margin:-336px 0 0 -512px;*/
	position: relative;
	background: #000;

	min-height: 670px;
	text-align:left;

	width:1024px;
	height:670px;

	margin:0 auto;
}
@media screen and (max-width: 1024px) {
	#interface {
		left:0;
		margin-left:0;
	}
}
@media screen and (max-height: 670px) {
	#interface {
		top:0;
		margin-top:0;
	}
}
/*@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
	#interfaceWrapper {
		height: 670px;
	}
}*/
/*@media only screen and (orientation:portrait) {*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	body{
		height: 928px;
	}
	#interfaceWrapper{
		width: 768px;
	}
    #interface {
        width: 768px;
        height: 928px;
    }
}





#interface .ui-content {
    position: absolute;
	left:0;
	height:565px;
    z-index: 3;
    /*background: white;*/
	/*float: left;*/
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#interface #page-placeholders-div {
	position: absolute;
	left: 0;
	top:0;
	z-index:3;
	width: 100%;
	height: 100%;
}
#interface #page-placeholders {
    position: absolute;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    left: 0;
	z-index:3;
	width: 100%;
	height: 100%;
}
.placeholder {
    list-style: none;
    display: block;
	position: absolute;
	top:800px;
	width: 100%;
	height: 100%;
	/*-webkit-transform: translate3d(0,0,0);*/
}
.placeholder.CURRENT {
	top:0;
	left:0;
}
.placeholder.NEXT {
	top:0;
	left: 100%;
}
.placeholder.PREV {
	top:0;
	left:-100%;
}


/* INTERFACE HEADER AREA */
#interface > .ui-header {
	position: relative;
	height: 60px;
	z-index: 11;
	background: rgba(8, 16,123, 0.95);
	line-height: 55px;
	vertical-align: middle;
}
.ui-chapter, .ui-pageTitle, .titlesDivder {
    color: #FFF;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	margin-left:68px;
	white-space: nowrap;
}
.ui-chapter .chap-num{/*.ui-chapter{*/
	color: #E49000;
}
.ui-pageTitle, .titlesDivder {
	margin-left:5px;
}
#interface .ui-pageCounter {
	/* width: 60px; */
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	z-index: 3;
	letter-spacing: 1px;
	line-height: 24px;
	/* float: right; */
	margin: 10px -6px 0 -6px;
	white-space: nowrap;
	display: inline-block;
}
/*#interface .ui-pageCounter:before{
	content: "";
	position: absolute;
	width: 2px;
	background: url("../images/divider.png") repeat-y;
	left: -5px;
	top: -6px;
	height: 35px;
}
#interface .ui-pageCounter:after {
	content: "";
	position: absolute;
	width: 2px;
	background: url("../images/divider.png") repeat-y;
	right: -5px;
	top: -6px;
	height: 35px;
}*/


/* INTERFACE FOOTER AREA */

#interface > .ui-footer {
	position:relative;
    font-weight: bold;
    height: 67px;
    z-index: 101;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 0;
}
.logo {
    padding: 8px 8px 0px 16px;
    float: left;
}
#interface > .ui-footer .title {
    float: left;
    margin-left: 10px;
    margin-top: 9px;
    font-size: 18px;
    color: #282b32;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #fff;
}
#interface > .ui-footer .subtitle {
    float: left;
    margin-top: -6px;
    font-size: 12px;
    color: #E49000;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 0px #d1d1d1;
}

#interface > .ui-footer .reviewControls {
  background: url("../images/footerBg.png") repeat-x scroll 0 0 #FAF9F7;
  font-weight: normal;
  height: 100%;
  margin-top: 0;
  position: absolute;
  right: 0;
  text-align: right;
  width: 400px;
  z-index: 50;
  display: none;
  padding-left: 50px;
}

#interface > .ui-footer .reviewControls.DISPLAY {
    display: inline-block;
    opacity: 1;
    /*cursor: pointer;*/
}
#interface > .ui-footer .reviewControls #review{
	right: 8px;
	top: 11px;
	cursor: pointer;
}


.navProgress{
	position:absolute;
	width:100%;
	bottom:0;
	display: none;
}
.navProgress-bar{
	background:#333333;
	position:absolute;
	width:100%;
	bottom:0;
	height:11px;
}


.ui-exitBtn{
	width: 68px;
	height: 60px;
	background: url(../images/Btns_Main.png);
	float:right;
}
.ui-exitBtn.HOVER, .ui-exitBtn.DOWN{
	background-position:-68px 0px;
}
.ui-menuBtn{
	width: 68px;
	height: 60px;
	background: url(../images/Btns_Main.png) 204px -60px;
	position: absolute;
	left: 0;
	top: 0;
}
.ui-menuBtn.HOVER, .ui-menuBtn.DOWN{
	background-position:136px -60px;
}
.ui-menuBtn.DISABLED{
	background-position:204px -60px;
}
.ui-contentWrap{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}

.ui-navWrap{
	top: 60px;
	bottom: 0;
	position: absolute;
	background: #08107B;
	width:212px;
	z-index: 1;
	visibility:hidden;
	display: none;/*For screen readers, because menus appear before content in code, but if they are hidden, it's ok. Take this out if visibility and *not* display is what we need here, and we don't need screen readers*/
}
.OPEN .ui-navWrap{
	visibility:visible;
	display: block;/*For screen readers, because menus appear before content in code, but if they are hidden, it's ok. Take this out if visibility and *not* display is what we need here, and we don't need screen readers*/

}
.menuFlyout{
	position:relative;
	width:50px;
	height:100%;
	float: left;
	background: #000;
}
#interface #navigation {
	margin-left:0;
}
#interface #navigation li {
	list-style: none;
	display: block;
	width: 100%;
	color: #FFF;
	font-weight: bold;
	position: relative;
	line-height: 55px;
	padding-left: 15px;
	background: #000;
	margin-bottom: 1px;
}
#interface #navigation li:after {
  position: absolute;
  content: "";
  bottom: -1px;
  width: 85%;
  height: 1px;
  background: #333;
  left: 15px;
}
#interface #navigation li.HOVER, #interface #navigation li.DOWN{
	color:#FFF;
	background: #DAA726;
	cursor: pointer;
}
#interface #navigation li.SELECTED, #interface #navigation li.DISABLED{
	color:#FFF;
	background: #E49000;
}
/*#interface #navigation li#close {
	background:#000;
}*/
#interface #navigation li#close .icon {
	background-position:0px -40px;
}
/*#interface #navigation li#close.HOVER {
	color:#E49000;
}*/
#navigation .icon{
	  width: 31px;
  height: 31px;
  background-image: url(../images/uiBtnIcons.png);
  right: 10px;
  position: absolute;
  top: 13px;
}





#interface #legal {
	height: 17px;
	line-height: 18px;
	color: #f7f7f7;
	font-size: 9px;
	z-index: 102;
	background-color: #2a478d;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
}



/* INTERFACE NEXT AND BACK BUTTONS */
#next, #back {
    background: url("../images/arrowBack-Next.png");
	width: 44px;
	height: 44px;
	z-index: 5;
	/* float: right; */
	display: inline-block;
	vertical-align: middle;
}
#next{
	background-position:0px -44px;
}
#next.HOVER, #next.DOWN{
	background-position: -44px -44px;
	cursor: pointer;
}
#next.navDisabled  {
	background-position: -88px -44px;
}
#back.HOVER, #back.DOWN{
    background-position: -44px 0px;
	cursor: pointer;
}
#back.navDisabled{
    background-position: -88px 0px;
}



.closeBtn {
    background: url("../images/ui-popup_close.png") no-repeat scroll 0px 0px transparent;
    font-size: 12px;
    font-weight: bold;
    height: 39px;
    width: 39px;
    z-index: 20;
}
.closeBtn.HOVER,.closeBtn.DOWN{
	color: #FFF;
	background-position:-39px 0px;
}

.closeBtnCircle{
	background-image: url(../images/closeBtnCircle.png);
	width:25px;
	height:24px;
	top: 3px;
	right:3px;
	position: absolute;
}
.closeBtnCircle .closeBtnTxt{
	color: #FFFFFF;
	margin-left: -45px;
	display: inline-block;
	vertical-align: middle;
}
.closeBtnCircle.HOVER, .closeBtnCircle.DOWN, .HOVER .closeBtnCircle, .DOWN .closeBtnCircle{
	background-position:-25px 0px;
}
.closeBtnCircle.HOVER .closeBtnTxt, .closeBtnCircle.DOWN .closeBtnTxt, .HOVER .closeBtnCircle .closeBtnTxt, .DOWN .closeBtnCircle .closeBtnTxt{
	color: #E49000;
}


/* NEXT BUTTON PROMPT */

.prompt {
    /*-webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-duration: 0.5s;
    -moz-transition-property: -moz-transform, opacity;
    -moz-transition-duration: 0.5s;*/
    position: absolute;

    z-index: 1001;

	width: 319px;
	right: -319px;
	bottom: 75px;
}
.prompt.OPEN {
    opacity: 1;
    /*-webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translateX(-100%);*/
}
.prompt.CLOSED {
    opacity: 0;
    /*-webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translateX(0);*/
}
.prompt.ui-popup .ui-control.closeBtn {
    display: none;
}
.prompt.ui-popup .popContent {
    font-family: inherit;
	background-image: url(../images/blackBg.png);
	padding: 10px;
	border-radius: 5px;
	color: #fff;
	-moz-box-shadow: 0px 3px 15px #000;
	min-height: 58px;
}


.nextPromptPosition {
	position: absolute;
	right: 0;
	bottom: 77px;
}
.ClickNextPrompt {
	background-image: url(../images/blackBg.png);
	padding: 10px;
	display: none; /*!important;*/
	position: absolute;
	right: 20px;
	z-index: 90;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	width: 139px;
	bottom: 0;
	border-radius: 5px;
}
.ClickNextPrompt:after {
	background: url(../images/clickNextPromptArrow.png);
	content: "";
	display: inline-block;
	width: 24px;
	height: 23px;
	position: absolute;
	right: 22px;
	bottom: -10px;
}

.ClickNextPrompt .closeBtnCircle{
	top:auto;
	right:auto;
	position: relative;
	float: right;
}
.ClickNextPrompt.OPEN {
	display:inline-block;
}
.ClickNextPrompt .inner-content{
	/*margin-top: 25px;*/
}


/* INTERFACE POPUPS */
.interfacePopup .scrollWrapper {
    overflow: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}

.interfacePopup .title {
	position: absolute;
	left: 20px;
	top: 4px;
	font-size: 40px;
	font-weight: bold;
	color: #fcb67b;
	text-shadow:none;
}

.interfacePopup .scroller {
    padding: 0px;
}
#Resources .resourceList{
	width: 90%;
	margin: 0 auto;
}
.resourceList{
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
}
.resourceList li{
	background:#f6f6f6;
	padding: 10px;
	margin-top: 1em;
}
.resourceList .pdfIcon{
	display:inline-block;
	width:33px;
	height:34px;
	margin-right:20px;
	background: url(../images/pdf_icon.png);
	vertical-align:middle;
}
.interfacePopup .top-bar {
	position: relative;
	height: 40px;
	overflow:hidden;
	display: none;
}
#Exit .top-bar {
	display:block;
	background:#F6F6F6;
	position: relative;
	z-index: 1;
}
.interfacePopups {
	position: absolute;
	left:212px;
	width:660px;
	height:100%;
	overflow: hidden;
	top: 0;
}
.interfacePopup {
    position: absolute;
	width:660px;
	left:-660px;
	height: 100%;
}
.interfacePopupContent{
	font-size: 14pt;
	position: absolute;
	height: 100%;
	width:660px;
	background:#FFF;
}



.exitPopup{
	top: 24%;
	left: 26%;
	z-index: 210;
	display:none;
	height: 322px;
	width: 511px;
	margin:0px auto;
	background: #fff;
}
.exitPopup.OPEN{
	display:block;
}
.exitPopup .tricoreVersion{
	position: absolute;
	right: 10px;
	bottom: 5px;
	color: #CCC;
	font-size: 12px;
}
.ExitBtnLocation {
	margin-bottom:15px;
	width:130px;
}
.endCenter {
	text-align:center;
	padding-top:45px;
}
.ui-overlay.exit-overlay {
	display:none;
	position:absolute;
	left:0;
	top:0;
	z-index: 200;
	cursor:auto;
	background: url(../images/black-opacity28.png);
}
.OPEN.ui-overlay.exit-overlay {
	display:block;
}

.ui-overlay.nav-overlay {
	/*display:none;*/
	position:absolute;
	left:0;
	top:0;
	z-index: 15;
	background: url(../images/black-opacity28.png);
}
.OPEN .ui-overlay.nav-overlay {
	/*display:block;*/
}


.Menu .scroller{
	padding-bottom: 20px;
}
.menuWrapper{
	  padding-top: 5px;
}
.Menu ul {
	margin-left:0;
}
.Menu li {
	position:relative;
    list-style: none;
}
.Menu .title-page, .Menu .title-chapter {
	cursor: pointer;
	font-weight: bold;
	line-height: 1.4em;
	display: inline-block;
	color: #FFF;
	float: left;
	clear: both;
	margin-left: 45px;
	margin-bottom: 5px;
	border-radius: 5px;
	background: #70BAE1;
	padding: 10px 15px 10px 40px;
	max-width: 90%;
}
.Menu .title-chapter{
	margin-left: 5px;
}
/*.Menu .title-page:after {
	content:"";
	position:absolute;
	width:16px;
	height:16px;
	top:;
	left:;
	background: url(../images/menu/menu-arrow-down.png);
}*/
.Menu .title-page.HOVER, .Menu .title-page.DOWN {
    background: #60ACD5;
}
.Menu .title-page.SELECTED {
    color: #fff;
    background: #D94D4D;
}
.Menu .title-page.DISABLED {
    cursor: default;
    color: #C0C0C0;
	background-color: #eee;
	background-position: 0px -345px;
}
/*.Menu .title-chapter {
    font-weight: bold;
    color: #000000;
	padding-left: 40px;
}*/
.Menu li.menu-indent {
    margin-left: 82px;
}
.Menu .title-chapter .checkbox, .Menu .title-page .checkbox{
	margin-right: 10px;
	position: absolute;
	left: 5px;
	top: 13px;
}
.Menu img{
	vertical-align: middle;
	margin-right: 20px;
}
.Menu .label{
  /*display: inline-block;
  width: 460px;
  vertical-align: middle;
  background: red;*/
}


/* GLOSSARY */
.GlossaryArea {
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.5s;
    -moz-transition-property: color;
    -moz-transition-duration: 0.5s;
    font-weight: bold;
    cursor: pointer;
    color: #3443EC;
    position: relative;
}
.GlossaryArea:hover {
    font-weight: bold;
    color: white;
    background-color: #f58220;
}
.GlossaryArea:active {
    font-weight: bold;
    color: white;
    background-color: #f58220;
}


.Glossary ul {
    list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
}
.Glossary li {
    padding: 8px;
	padding-left:35px;
}
.Glossary .EVEN {
	background:#f6f6f6;
}
.Glossary .term {
    font-weight: bold;
}
.Glossary .tabs {
    position: absolute;
    color: #FFF;
    z-index: 11111;
    top: 11px;
	margin-left:596px;
	display:none;
}
.Glossary .tabs .SELECTED {
    background: url(../images/popup_texture.jpg);
    color: #000;
}
.Glossary .tabs li {
    display: inline;
    list-style-type: none;
    padding: 2px 5px 12px 5px;
    margin-right: 2px;
    margin-left: 2px;
    top: -55px;
    cursor: pointer;
}
.Glossary .term-name {
	color:#F57315;
	font-weight:bold;
}


.Exit #tricoreLogoContainer{
	left: 417px;
	position: absolute;
	top: 237px;
}

.displayNone {
    display:none !important;
}

/* MediaPlayer skin */
.ui-footer-controls{
	position: absolute;
	right: 20px;
	bottom: 5px;
	background: rgba(8, 16,123, 0.95);
	height: 62px;
	vertical-align: middle;
	line-height: 62px;
	border-radius: 5px;
	padding-left: 10px;
	z-index: 5;
}
.ui-footer-controls .mp-gui{
	/* float: right; */
	margin-right: 5px;
	display: inline-block;
}
.mp-gui .play-btn{
	position: relative;
	width: 44px;
	height: 44px;
	text-align: center;
	cursor: pointer;
	background: url(../images/arrowBack-Next.png) -264px 0px no-repeat;
	display:inline-block;
	vertical-align:middle;
}
.mp-gui .play-btn.PAUSE {
    background-position: -396px 0px;
}
.mp-gui .play-btn.PAUSE.HOVER, .mp-gui .play-btn.PAUSE.DOWN{
	background-position:-484px 0px;
}
.mp-gui .play-btn.HOVER, .mp-gui .play-btn.DOWN{
	background-position:-308px 0px;
}
.mp-gui .play-btn.DISABLED{
	background-position:-352px 0px;
	cursor:auto;
}
.ui-footer-controls .mp-gui .player-bar{
	position:relative;
	width: 107px;
	height: 44px;
	display:inline-block;
	vertical-align:middle;
	cursor: pointer;
}
.mp-gui.DISABLED .player-bar{
	cursor:auto;
}
.mp-gui .progress-width{
	position:relative;
}
.ui-footer-controls .mp-gui .progress-width{
	width:100%;
}
.ui-footer-controls .mp-gui .progress{
	position: absolute;
	background: #E49000;
	width: 0;
	height: 12px;
	top: 15px;
	left: 0;
	z-index: 2;
	-webkit-transform: translate3d(0,0,0);
}
.ui-footer-controls .mp-gui .progress-tip{
	content: "";
	background: #2A478D;
	width: 8px;
	height: 25px;
	position: absolute;
	right: -8px;
	top: -6px;
	display:none;
}
.ui-footer-controls .mp-gui .seek{
	position:absolute;
	background: #FFF;
	/*border: #e0dcd3 solid 1px;*/
	width:100%;
	height: 12px;
	top: 15px;
	left:0;
	z-index:1;
}
.mp-gui.DISABLED .progress{
	background:#CECECE;
}
.mp-gui.DISABLED .progress-tip{
	background:#B2B2B2;
}
.mp-gui.CLEARED .progress, .mp-gui.CLEARED .progress-tip{
	background:none !important;
	border-left: none;
}


.ResourcesContactInfo {
	background:#f6f6f6;
	padding: 15px 0px 15px 55px;
	position: absolute;
	left: 0px;
	display: block;
	width: 604px;
	top: 133px;
}





/* Portrait not supported */
.orientPortraitMessage{
	background: #000;
	color: #fff;
	display: none;
	height: 100%;
	left: 0px;
	line-height: 46px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 100%;
	z-index: 2000;
}
.orientMessageCaption{
	display: table-cell;
	vertical-align: middle;
}
.orientMessageFormat{
	margin-left: 60px;
	width: 640px;
}
.orientMessageHeader{
	font-weight: bold;
	font-size: 38px;
	color: #FFC200;
}
.orientMessageBody{
	font-size: 34px;
}
/*@media only screen and (orientation:portrait) {*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	div.orientPortraitMessage{
		display: table;
	}
}
