/*@font-face {
  font-family: "GEInspiraRegular";
  src: url("ge_inspira-webfont.eot");
  src: local(":)"),
  url("ge_inspira-webfont.woff") format("woff"),
  url("ge_inspira-webfont.ttf") format("truetype"),
  url("ge_inspira-webfont.svg#webfontkGgbkDbi") format("svg");
}
@font-face {
  font-family: 'GEInspiraMedium';
  src: url("fonts/ge_inspira_medium-webfont.eot");
  src: local(":("),
  url("ge_inspira_medium-webfont.woff") format("woff"),
  url("ge_inspira_medium-webfont.ttf") format("truetype"),
  url("ge_inspira_medium-webfont.svg#webfontBNVRlw8y") format("svg");
}
*/
#mainAlertOverlay {
    background-color: black;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.2;
    filter:alpha(opacity=20);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#popMainAlert .mainAlertContainer {
    height: 301px;
    left: 50%;
    position: fixed;
    top: 45%;
    width: 420px;
    z-index: 9999;
}
#popMainAlert .mainAlertContainer div {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #C5C5C5;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    margin-left: -420px;
    margin-top: -120px;
    padding: 30px;
    text-align: left;
    width: 780px;
}
#popMainAlert .mainAlertContainer div h1,
#topMainAlert .mainAlertContainer div h1 {
    border-bottom: 3px solid #F0F0F0;
    color: #2175BC;
    float: left;
    font-family: "GEInspiraRegular",ge-inspira,Arial;
    font-size: 32px !important;
    font-weight: normal;
    height: 20px !important;
    line-height: 9px !important;
    margin: 0 0 25px !important;
    padding: 10px 0 18px;
    width: 100%;
}
#popMainAlert .mainAlertContainer div p {
    color: #666666;
    font-size: 14px;
    margin: 0 0 15px;
    padding: 0;
}
#popMainAlert .mainAlertContainer div p a,
#popMainAlert .mainAlertContainer .notAllow,
#topMainAlert .mainAlertContainer span a,
#topMainAlert .mainAlertContainer .notAllow  {
    color: #2CAFE1;
    font-size: 14px !important;
    font-weight: bold;
    margin-left: 0;
}
#popMainAlert .mainAlertContainer div p a,
#topMainAlert .mainAlertContainer span a{
    color: #2175BC;
    margin: 0 0 25px;
}
#popMainAlert .mainAlertContainer .notAllow {
    margin: 0 0 0 20px;
}
#popMainAlert .mainAlertContainer div img, .video #popMainAlert .mainAlertContainer img {
    display: inline;
    margin: 24px 15px 0 0;
    vertical-align: middle;
}
#popMainAlert .mainAlertContainer .allow,
#topMainAlert .mainAlertContainer .allow {
    background: url("/common/images/mainalert/action-arrow.gif") no-repeat scroll right center transparent;
    color: #711371 !important;
    display: inline-block;
    font-family: "GEInspiraRegular",Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    padding: 12px 23px 12px 0 !important;
    text-decoration: none;
}
#popMainAlert .mainAlertContainer .close{
    background: url("/common/images/mainalert/modal-close-button.png") repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 35px;
    left: 403px;
    overflow: hidden;
    position: absolute;
    top: -137px;
    width: 35px;
}

/*************** TOP *******************/

#topMainAlert .mainAlertContainer {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
#topMainAlert .mainAlertContainer div {
    background-color: white;
    color: #666666;
    font-size: 14px;
    margin: 0 auto;
    padding: 20px 30px;
    position: relative;
    text-align: left;
    width: 90%;
}
#topMainAlert .mainAlertContainer .close {
    background: url("/common/images/mainalert/modal-close-button.png") repeat scroll 0 0 transparent;
    bottom: -17px;
    cursor: pointer;
    display: block;
    float: right;
    height: 35px;
    overflow: hidden;
    position: absolute;
    right: -16px;
    width: 35px;
}