﻿.ContestPageWrapper .Breadcrumbs{
	margin:14px 0 0 30px;
	display: block;
}

.ContestWrapper{
	width:928px;
	margin:0 0 0 14px;
	background:url(Images/Contest/ContestBookBG.jpg) repeat-y;
}
.ContestOuter{
	background:url(Images/Contest/ContestBookTop.jpg) no-repeat top;
	width:928px;
}
.ContestInner{
	background:url(Images/Contest/ContestBookBtm.jpg) no-repeat bottom;
	width:868px;
	padding:20px 0 45px 60px;
}

.ContestContentLeft{
	width:410px;
	float:left;
	min-height:490px;
	position:relative;
}
.ContestContentRight{
	width:410px;
	float:left;
	min-height:490px;
}
.ContestInner h3{
	color:#0D4177;
	font-size:2.0em;
	font-weight:bold;
}
.ContestInner h4,
.ContestInner h5{
	color:#0E7FC7;
}
.ContestHR{
	height:6px;
	background:url(Images/Contest/ContestHR.gif) no-repeat;
	overflow:hidden;
	margin:20px 0 5px 27px;
	line-height:0.1em;
	font-size:0.1em;
}
.ContestHR hr{
	display:none;
}
.ContestContentRight .hrSolid{
	display:none;
}

.ContestFullPagePhoto{
	margin:10px 0 15px 10px;
	width:379px;
	height:467px;
}
.ContestPostItButton{
	display:block;
	position:absolute;
	top:328px;
	left:10px;
	z-index:5;
	width:152px;
	height:143px;
	background:url(Images/Contest/ContestPostItNote.png) no-repeat;
	cursor:pointer;
}
.ContestPostItButtonPrev{
	display:block;
	position:absolute;
	top:328px;
	left:10px;
	z-index:5;
	width:152px;
	height:143px;
	background:url(Images/Contest/ContestPostItNotePrev.png) no-repeat;
	cursor:pointer;
}
.ContestGraphicHeaderRight{
	width:393px;
	height:116px;
	margin:4px 0 4px 7px;
}
.ContestGraphicHeaderLeft{
	position:absolute;
	width:393px;
	height:116px;
	left:10px;
}
.ContestGraphicHeaderRight img,
.ContestGraphicHeaderLeft img{
	width:393px;
	height:116px;
}
.ContestFooter{
	margin:5px 40px 30px 50px;
	font-size:0.8em;
	color:#333;
}


/* Shared Contest Form elements (shared in contest, not the rest of the site) */

.ContestForm h4{
	margin-top:10px;
	margin-left:30px;
	margin-right:30px;
}
.ContestForm h5{
	margin-left:30px;
	margin-right:30px;
}
.ContestForm p{
	margin:5px 30px 15px 30px;
}
.ContestForm .ValidationSummary{
	margin:2px 20px 10px 0px;
}
.ContestForm td.RegLabelTD{
	width:140px;
	text-align:right;
	height:20px;
	padding-bottom:7px;
	vertical-align:top;
}
.ContestForm td.RegAsteriskTD{
	width:6px;
	font-weight:bold;
	padding-bottom:7px;
	vertical-align:top;
}
.ContestForm td.RegInputTD{
	width:270px;
	padding-bottom:7px;
}

.ContestForm div.RegInput-StandardTextbox{
	width:189px;
	height:20px;
	background:url(Images/Contest/Form-TextField.gif) no-repeat 0 0;
}
.ContestForm div.RegInput-StandardTextbox input{
	width:181px;
	height:16px;
	margin:0 0 0 4px;
	border:0;
	background:none;
}
.ContestForm div.RegInput-DropDownList{
	width:189px;
	height:20px;
	background:url(Images/Contest/Form-TextField.gif) no-repeat 0 0;
}
.ContestForm div.RegInput-DropDownList select{
	width:181px;
	height:18px;
	margin:1px 0 0 4px;
	border:0;
	background:#DFDFE0;
	padding:0;
	font-size:1.0em;
}

