@import url('overlays.css');

/*------------------------------------------------------------------
[Table of contents]

1. Global Overrides
2. Forms
3. Navigation
4. Content / #pageContent
	4.1. Recipient Form / #recipientForm
	4.2. Log-in/Register/RecipientDisplay Modules
5. Footer / #pageFooter
6. Header / #pageHeader
-
A. Uncategorized
B. JavaScript/Progressive Enhancement
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
# [Color codes]

# Mid grey (main text): #666666
# Pale green (modules bg): #ddeac0
# Mid green (module headers bg): #c9daa2
# Slate (signup form bottom borders): #d9e2e4
# Pale blue (modules bg, button text, even table rows): #e9f5fa
# Mid blue (odd table rows): #d8edf5
# Deep blue (FOYB Module Header): #579ab4
# Bright blue (page bg): #7fc9dc
# Brighter blue (content area bg): #91cfdf
# Fuschia (links): #c32c87
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Typography]

Body copy:		
Headers:		
Input, textarea:	

Notes:	none
-------------------------------------------------------------------*/





/*------------------------------------------------------------------
[1. Global Overrides]
*/
html, body {
	padding:0;
	margin:0;
	width:100%;
	height:100%;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	background-image:none;
	background-repeat:no-repeat;
	background-color: #7fc9dc;
}

body.en_US #globalHeader, body.es_US #globalHeader, #DLRglobalHeader.es_US { background-color: transparent; }
html body.en_US, html body.es_US { background-image:url("http://adisneyland.disney.go.com/media/dlr_v0200/css/nonLanguageSpecific/images/ngbg.jpg"); }
body * { padding:0; margin:0; }

h1 { font-size: 22px; }
h2 { font-size:18px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
a { text-decoration: underline; color: #060E33; }
img, a img { border-width: 0px; }

.themeParkName {
	font-style: italic;
}

body.en_US #pageContent .inner, body.es_US #pageContent .inner {background: #91cee0 url(images/sideBarConfetti.jpg) no-repeat scroll 1px 42px; padding-bottom: 0;}

/*------------------------------------------------------------------
[2. Forms]
*/
form fieldset {	border:0; }
form fieldset div, form fieldset div input { width:100%; }

input {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

select {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


/*------------------------------------------------------------------
[3. Navigation]
*/


/*------------------------------------------------------------------
[4. Content / #pageContent]
*/

#pageContent .bdcLandingPageTitle {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px 10px 10px;
}

#pageContent .contentArea {
	float:left;
	width: 640px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:13px;
	overflow:hidden;
}

* html #pageContent .contentArea {padding-right:0;}

#pageContent .contentArea h1 {
	padding: 10px 0 0 10px;
	height:46px;
	width:630px;
}

#pageContent .contentArea .content {
	background-color:white;
	float:left;
	padding: 0 10px 10px 10px;
	width:620px;
}

#pageWrapper {
	width: 760px;
	background-color: #91cfdf;
	background: #91cfdf url('images/bgGradient.png') repeat-x scroll 0 42px;
	float:left;
	position:relative;
	top:117px;
}

body.en_US #pageWrapper,
body.es_US #pageWrapper 
{
	top: auto;
	background: 0;
} 
#pageContent {
	position:relative;
	float:left;
	width:100%;
	/*padding-bottom:100px;*/
	color: #5A5B71;
	
}



#content1 {
	float:left;
	width:200px;
	min-height:1px;
	_height:1px;

}

#content2 { 
	background: #FFF url('images/topLeftCorner.png') no-repeat scroll -1px -1px; 
	float:left;
	padding:5px 5px 0 5px;
	width:550px;
}


#pageContent #apHeaderModule {
	height:180px;
	overflow:hidden;
	padding:45px 0pt 0pt 50px;
	position:absolute;
	right:0px;
	top:-215px;
	width:171px;
	z-index:50;
}


h2.groupingTitle {
	background: transparent url('images/blueHeaderRound.png') no-repeat scroll top center;
	font-size:16px;
	color: #FFF;
	padding:7px 10px;
	height: 18px;
	overflow:hidden;
	margin-bottom:5px;
}

p.intro {
	margin-bottom:2ex;
	margin-left:18px;
}

.contentGrouping {
	background: #e9f5fa url('images/blueTop.png') no-repeat scroll top center; 
	padding:24px 18px;
	width: 513px;
	
}

.sectionalModule {
	background-color: #e9f5fa;
	margin-bottom:16px;
}

.sectionalModule h4 {
	margin-bottom:7px;
}

