﻿.privacyPolicyContentContainer {
    width: 92%;
    height: 640px;
    margin: 0 auto 0 auto;
    overflow: auto;
    font-family: Verdana;
    display: none;
}

.privacyPolicyContentInnerContainerStyle {
    width: 870px;
    margin: 0 auto 0 auto;
    margin-top: 10px;
}

.privacyPolicyContentCenterStyle {
    width: 720px;
    height: 100%;
    margin: 0 auto 0 auto;
    display: none;
}

.privacyPolicyTitleStyle {
    font-size: 32px;
    margin-bottom: 8px;
}

.privacyPolicyInfoContainerStyle {
    float:left;
    width: 45%;
    min-width: 700px;
    height: 85%;
    min-height: 580px;
    background: linear-gradient(#aaaaaa, #000000);
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #dddddd;
}

.privacyPolicyRowStyle {
    clear: both;
    width: 96%;
    color: #ffffff;
    margin-top: 10px;
    padding-left:20px;
}

.privacyPolicyNoMarginRowStyle {
    clear: both;
    width: 96%;
    color: #ffffff;
    padding-left: 20px;
}

.privacyPolicySpacerRowStyle {
    clear: both;
    width: 96%;
    font-size:small;
}

.privacyPolicyControlContainerStyle {
    width: 700px;
    height: 40px;
    margin: 0 auto 0 auto;
    display: none;
}

.privacyPolicyControlRowStyle{
    width:95%;
    height:100%;
}

.privacyPolicyOptionButtonStyle{
    float:right;
    width:40px;
    height:60px;
    overflow:hidden;
    margin-right:4px;
}

.privacyPolicyFrenchStyle {
    width: 100%;
    height: 100%;
    background-image: url("../images/ppb_frenchFlagEmoji.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.privacyPolicyFrenchMOverStyle {
    width: 100%;
    height: 100%;
    background-image: url("../images/ppb_frenchFlagEmoji_mover.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.privacyPolicyEnglishStyle {
    width: 100%;
    height: 100%;
    background-image: url("../images/ppb_usaFlagEmoji.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.privacyPolicyEnglishMOverStyle {
    width: 100%;
    height: 100%;
    background-image: url("../images/ppb_usaFlagEmoji_mover.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.privacyPolicyJapaneseStyle {
    width: 100%;
    height: 100%;
    background-image: url("../images/ppb_japaneseFlagEmoji.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.privacyPolicyJapaneseMOverStyle {
    width: 100%;
    height: 100%;
    background-image: url("../images/ppb_japaneseFlagEmoji_mover.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.privacyPolicyChineseStyle {
    width: 100%;
    height: 100%;
    background-image: url("../images/ppb_chinaFlagEmoji.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.privacyPolicyChineseMOverStyle {
    width: 100%;
    height: 100%;
    background-image: url("../images/ppb_chinaFlagEmoji_mover.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.privacyPolicySpanishStyle {
    width: 100%;
    height: 100%;
    background-image: url("../images/ppb_spanishFlagEmoji.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.privacyPolicySpanishMOverStyle {
    width: 100%;
    height: 100%;
    background-image: url("../images/ppb_spanishFlagEmoji_mover.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.privacyPolicyKoreanStyle {
    width: 100%;
    height: 100%;
    background-image: url("../images/ppb_koreanFlagEmoji.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.privacyPolicyKoreanMOverStyle {
    width: 100%;
    height: 100%;
    background-image: url("../images/ppb_koreanFlagEmoji_mover.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