.ContestForm div.RegInput-Date2{
	width:45px;
	height:20px;
	background:url(Images/Contest/Form-Date-2digit.gif) no-repeat 0 0;
	float:left;
}
.ContestForm div.RegInput-Date2 input{
	width:18px;
	height:16px;
	margin:0 0 0 6px;
	border:0;
	background:none;
}

.ContestForm div.RegInput-Date4{
	width:45px;
	height:20px;
	background:url(Images/Contest/Form-Date-4digit.gif) no-repeat 0 0;
	float:left;
}
.ContestForm div.RegInput-Date4 input{
	width:33px;
	height:16px;
	margin:0 0 0 6px;
	border:0;
	background:none;
}
.ContestForm .RegContinueButton{
	margin:15px 0 0 270px;
}
.ContestForm .Under13Note{
	margin-top:15px;
	margin-bottom:20px;
	width:390px;
}
.ContestForm .Under13Note p{
	font-size:1.1em;
}
.ContestForm .AllFieldsAreRequired p{
	padding-bottom:2px;
	font-size:0.9em;
	color:#777;
	margin:0;
}




/* Contest Landing Page  -- ContestEntryStart.ascx */

.ContestLandingContent{
	margin:0 0 8px 26px;
}
.ContestLandingContent h4{
	padding-bottom:0;
	padding-top:14px;
	line-height:1.1em;
}
.ContestLandingContent p{
	padding:6px 15px 6px 0px;
}
.ContestLandingLabel{
	background:url(Images/Contest/label_ToBeginEnterYourEmailAddress.gif) no-repeat;
	width:396px; 
	height:74px;
	margin:12px 0 0 6px;
	padding:0;
}
.ContestLandingForm{
	width:402px; 
	height:56px;
	background:url(Images/Contest/EmailBoxBG.gif) no-repeat 6px 0;
	position:relative;
}
.ContestLandingTextbox{
	position:absolute;
	top:6px;
	left:49px;
	width:246px;
	border:0;
	background:none;
}
.ContestLandingButton{
	position:absolute;
	top:2px;
	left:306px;
}
.ContestLandingValidationSummary{
	font-size:1.3em;
	position:absolute;
	top:25px;
	left:53px;
	font-weight:bold;
}





/* Contest Registration Form  --  Registration.ascx -- Step1: Registration - Create Account */

.ContestRegForm .RegInputTD span{
	font-size:0.9em;
	color:#777;
}
.ContestRegForm .RegAlreadyRegistered{
	margin:10px 20px 10px 30px;
	font-size:1.2em;
}
.ContestRegForm .RegCheckbox{
	font-size:1.1em;
	margin-left:50px;
	margin-top:10px;
}
.ContestRegForm .RememberMyLogin .RegCheckbox{
	margin-left:0;
}
.ContestRegForm .RememberMyLogin .RegCheckbox label{
	float:left;
	display:block;
	width:190px;
	padding-left:2px;
	font-size:0.9em;
	color:#0D4177;
}
.ContestRegForm .RegInputTD .PasswordHintTip{
	font-size:0.9em;
	color:#777;
}



/* Contest Entry Step One Form  -- ContestEntryStepOneForm.ascx -- Step2: Registration - Personal Information */

.ContestForm .NewsletterOpt{ /* Hide the regular newsletter opt in on the contest; it has its own. */
	display:none;
}
.ContestNewsletterOpt{
	padding-top:10px;
}
.ContestNewsletterOpt h5{
	padding-bottom:2px;
}
.ContestNewsletterOpt .RegCheckbox{
	font-size:1.1em;
	padding-left:30px;
}



/* Contest Entry Step Two Form  -- ContestEntryStepTwoForm.ascx -- Step2: Registration - Personal Information */

.ContestEntryStepTwoForm{
}

.ContestEntryStepTwoForm td.RegLabelTD{
	width:100px;
	text-align:right;
	vertical-align:top;
	height:20px;
	padding-bottom:7px;
}
.ContestEntryStepTwoForm td.RegAsteriskTD{
	width:6px;
	font-weight:bold;
	padding-bottom:7px;
	vertical-align:top;
}
.ContestEntryStepTwoForm td.RegInputTD{
	width:320px;
	padding-bottom:7px;
}

