* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

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;
	height: 1.3em;
	border: 1px solid #999;
	padding: 4px;
}
input.DISABLED[type="text"] {
	background: #EBEBE4;
}

html, body {
    height: 100%;
    width: 100%;
}
body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3em;
	background:#CCCCCC;
}
/*@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	body{
		position: fixed;
        bottom: 0;
        width:100%;
        height: 672px;	
	}
}*/

.ContentReference {
    position: absolute;
    bottom: 0px;
	font-size: 11px;
	line-height: 13px;
	width: 90%;
}
.ContentReferenceStatic {
   /* position: absolute;
    bottom: 0px;*/
	font-size: 11px;
	line-height: 13px;
	width: 90%;
}


.pageNumbers {
    position: absolute;
    z-index: 22;
    font-size: 12px;
    background-color: #FFF;
    left: 55px;
    top: 10px;
	display:none !important;
}

#interfaceWrapper{
	display:table;
	margin: 0 auto;
	width: 1024px;
	height: 100%;
}
#interfaceWrapperCell{
	display:table-cell;
	vertical-align: middle;
}
#interface {
    overflow: hidden;
    width: 1024px;
    height: 652px;
	position: relative;
	background: url(../images/ui-bgPattern.jpg);
}
/*@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	#interfaceWrapper {
		height: 672px;
	}
}*/
/*@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:545px;
    z-index: 3;
    /*background: white;*/
	/*float: left;*/
	display: inline-block;
	overflow: hidden;
	width: 1024px;
}
#interface #page-placeholders {
    position: absolute;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    left: 0;
	z-index:3;
}
#interface .placeholder {
    list-style: none;
    display: block;
	position: absolute;
	top:800px;
	-webkit-transform: translate3d(0,0,0);
}
#interface .placeholder.CURRENT {
	top:0;
	left:0;
}
#interface .placeholder.NEXT {
	top:0;
	left:1024px;
}
#interface .placeholder.PREV {
	top:0;
	left:-1024px;
}


/* INTERFACE HEADER AREA */
#interface > .ui-header {
	background: #000000;
    height: 40px;
    position: relative;
    z-index: 11;
}
#interface .ui-chapter {
    color: #fff;
    font-weight: bold;
    line-height: 40px;
	float:right;
	 margin-right: 8px;
}
#interface .ui-pageCounter {
	 background: #f30617;
	width: 105px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	z-index: 3;
	letter-spacing: 1px;
	line-height: 24px;
	float: right;
	margin: 7px 3px;
	position:relative;
	border: 1px solid #fff;
}
/*
#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;
    background:#FAF9F7 repeat-x url(../images/footerBg.png);
    z-index: 101;
}

.logo {
     padding: 17px 9px 0 28px;
    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: #F57E27;
    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;
}




.ui-exitBtn{
	background:url("../images/Btns_Main.png") repeat scroll -50px 0;
    float: right;
    height: 48px;
    margin: -6px 0 -6px 4px;
    width: 42px;
}
.ui-exitBtn.HOVER, .ui-exitBtn.DOWN{
	background-position: -50px -46px;
}
.ui-menuBtn{
	width:46px;
	height:46px;
	background: url(../images/Btns_Main.png);
	float:left;
	margin: -6px -5px;
}
.ui-menuBtn.HOVER, .ui-menuBtn.DOWN{
	background-position:0px -46px;
}
.ui-menuBtn.DISABLED{
	background-position:0px -92px;
}
.ui-contentWrap{
	height: 545px;

}

.ui-navWrap{
	height:545px;
	position: absolute;
	background: #000;
	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 {
    background: #828082 none repeat scroll 0 0;
    border-bottom: 1px solid #000;
    color: #fff;
    display: block;
    float: left;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    list-style: outside none none;
    padding-left: 15px;
    position: relative;
    width: 197px;	
}
#interface #navigation li.HOVER, #interface #navigation li.DOWN{
	color:#FFF;
	background: #f30617 none repeat scroll 0 0;
	cursor: pointer;
}
#interface #navigation li.SELECTED, #interface #navigation li.DISABLED{
	color:#FFF;
	/*background-image:#f30617 none repeat;*/
	background-color: #F30617;
}
#interface #navigation li#close {
	background:#000;
}
#interface #navigation li#close .icon {
	background-position:0px 32px;
}
#interface #navigation li#close.HOVER {
	color:#f30617;
}
#navigation .icon{
	width:31px;
	height:31px;
	background-image: url(../images/uiBtnIcons.png);
	right: 10px;
	position: absolute;
	top: 10px;	
}





