/*------------------------------
X-link popup
------------------------------*/
.popupXlink { font-family: Arial; position: absolute; display: none; z-index: 99; left: 268px; margin-top: 55px; }
.popupBackground { float:left; width:420px; height:400px; z-index: 10000; }
.popupBackground a { text-decoration: none; color: #fff;}
.swLogo { float:left; padding: 20px 0 10px 20px }
#swPopupContent { float:left; width:410px; margin:0; padding:5px 5px 0 10px; }
.popUpImage { float:left; padding:0 25px 0 8px; }
#swPopupContent h4, #swPopupContent p { color:#005592;float:left; width:240px; padding: 0 5px 0 0;text-align:left;  }
#swPopupContent h4  { font-size: 120%; font-weight:bold; }
#swPopupContent p  { height:195px; font-size:95%;  }
.XlinkPopupBackButton, .XlinkPopupContinueButton {height:62px; float:left; margin:0; padding:0; width:137px; }
.XlinkPopupBackButton { margin:0 20px 0 0; }
#swPopupButtonsOuter { margin:0 auto;width:310px; }
#swPopupButtonsOuter span { color:#fff; cursor: pointer;display: block;text-align:center;width:125px; }
#swPopupButtonsOuter .headerText {  padding:11px 0 0 9px; font-size:130%; font-weight:bold;}
#swPopupButtonsOuter .linkText { font-size:87%; margin:0 0 0 8px; padding:0 0 8px; }

/* Filter for IE, Opacity for the rest */
div#modal{background-color:#000;height:100%;left:0;opacity:0.6;filter: alpha(opacity = 60);position:fixed;top:0;width:100%;z-index:2;display: none;}