.ContestEntryStepTwoForm div.RegInput-WideTextbox{
	width:239px;
	height:20px;
	background:url(Images/Contest/Form-TextFieldWide.gif) no-repeat 0 0;
}
.ContestEntryStepTwoForm div.RegInput-WideTextbox input{
	width:231px;
	height:16px;
	margin:0 0 0 4px;
	border:0;
	background:none;
}

.ContestEntryStepTwoForm div.RegInput-TallTextArea{
	width:239px;
	height:120px;
	background:url(Images/Contest/Form-TallTextArea.gif) no-repeat 0 0;
}
.ContestEntryStepTwoForm div.RegInput-TallTextArea textarea{
	width:231px;
	height:114px;
	margin:1px 0 0 4px;
	border:0;
	background:none;
}






/* Contest Entry Short Content View */

.ContestEntryShortContentView{
}

.ContestEntryShortContentView h5{
	padding-bottom:0;
	padding-top:7px;
}
.ContestEntryShortContentView p{
	padding:3px 15px 3px 0px;
	margin-top:0;
	margin-bottom:0;
}





.ContestForm .RegCheckbox{
	display:block;
}
.ContestForm .RegCheckbox input{
	float:left;
	position:relative;
	top:-2px;
}
.ContestForm .RegCheckbox label{
	float:left;
	display:block;
	width:305px;
	padding-left:2px;
}
.ContestForm .RegInputTD .PasswordHintTip{
	font-size:0.9em;
	color:#777;
}





.ContestForm div.TextFieldActive{
	background-position:0px -20px;
}
.ContestForm td.RegInputTDTall div.TextFieldActive{
	background-position:0px -120px;
}
.ContestForm div.TextFieldError{
	background-position:0px -40px;
}
.ContestForm td.RegInputTDTall div.TextFieldError{
	background-position:0px -240px;
}



.ContestForm .VisitTheDiscussionsBtn{
	margin:15px 0 0 50px;
}

.ContestForm .ExploreGoodnitesBtn
{
	margin:15px 0 0 100px;
}


.Login-Contest{
	margin-top:10px;
}
.Login-Contest .ForgotPasswordLink{
	display:block;
	margin-top:3px;
	font-size:0.8em;
}
.Login-Contest .DontHaveAPasswordLink{
	display:block;
	margin-top:0px;
	font-size:0.8em;
}
.Login-Contest .ForgotPasswordQuickHint{
	display:block;
	margin-top:8px;
	font-size:0.8em;
}
.Login-Contest .RememberMyLogin{
	padding-top:4px;
	font-weight:bold;
}
.LoginSubmitButton{
	margin:25px 0 9px 178px;
}
.Login-Contest .NotRegisteredLink{
	padding-top:0px;
	margin-left:130px;
	font-size:0.9em;
}



.Login-Contest .RegCheckbox{
	font-size:1.1em;
	margin-left:0px;
	margin-top:0px;
	display:block;
	margin-bottom:0px;
}
.Login-Contest .RegCheckbox input{
	float:left;
	position:relative;
	top:-2px;
}
.Login-Contest .RegLabelTD label{
	font-size:0.9em;
}
.Login-Contest .RegCheckbox label{
	float:left;
	display:block;
	width:240px;
	padding-left:2px;
	font-size:0.75em;
	color:#0D4177;
}

.Login-Contest .ValidationSummary{
	margin:0px 20px 20px 30px;
}
.Login-Contest .ValidationSummary ul{
	margin-left:0;
}
.Login-Contest .ValidationSummary li{
	padding-left:0;
}



.ContestForm .KCGlobalRequestPassword{
	margin-left:145px;
	margin-top:10px;
	font-size:1.1em;
	width:200px;
}
.ContestForm .KCGlobalRequestPasswordMain .RegCheckbox{
	margin-left:0;
	margin-top:0;
	margin-bottom:5px;
}
.ContestForm .KCGlobalRequestPasswordMain .RegCheckbox .KCGlobalRequestPassword{
	margin-left:0;
	font-size:1.0em;
	margin-top:0;
}


