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

two2
{
    font-size: 105%;
}
bigger
{
    font-size: 120%;
}
big
{
    font-size: 135%;
}
content
{
    color: #000066;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    display: inline;
}



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

#wrapper
{
    margin: 0px auto;
    display: block;
    overflow: hidden;
}

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


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

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

#contentLeftPopUp
{
    position: absolute;
    display: none;
    overflow-y: auto;
}

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

#contentNavLink
{
	position: relative;

}

#contentLeftPanel h1, #contentLeftPopUp h1
{
    color: #003399;
}

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

#contentLeftPanel h2 a, #contentLeftPopUp h2 a
{
    margin-left: 0px;
}
/** Moving position lower '#swapContent a', remove margins
#contentLeftPanel a, #contentLeftPopUp a
{
    position: relative;
    margin: 3px 0px 0px 15px;
}
**/
#contentLeftPanel a:hover, #contentLeftPopUp a:hover
{
    text-decoration: underline;
}

#closeLeftPanelLink
{    
    height: 13px;    
    width: 151px;
    top: 0px;
    background-image: url(Images/Fluid/CloseLeftPanel_151.png);
    background-position: right;
}

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

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

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

#notifications
{
    display: block;
}

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

#cautionLink
{
    background-image: url(Images/Fluid/Notification/Caution.png);
    background-repeat: no-repeat;
}
#cautionLink.notificationFaded
{
    background-image: url(Images/Fluid/Notification/CautionInactive.png);
}

#mentorLink
{
    background-image: url(Images/Fluid/Notification/Mentor.png);
    background-repeat: no-repeat;
}
#mentorLink.notificationFaded
{
    background-image: url(Images/Fluid/Notification/MentorInactive.png);
}

#noteLink
{
    background-image: url(Images/Fluid/Notification/Note.png);
    background-repeat: no-repeat;
}
#noteLink.notificationFaded
{
    background-image: url(Images/Fluid/Notification/NoteInactive.png);
}

#warningLink
{
    background-image: url(Images/Fluid/Notification/Warning.png);
    background-repeat: no-repeat;
}
#warningLink.notificationFaded
{
    background-image: url(Images/Fluid/Notification/WarningInactive.png);
}

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



/** Need to change default 'a' styling (position: relative, display:block); reset relative from contentLeftPanel a removal above */
#swapContent a 
{
	position:relative;
	display:inline;
}

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

#userGuideImg
{
}

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

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

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

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

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

.contentLink
{
    color: blue;
    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/Fluid/CloseStillImage.png);
    width: 48px;
    height: 13px;
}

#expandImagePopup
{
    left: 4px;
    bottom: 4px;
    background-image: url(Images/Fluid/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/Fluid/CloseStillImage.png);
    width: 48px;
    height: 13px;
    z-index: 99999999;
}

WCtext
{
    font-style: italic;
}
