.Zoom
{
	z-index: 999;
	position: absolute;
	top: 0;
	right: 0;
	text-align: left;
}

.Zoom .Caption { background-color: #fff; }
.Zoom .Caption .Padding { padding: 5px; }

.inprintPage .Zoom,
.rootPage .Zoom,
{
	top: 0;
	left: 0;
}

.Zoom .Close
{
	z-index: 999;
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0;
	top: 0;
	background-image: url('../media/icons/x_close.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

.Zoom .Close:hover { cursor: pointer; }

.Zoom .Padding
{
	padding: 15px;
	background-image: url('../media/zoom_background.png');
	background-repeat: repeat;
	background-position: center center;
}
.Zoom .Section .Padding {
	padding: 0;
}
.Zoom img
{
	margin: 0;
	/*background-color: #ddd;*/
	background-image: url('../media/loading_background.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
/**************************************************************************************************/
#OverlayRegistration,
#LightboxOverlay
{
	background-color: #666;
	opacity: .5;
}
.Overlay
{
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
}
/*************************************************************************************************/
.Zoom .Popup
{
	background-color: #FFF;
	opacity: 1;
	font-family: 'FranklinGothicBookRegular', 'Arial Narrow', Arial, Helvetica, sans-serif;
	letter-spacing: .04em;
	font-weight: 100;
}

/*********HOLIDAY****************************************************************************************/
#Holiday {
	background-color: #FFF;
	color: #000;
	width: 655px;
	border: 5px solid #006400;	
}
#Holiday #CloseWindow {
	background-image: url('../media/icons/close-black-large.gif');
	background-repeat: no-repeat;
	height: 20px;
	width: 22px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 5000;
}
.Zoom .Holiday { padding: 70px 40px 30px 40px; }
.Holiday h1 {
	font-size: 36px;
	font-weight: 100;
	margin: 50px 0 45px 0;
}
.Holiday p {
	font-size: 19px;
	margin: 0 0 90px 0;
}
.Holiday p a {
	color: #006400;
	font-weight: bold;
	text-decoration: none;
}
.Holiday .Annotation {
	font-size: 11px;
	bottom: 30px;
	right: 15px;
	position: absolute;
}
/***************** VALENTINES ***************/
#TransparentPopup {
	background-color: none;
	color: #000;
	width: 670px; /*647*/
	border: none;
	min-height: 580px;
}
.Zoom#TransparentPopup .Padding
{
	padding: 15px;
	background-image: none;
}
#TransparentOverlay {
	background-color: #666;
	opacity: .5;
}
#TransparentClose {
	background-image: url('../media/valentine/x.png');
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 5000;
}
#Vcontent {
	padding: 15px 0 0 0;
}

/***************** BOOKFORUM ***************/
#BookforumPop {
	background-color: #FFF;
	border: none;
	box-shadow: 6px 6px 8px #666;
	color: #000;
	width: 350px;
	min-height: 340px;
}
#BookforumPop img {
  padding: 0;
  margin: 0;
  width: 350px;
  vertical-align: top; /* this removes padding added by the link which wraps the image */
}
.Zoom#BookforumPop .Padding
{
	padding: 15px;
	background-image: none;
}
#BookforumOverlay {
	background-color: #666;
	opacity: .4;
}
#BookforumPop #CloseWindow {
	background-image: url('../media/popup/x-yellow.png');
	background-size: 18px 17px;
	background-repeat: no-repeat;
	height: 17px;
	width: 18px;
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 5000;
}