.WeeklyMoments{
	margin:10px 30px 0px;
}
.WeeklyMoments .WinnerTitle{
	background:url(Images/Contest/ContestWinnerHeaderBG.gif) no-repeat bottom left;
	padding:10px 0 10px 80px;
	position:relative;
	left:-12px;
}
.WeeklyMoments h4{
	font-size:1.6em;
	line-height:1.1em;
	font-weight:bold;
}
.WeeklyMoments h6{
	font-size:1.1em;
	line-height:1.1em;
	padding-bottom:8px;
}
.WeeklyMoments .SimpleTitle{
	background:url(Images/Global/hr-dotted-MedBlue.gif) repeat-x bottom;
	padding:4px 0 5px 0px;
	margin-bottom:8px;
}
.WeeklyMoments p{
	margin-top:0;
	margin-bottom:15px;
	font-size:1.4em;
}
.WeeklyMoments .WeeklyMomentsFooterBtn{
	text-align:center;
}
.WeeklyMoments ul{
	margin-left:15px;
}
.WeeklyMoments li{
	list-style-type:disc;
	padding:0 0 0px 0;
	color:#005CAB;
	font-size:1.1em;
}
.WeeklyMoments li h5{
	padding-bottom:0;
	line-height:1.1em;
}
.WeeklyMoments li h6{
	color:#0D4177;
	font-size:1.0em;
}

.PrevWeeklyMoments .hrDottedMed{
	margin-top:0;
	margin-bottom:10px;
}
.PrevWeeklyMoments p{
	color:#000;
	font-size:1.1em;
	margin-bottom:10px;
}
.PrevWeeklyMoments h4{
	color:#0D4177;
}
.PrevWeeklyMoments h5{
	font-size:1.4em;
	margin-bottom:14px;
}
.PrevWeeklyMoments ul{
	margin:0;
	padding:5px 0 10px 0;
}
.PrevWeeklyMoments li{
	list-style-type:none;
	padding:0;
	color:#005CAB;
}
/* Grand Prize Winners */

.GrandPrizeWinners .GrandPrizeHeadline {
    background: url(Images/Contest/ContestWinnersHeadlineBG.jpg) no-repeat 0 -2px;
    width: 820px;
    height: 152px;
}

.GrandPrizeWinners .ContestContentLeft,
.GrandPrizeWinners .ContestContentRight {
    position: relative;
    min-height: 412px;
    line-height: 1.1;
}


.GrandPrizeWinners .ContestContentLeft p,
.GrandPrizeWinners .ContestContentRight p {
    line-height: 1.2;
    padding-top: 4px;
}

.GrandPrizeWinners .WeeklyMoments {
    padding: 74px 18px 0 14px;
}

.GrandPrizeWinners .ContestContentLeft .WeeklyMoments {
    padding-left: 26px;
    padding-right: 14px;
}

.GrandPrizeWinners .ContestContentLeft {
    background: url(Images/Contest/ContestWinnersLeftBG.jpg) no-repeat 0 0;
}

.GrandPrizeWinners .ContestContentRight {
    background: url(Images/Contest/ContestWinnersRightBG.jpg) no-repeat 0 0;
}

.GrandPrizeWinners .ContestContentLeft .Polaroid {
    position: absolute;
    left: 219px;
    top: 1px;
}

.GrandPrizeWinners .ContestContentRight .Polaroid {
    position: absolute;
    left: 215px;
    top: 1px;
}

.ContestFooterBedtimeMomentsCallout{
	width:934px;
	height:94px;
	background:url(Images/Contest/ContentWinnersFooterBG.jpg) no-repeat bottom right;
}
.ContestFooterBedtimeMomentsCallout h3{
	display:block;
	width:210px;
	height:52px;
	padding:28px 0 0 55px;
	background:url(Images/Contest/ContentWinnersFooterHeadline.gif) no-repeat bottom right;
	float:left;
}
.ContestFooterBedtimeMomentsCallout p{
	float:left;
	color:#fff;
	font-size:1.2em;
	display:block;
	width:260px;
	height:61px;
	padding:28px 0 0 23px;
}
.ContestFooterBedtimeMomentsCallout p a{
	display:block;
	width:247px;
	height:26px;
	margin-top:5px;
	background:url(Images/Contest/ContentWinnersFooterBtn.gif) no-repeat;
	cursor:pointer;
}