.sectionalModule ul li {
	list-style-type: none;
	background: transparent url('images/mickeyBullet.png') no-repeat scroll 0 -2px;
	padding: 2px 0 2px 30px;
}

#pageContent a {
	color: #c32c87;
}


.sectionalModule ul.links li {
  background: none;
  padding: 2px 0px 2px 0px;
}


/*------------------------------------------------------------------
[4.1. Recipient Form / #recipientForm]
*/

.signupForm { 
	overflow:hidden; 
	background-color:#FFF;
}
#recipientForm.expanded { 
	padding-bottom: 25px;
}

#addRecipientFormToggle {
	background-color:#FF0;
	clear:both;
	cursor:pointer;
}

#characterPreview {
	width:180px; 
	height:180px; 
	float:right; 
	background: transparent url('images/characterSelectEmpty.png') no-repeat scroll 0 0; 
}


.signupForm fieldset { 
	padding: 8px; 
	margin:8px; 
	border-bottom:1px solid #d9e2e4; 
	width:480px; 
}

.signupForm fieldset legend {
	font-weight:bold; 
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.signupForm fieldset input {width: auto; }

.signupForm fieldset.buttons { border-bottom:none; }
.signupForm .relationshipSelect div { width:150px; float:left; }
li.characterSelect { list-style-type:none; height:20px;}
li.characterSelect, .signupForm .languageSelect div { width:150px; float:left; }
li.characterSelect label, li.characterSelect input { vertical-align:middle; }

.contactInfo div { width: 130px; float:left; }

.recipient .contactInfo div label { font-weight:bold; }
.recipient .contactInfo label {
  -font-weight: bold; /* hack for IE6 */
}

.signupForm fieldset input.year { width: 4em;}

.recipientModule { background-color:#FFF; padding:2px; }
.recipientTable { width:100%; }

.recipientTable th { background-color: #FFF; text-align:left; text-transform:uppercase; }

.recipientTable, .recipientTable tr, .recipientTable th, .recipientTable td {
	border:none;
	border-collapse:collapse;
}
.recipientTable tr {
	border-top:3px solid #FFF;
}

.recipientTable th, .recipientTable td {
	padding:0px 0 0px 15px;
	height:50px;
	vertical-align:middle;
}

.recipientTable td.character { text-align:center; }

.recipientTable tr {
	background-color:#d8edf5;
	/*color:#000;*/
}

.recipientTable tr.even {
	background-color:#e9f5fa;
	/*color:#000;*/
}

.linkDiv {
	text-align: right;
}

.subtitle {
	font-weight: bold;
	padding: 5px;
}


form.registrant p {
	margin:8px;
	padding:8px;
	font-weight:bold;
}


form.registrant fieldset p {
	clear:both;
	margin:8px 0;
	padding:8px 0;
	font-weight:normal;
}

form.registrant fieldset p a { color: #c32c87; }


.signupForm .registrant fieldset.contactInfo span.input {
	display:block;
	background-color:transparent;
	border: medium none;
	font-size:11px;
	font-weight:bold;
	width:auto;
	color:#5A5B71;
}

.signupForm input.highlighted { border-style:solid; border-color: #F00; }
.signupForm legend.highlighted { color: #F00; }

.bdcRecipient .toggle { background-color: #FFF; padding: 19px 0 8px 13px; }
.bdcRecipient .toggle p { padding: 8px 0 0 4px; }

#addRecipientLink, #addRecipientToggle {
	padding-left: 15px; 
	color:#C32C87; 
	text-decoration:underline; 
	cursor:pointer;
	background: transparent url('images/toggleArrow.gif') no-repeat scroll 0 1px;
}

#addRecipientLink.expanded
, #addRecipientToggle.expanded { 
	background-position: 0 -31px;
}


.signupForm .headerError {
	text-align: left;
	margin: 0 8px;
	padding: 8px;
	color: #F00;
	white-space: nowrap;
}

.signupForm .error {
	text-align: left;
	margin: 0 0px;
	color: #F00;
	white-space: nowrap;
}

.signupForm .nameFields legend.error { color: inherit }

.signupForm .extraOffer {
	margin:15px;
	padding:0 0 15px 0;
	width:479px;
	background: #e3f2f9 url('images/extraOfferBottom.gif') no-repeat scroll 0 100%;
	border-bottom:none;
}

.signupForm .extraOffer h4 {
	font-size:14px;
	font-weight:bold;
	color: #579ab4;
	background: transparent url('images/extraOfferTop.jpg') no-repeat scroll 0 0;
	padding:15px 194px 15px 15px;
	width:270px;
}

.signupForm .extraOffer ul.links li {
	background: transparent url('images/extraOfferBullet.gif') no-repeat scroll 0 50%;
	padding-left: 20px;
	list-style-type: none;
}


/*------------------------------------------------------------------
[4.2. Log-in/Register/RecipientDisplay Modules]
*/

.loginModule, .conditional .sectionalModule {
	width:549px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 12px 0px;
	background: #ddeac0 url('images/greenFooter.png') no-repeat scroll bottom center;
}

.loginModule .title, .conditional .sectionalModule h2 {
	background: #c9daa1 url('images/greenHeader.png') no-repeat scroll top center;
	padding: 10px 18px 6px 18px;
	color:#666;
	font-size: 14px;
}

.loginModule div, .conditional .sectionalModule div {
	padding: 10px 18px 0px 18px;
}

 .conditional .sectionalModule ul {
	padding-top: 18px;
}

.loginModule a, .conditional .sectionalModule a {
	margin: 5px 0px 0px 5px;
}

.conditional .sectionalModule ul li {
	background-image:none;;
	padding: 0 0 4px 18px;
}

.conditional .sectionalModule ul li a { margin:0; padding:0; }


a.button:link, a.button:visited, span.button {
	display:-moz-inline-box;
	display:inline-block;
	height:37px;
	/*line-height:37px;*/
	color:#e9f5fa;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	background: transparent url('images/buttonRightWhiteBg.png') no-repeat scroll 100% 0;
}


a.button span, span.button span {
	background: transparent url('images/buttonLeftWhiteBg.png') no-repeat scroll 0 0;
	height:27px;
	padding:10px 20px;
	/*line-height:27px;*/
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	color: #e9f5fa;
}


.recipientModule div.add { padding: 8px; }

.loginModule a.button:link
, .loginModule a.button:visited
, .loginModule a.button:hover
, .loginModule a.button:active { 
	background-image: url('images/buttonRightGreenBg.png');
}
.loginModule a.button span { background-image: url('images/buttonLeftGreenBg.png'); }


.signupForm legend {
	 color: #5A5B71;
} 


/*------------------------------------------------------------------
[5. Footer / #pageFooter]
*/

#pageFooter {
	width: 760px;
	clear:left;
	float:left;
	background-color: #1699b4;
	position:relative;
	top:117px;
}

.es_US #pageFooter table.footer {
	width: 100%;
}

#pageFooter .languageSelect .relationshipSelect {
	margin-left: 10px;
	
}


/*------------------------------------------------------------------
[6. Header / #pageHeader]
*/

#pageHeader {
	float:left;
	position:static;
	width:760px;
}


#pageWrapper #pageContent #pageMedia {
	float:right;
	position:relative;
	visibility:visible;
	top:auto;
	left:auto;
	overflow:hidden;
	width:558px;
	height:263px;
}

