/*
 * CSS code for one-time donation form monthly up-sell modal window.
 */

/* simple modal css overrides */
#simplemodal-container {
	border-color: #ffffff;
	padding: 0px;
}

#simplemodal-container .simplemodal-data {
	padding: 0px;
}

/* we need the opacity set here for IE 10 */
#simplemodal-overlay {
	opacity: 0.8;
}
/* end: simple modal css overrides */

#upsell-modal-content {
	display:none;
}

#upsell-modal-outer {
	width: 730px;
	height: 510px;
	background: #ffffff;
}

#upsell-modal-inner {
	width: 710px;
	height: 480px;
	margin: 5px 10px 10px 10px;
	background-image: url(../images/lightbox_tn/background_img.jpg);
}

#upsell-modal-skip {
	text-align: right;
	margin-right: 10px;
	padding-top: 5px;
	color: #333333;
	font-size: 14px;
}

#upsell-modal-skip-link {
	cursor: hand;
	cursor: pointer;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#upsell-content {
	padding-top: 100px;
	padding-left: 25px;
	width: 400px;
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
}

.upsell-title {
	font-size: 25px;
	font-weight:bold;
	line-height: 35px;
}

.upsell-subtitle {
	font-size: 14px;
	font-weight:bold;
	line-height: 17px;
	padding-top: 5px;
}

.upsell-copy {
	font-size: 17px;
	line-height: 25px;
	padding-top: 15px;
}

.upsell-button {
	background-repeat:no-repeat;
	background-position: right bottom;
	text-align:center;
	font-size: 13px;
	cursor: hand;
	cursor: pointer;
}

#upsell-yes-shell {
	width: 307px;
	height: 41px;
	margin-top: 45px;
	margin-left: 0px;
	margin-bottom: 25px;
}

#upsell-yes-button {
	height: 41px;
}

#upsell-no-shell {
	width: 307px;
	height: 78px;
	margin-left: 0px;
}

#upsell-no-button {
	height: 41px;
}

#upsell-yes-button-inner {
	width: 118px;
	height: 41px;
	float: left;
	background-image: url(../images/lightbox_tn/orange_button_background.png);
}

#upsell-no-button-inner {
	width: 118px;
	height: 41px;
	float: left;
	background-image: url(../images/lightbox_tn/gray_button_background.png);
}

.upsell-yes-copy {
	font-size: 19px;
	font-weight:bold;
}

.upsell-button-copy {
	float: left;
	width: 150px;
	height: 41px;
	text-align: left;
	font-size: 14px;
	line-height: 19px;
	padding-left: 12px;
}

/* Tribute preview modal */

#preview-modal-content {
	display:none;
}

.preview-body {
	border:1px solid #a1a1a1; 
	height: 564px; 
	width: 400px; 
	margin:20px auto; 
	padding:19px 20px;
	text-align:center;
}

.preview-main {
	margin:0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align:center;
}

.preview-small {
	color: #666666; 
	font-size: 10px; 
	padding:0 0 11px 0;
}

.preview-medium {
	color: #606060; 
	font-size: 12px; 
	padding:0 0 16px 0;
}

.preview-large {
	color: #606060; 
	font-size: 18px; 
	padding-bottom: 10px;
}

.preview-button {
	float:left;
	margin-top: 8px;
	margin-left: 165px;
	padding: 5px 10px;
	background-color: #41BA52;
	border-radius: 10px;
	color: white;
	cursor: pointer; 
	cursor: hand;
	background: linear-gradient(#41BA52, #2D8B3B);
	box-shadow: 0px 10px 20px -10px rgba(85,85,85,1);
}