#interface #legal {
	bottom: 26px;
	color: #f7f7f7;
	font-size: 11px;
	font-weight: bold;
	height: 17px;
	left: 440px;
	line-height: 15px;
	position: absolute;
	text-align: left;
	width: 41%;
	z-index: 102;
	
}



/* INTERFACE NEXT AND BACK BUTTONS */

#back {
     background:url("../images/arrowNext.png") repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 54px;
    position: absolute;
    right: 0;
    top: 259px;
    transform: translate3d(0px, 0px, 0px);
    width: 52px;
    z-index: 5;
}
#next{
       background:  url("../images/arrowNext.png") repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 54px;
    position: absolute;
    right: 0;
    top: 255px;
    transform: translate3d(0px, 0px, 0px);
    width: 41px;
    z-index: 5;
}
#back{
	 background:url("../images/arrowBack.png") repeat scroll -1px -5px;
    left: -9px;
}
#next.SCROLL {
    right: 16px;
}
#back.HOVER,#back.DOWN{
    background-position: -52px -97px;
}
#next.HOVER,#next.DOWN {
    background-position: -43px -92px;
}
#back.navDisabled{
    background-position: 50px 59px;
	cursor:default;
}

 #next.navDisabled  {
    background-position: 43px 65px;
	cursor:default;
}

.closeBtn {
    background: url("../images/ui-popup_close.png") no-repeat scroll 0px 0px transparent;
    color: #FFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    line-height: 24px;
    padding: 1px 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    width: 66px;
    z-index: 20;
}
.closeBtn.HOVER,.closeBtn.DOWN{
	color: #FFF;
	background-position:-66px 0px;
}

.closeBtnCircle{
	background-image: url(../images/closeBtnCircle.png);
	width:25px;
	height:24px;
	top: 3px;
	right:3px;
	position: absolute;
}
.closeBtnCircle .closeBtnTxt{
	color: #FFF;/*#808080;*/
	margin-left: -73px;
	min-height: 23px;
	display: inline-block;
}
.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: #F30617;
}


/* 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;
    top: 38%;
    right: -220px;
	width: 220px;
    z-index: 1001;
}
.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: #000;
    /* border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; */
    padding: 15px 45px 15px 35px;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0px 3px 15px #000;
    -moz-box-shadow: 0px 3px 15px #000;
}


.nextPromptPosition {
	position: absolute;
	right: 0;
	top: 233px;
}
.ClickNextPrompt {
	background:#000;
	padding:10px;
	display: none;
	position: absolute;
	right:5px;
	z-index: 90;
	color:#FFF;
	font-weight: bold;
	font-size: 14px;
	width: 92px;
	bottom: 0;
}
.ClickNextPrompt:after{
	background: url(../images/clickNextPromptArrow.png);
	content: "";
	display: inline-block;
	width: 24px;
	height: 23px;
	position: absolute;
	right: 0;
	bottom: -23px;
}
.ClickNextPrompt .closeBtnCircle{
	top: 3px;
	right:3px;
}
.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: 1px;
}

.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:#e5e5e5;
	position: relative;
	z-index: 1;
}
.interfacePopups {
	position: absolute;
	left:212px;
	width:660px;
	height:100%;
	overflow: hidden;

}
.interfacePopup {
    position: absolute;
	width:660px;
	left:-660px;
	height: 100%;
}
.interfacePopupContent{
	font-size: 14pt;
	position: absolute;
	height: 100%;
	width:660px;
	background-color:#FFF;
	border-left: 1px solid #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);
	border-left: 1px solid #fff;	
}
.OPEN .ui-overlay.nav-overlay {
	/*display:block;*/
}