#pageWrapper #pageContent #content1{
	margin-top: 220px;
}


body.en_US #pageWrapper #pageContent #content2,
body.es_US #pageWrapper #pageContent #content2
{
	
		float:right;
}

#BDCLandingPage.en_US #pageWrapper #pageContent #content2,
#BDCLandingPage.es_US #pageWrapper #pageContent #content2
{
	margin-left: 0;
}

/*------------------------------------------------------------------
[A. Uncategorized]
*/


.disclaimer {
	font-size:10px;
	float:left;
	clear:both;
	width:90%;
}

.disclaimerSymbol { font-weight:bold; }

.error {
	text-align:center;
	font-weight:bold;
	color: #F00;
	background-color:#FFF;
}

.headerError {
	text-align:center;
	font-weight:bold;
	color: #F00;
	background-color:#FFF;
}


.emailAddress {
	width: 120pt;
}

.birthday {
	width: 40pt;
}

.relationship {
	*width: 65pt;
}

.modulePromoImage { margin-left:12px; }

#BDCRegistrantFormPage .bdcLandingPageTitle,
#AddBDCRecipientPage .bdcLandingPageTitle {
        margin: 0;
	width: 549px; 
	height: 30px;
	background: url('images/blueGreenTitleBg.gif') no-repeat; 
	color: #FFF;  
	padding: 3px 0 3px 15px;
}

/*------------------------------------------------------------------
[B. JavaScript/Progressive Enhancement]
*/

.jsEnabled .bdcRecipient #recipientForm { height:0; }
.jsEnabled .bdcRecipient #recipientForm.expanded { height:auto; }


.jsEnabled span.toggleControl { color:#e9f5fa; text-decoration: underline; cursor: pointer; }