
body
{
    background-color: #c5c5c5;
    margin: 0px;
    padding: 0px;
    font-family: Arial;
}

ol,ul{
    margin:0px;
    
}


#wrapper
{
    margin: 0px auto;
    display: block;
    overflow: hidden;
    line-height:1.1;
}

/*Splash Page*/

#splashPage
{
    /*background-image: url(Images/Legacy/MainBg.jpg);*/
    display: block;
    position: absolute;
}


#startJPA
{
    background-image: url(Images/Legacy/StartJPA.png);
    width: 103px;
    height: 24px;
}

.start-btn-pos1{    top: 16.6%;	left: 16.6%; }
.start-btn-pos2{    top: 16.6%;	left: 50%; }
.start-btn-pos3{    top: 16.6%;	left: 83.4%; }
.start-btn-pos4{    top: 50%;	left: 16.6%; }
.start-btn-pos5{    top: 50%;	left: 50%; }
.start-btn-pos6{    top: 50%;	left: 83.4%; }
.start-btn-pos7{    top: 83.4%;	left: 16.6%; }
.start-btn-pos8{    top: 83.4%;	left: 50%; }
.start-btn-pos9{    top: 83.4%;	left: 83.4%; }

/*Splash Page End*/

.jpaAllViewer
{
    position: absolute;
    display: block;
}

.containBg
{
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

a
{
    position: absolute;
    display: block;
    cursor: pointer;
}

/*Content Page*/

#contentPage
{
    /*background-image: url(Images/Legacy/ContentBg.jpg);*/
    display: none;
    position: absolute;
}

#contentLeftPanel
{
    position: absolute;
    display: block;
    overflow-y: hidden;
}


#contentLeftPanel h1, #contentLeftPopUp h1
{
    color: #003399;
    font-size:1.2em;
}

#contentLeftPanel h2, #contentLeftPopUp h2
{
    color: #000;
    margin: 8px 0px 0px 0px;
    padding: 0px;
}

#contentLeftPanel h2 a, #contentLeftPopUp h2 a
{
    margin-left: 0px;
}

#contentLeftPanel a:hover, #contentLeftPopUp a:hover
{
    text-decoration: underline;
}

#slideEditTitle{
    word-wrap:break-word;
}

#contentLeftPanelText
{
    position: absolute;
    overflow-y: hidden;
    word-wrap: break-word; 
}

#contentLeftPanelText  table, th, td {
    border: 1px solid black;
    padding: 3px;
}

#contentLeftPanelText table {
    border-collapse: collapse;
}

#contentLeftPopUp
{
    position: absolute;
    display: none;
    overflow: hidden;
}

#contentNav
{
    position: absolute;
    overflow-y: auto;
}

#contentNavLink
{
	position: relative;

}

/** Need to change default 'a' styling (position: relative, display:block); reset relative from contentLeftPanel a removal above */
#contentNav a 
{
	position:relative;
	display:block;
    margin:1px 0px 10px 0px;
}

#contentNav h1 
{
	text-align:center;
    color:#003399;
    font-size:1.2em;
}

.chapterPreviewHeader{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 9px;
    display: block;
}


#closeLeftPanelLink
{    
    height: 13px;    
    width: 51px;
    top: 0px;
    background-image: url(Images/Legacy/CloseLeftPanel.png);
    background-position: right;   
    right: 8px;
    position: absolute!important;
}

#JPAUserGuide
{
    position: relative;
    background-image: url(Images/Legacy/JPAUserGuide.png);
}

#closeNotificationLink
{
    background-image: url(Images/Legacy/CloseStillImage.png);
    width: 48px;
    height: 13px;
    display: none;
}

#contentVideo
{
    position: absolute;
    display: block;
}

#notificationVideo
{
    position: absolute;
    display: none;
}

#notifications
{
    display: block;
    padding:5px;
}

#notifications a
{
    position: relative;
    display: block;
    cursor: pointer;
    float: left;
}


.videoButtonType2{
    background-image: url(Images/Legacy/Notification/Warning.png);
    background-repeat: no-repeat;
}
.videoButtonType2.notificationFaded
{
    background-image: url(Images/Legacy/Notification/WarningInactive.png);
}
.videoButtonType3{
    background-image: url(Images/Legacy/Notification/Hazmat.png);
    background-repeat: no-repeat;
}
.videoButtonType3.notificationFaded
{
    background-image: url(Images/Legacy/Notification/HazmatInactive.png);
}
.videoButtonType4{
    background-image: url(Images/Legacy/Notification/Caution.png);
    background-repeat: no-repeat;
}
.videoButtonType4.notificationFaded
{
    background-image: url(Images/Legacy/Notification/CautionInactive.png);
}
.videoButtonType5{
    background-image: url(Images/Legacy/Notification/Note.png);
    background-repeat: no-repeat;
}
.videoButtonType5.notificationFaded
{
    background-image: url(Images/Legacy/Notification/NoteInactive.png);
}
.videoButtonType6{
    background-image: url(Images/Legacy/Notification/Mentor.png);
    background-repeat: no-repeat;
}
.videoButtonType6.notificationFaded
{
    background-image: url(Images/Legacy/Notification/MentorInactive.png);
}

#swapContent a 
{
	position:relative;
	display:inline;
    color:#337ab7;
}

#swapContent{
    overflow-y:auto;
}

#homeLink
{
    background-image: url(Images/Legacy/Icons/Home.png);
}

#contentLink
{
    background-image: url(Images/Legacy/Icons/Contents.png);
}

#exitLink
{
    background-image: url(Images/Legacy/Icons/Exit.png);
}

#backLink
{
    background-image: url(Images/Legacy/Icons/Back.png);
    display: none;
}

#nextLink
{
    background-image: url(Images/Legacy/Icons/Next.png);
    display: none;
}

.contentLink
{
    color: #337ab7;
    display: inline;
    margin: 0px !important;
}

#imagePopUpDiv
{
    position: absolute;
    z-index: 999999;
    text-align: center;
    display: none;
}


#closeImagePopup
{
    right: 4px;
    top: 4px;
    background-image: url(Images/Legacy/CloseStillImage.png);
    width: 48px;
    height: 13px;
}

#expandImagePopup
{
    left: 4px;
    bottom: 4px;
    background-image: url(Images/Legacy/Expand.jpg);
    width: 30px;
    height: 30px;
}

#videoPopupDiv
{
    position: absolute;
    z-index: 999999;
    display: none;
}

#popupVideo
{
    position: absolute;
}

#closePopupVideo
{
    right: 4px;
    top: 4px;
    background-image: url(Images/Legacy/CloseStillImage.png);
    width: 48px;
    height: 13px;
    z-index: 99999999;
}

.JPAAssetLink{
    color:#337ab7;
    text-decoration:underline;
    cursor:pointer;
}


.linkDownload{
    position:absolute;
    background-image: url(Images/Legacy/LinkDownload.png);
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-color:transparent;
    z-index:100011;
    border:none;
    width:100%;
    height:100%;
}