﻿#signInPopup, #staticSignInPopup, #entitlementPopup
{
	display: none;
	height: auto;
	z-index: 1505;
	text-align: center;
	background-color: #fff;
	width: 100%;
	right: 0px;
	position: absolute;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.47);
}

.showSignIn
{
	width: auto !important;
	right: auto !important;
	box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
}

#signInPopup a, #staticSignInPopup, #entitlementPopup a
{
	color: #0054a6;
}

#signInPopup p, #staticSignInPopup, #entitlementPopup p
{
	margin: 0px;
	font-size: 1em; /*16px=1em*//*respective to body font 13px*/
	color: #303031;
	font-weight: 700;
	line-height: 26px;
}

#signInPopup h1, #staticSignInPopup h1
{
	font-size: 1.5em; /*24px=1.5em*//*respective to body font 13px*/
	font-weight: bold;
}

#signInPopup h2, #staticSignInPopup h2
{
	font-size: 1.125em; /*18px=1.125em*//*respective to body font 13px*/
	font-weight: bold;
}

.lockIcon
{
	padding-bottom: 4px;
}

#closeText
{
	font-size: 1.125em; /*18px=1.125em*//*respective to body font 13px*/
	font-weight: 400;
	color: #0054a6 !important;
	padding-top: 20px;
}

#closeText span
{
	cursor: pointer;
}

#signInLink, #staticSignInLink
{
	font-weight: bold;
	font-size: 1em; /*16px=1em*//*respective to body font 13px*/
	text-align: center;
	padding-top: 4px;
	margin-top: 15px;
}

#overlay
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 100;
	display: none;
}

#popupChunk, #staticPopupChunk
{
	font-weight: 400 !important;
}

.popupMainContent
{
	margin-top: 30px;
	margin-bottom: 30px;
}

#notMember, #staticNotMember
{
	padding-top: 12px;
}
