﻿body, form
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #00446a;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
	height:100%; 
	width:100%;
}
sup
{
    line-height: 9px;
}
ul, ol
{
	padding-left: 24px;
}
h1
{
	margin-top: 0;
}
iframe
{
	height: 0;	
}
#popup-container
{
    background-color: #FFFFFF;
    width: 600px;
    margin: 5px auto;
    /* overflow: scroll;
    overflow-x: hidden; */
}

#popup-header
{
    width: 600px;
    height: 189px;
    background-image: url(../images/popupheader.gif);
    background-position: center;
    background-repeat: no-repeat;
}

#popup-title
{
    border-bottom: 2px solid #F5993C;
	color: #4A4948;
	font-size: 24px;
	font-weight: bold;
	margin: 0 30px;
	padding: 152px 0 5px 25px;
}

#popup-content
{
    background: url(../images/popupfooter.gif)  no-repeat bottom left;
    padding: 0px 56px 50px 56px;
    color: #666666;
}
#popup-close-button
{
    float: right;
    margin: 35px 35px 0 0;
}

.discless
{
	margin-top: 0px;
	list-style-type: none;
}

.refList
{
	padding-left: 22px;
}
.refList li
{
	padding-top: 8px;
	line-height: 140%;
}
#unsubscribeForm div
{
	float: left;
	padding: 10px 10px;	
}

/* Interstitial Styles */
#confirmModalContainer 
{
	left: 50%; 
	top: 15%; 
	margin-left:-475px; 
}
#confirmModalWrapper
{
	border: 5px solid #C15718;
	font-size: 12px !important;
}

#confirmModalWrapper #popupheader
{
	height: 85px;
	background-color: #1E6F97;	
	width: 935px;
}

#confirmModalWrapper h1
{
	padding-top: 25px;
	padding-left: 25px;
	background-color: #1E6F97;
	margin: 0px;
	color: #FFFFFF;	
	font-size: 24px;
	font-family: Arial;	
	border: 0;
}
.gershonVideo
{
	margin:0 auto;
	height:505px;
	width:700px;
}

#interstitialBody
{
	position: relative;
	background-image: url(../images/interstitial-bg.gif);
	background-repeat: repeat-x;
	background-color: #DBDBDB;
	/*padding: 24px;*/
	border: 3px solid #FFFFFF;
	height: 155px;
	width: 930px;
}

#interstitialBody p
{
	margin-top: 0px;
	font-size: 18px !important;
	padding: 25px;
}

#interstitialBody .buttons
{
	height: 32px;
	width: 470px;
	margin: 0 auto;
}

.yes
{
	display: block;
	width: 104px;
	height: 32px;
	background-image: url(../images/interstitial-ok.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 220px;
}

.no
{
	display: block;
	width: 104px;
	height: 32px;
	background-image: url(../images/interstitial-cancel.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 20px;
}

.no span, .yes span
{
	display: none;
}
/* Overlay */
#confirmModalOverlay 
{
	background-color:#000; 
}

/* Container */