.Menu .scroller{
	padding-bottom: 20px;
}
.Menu ul {
	margin-left:0;
}
.Menu li {
	position:relative;
    list-style: none;
}
.Menu .title-page {
    cursor: pointer;
	background: url(../images/BtnMenu.png) #D8D8D8 repeat-x;	
	font-weight: bold;	
	padding-left: 70px;	
	min-height: 33px;
	line-height: 1.4em;
	padding-top: 7px;	
}
.Menu .title-page.HOVER, .Menu .title-page.DOWN {
    color: #fff;
    background: #f30617 none repeat;
	border-bottom: 1px solid #828282;
}
.Menu .title-page.SELECTED {
    color: #fff;
    background: #f30617 none repeat;
	border-bottom: 1px solid #828282;
}
.Menu .title-page.DISABLED {
    cursor: default;
    color: #C0C0C0;
	background-color: #eee;
	background-position: 0px -345px;		
}
.Menu .title-chapter {
    font-weight: bold;
    color: #000000;
	background-color: #D8D8D8;
	padding-left: 40px;
}
.Menu li.menu-indent {
    margin-left: 82px;
}
.Menu .title-page .checkbox {
	position: absolute;
	top: 10px;
	left: 34px;	
}
.Menu .title-chapter  .checkbox{
	position: absolute;
	top: 10px;
	left: 7px;
}


/* 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: #f30617;    
    position: relative;
}
.GlossaryArea:hover {
    font-weight: bold;
    color: #FFF;
    background-color: #f30617;
}
.GlossaryArea:active {
    font-weight: bold;
    color: white;
    background-color: #000000;
}


.Glossary ul {
    list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
}
.Glossary li {
    padding: 8px;
	padding-left:35px;
}
.Glossary .EVEN {
	background:#e5e5e5;
}
.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:#F30617;
	font-weight:bold;
}


.Exit #tricoreLogoContainer{
	left: 417px;
	position: absolute;
	top: 237px;
}

.displayNone {
    display:none !important;
}

/* MediaPlayer skin */
.ui-footer .mp-gui{
	float:right;
	position: relative;
	margin-top: 4px;
	margin-right: 10px;
}
.mp-gui .play-btn{
	background: url("../images/Btns_Main.png") no-repeat scroll -96px -1px;
    cursor: pointer;
    display: inline-block;
    height: 49px;
    position: relative;
    right: 3px;
    text-align: center;
    top: 10px;
    vertical-align: middle;
    width: 46px;
}
.mp-gui .play-btn.PAUSE {
     background-position: -143px -1px;
}
.mp-gui .play-btn.PAUSE.HOVER, .mp-gui .play-btn.PAUSE.DOWN{
	background-position:-150px -50px;
}
.mp-gui .play-btn.PAUSE.DOWN{
	background-position: -143px -93px;
}
.mp-gui .play-btn.PAUSE.HOVER{
	background-position: -143px -47px;
}
.mp-gui .play-btn.HOVER, .mp-gui .play-btn.DOWN{
	background-position: -96px -93px;
    cursor: pointer;
}
.mp-gui .play-btn.HOVER{
	background-position: -96px -47px;
    cursor: pointer;
}
.mp-gui .play-btn.DISABLED{
	background-position: -96px -93px;
    cursor: auto;
}
.ui-footer .mp-gui .player-bar{
	cursor: pointer;
    display: inline-block;
    height: 44px;
    margin-right: 21px;
    position: relative;
    top: 8px;
    vertical-align: middle;
    width: 120px;
}
.mp-gui.DISABLED .player-bar{
	cursor:auto;
}
.mp-gui .progress-width{
	position:relative;
}
.ui-footer .mp-gui .progress-width{
	 width: 120px;
}
.ui-footer .mp-gui .progress{
	background: #828282 none repeat scroll 0 0;
    height: 9px;
    left: 3px;
    position: absolute;
    top: 20px;
    width: 0;
    z-index: 2;
}
.ui-footer .mp-gui .progress-tip{
	background: url("../images/scrubber.jpg") repeat scroll 0 0;
    content: "";
    height: 29px;
    position: absolute;
    right: -2px;
    top: -10px;
    width: 10px;
}
.ui-footer .mp-gui .seek{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #e0dcd3;
    height: 7px;
    left: 3px;
    position: absolute;
    top: 20px;
    width: 98%;
    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{4
	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;
	}
}