

.comparisonModule {
	width: 435px;
	margin: 0;
	float:left;
}

#pageContent .contentArea {
	float:left;
	width: 456px;
	padding-bottom:13px;
	margin: 12px;
	background: transparent url('images/ungatedContentFoot.gif') no-repeat scroll bottom center;
}

* html #pageContent .contentArea { margin:7px; }


#pageContent .solo { 	
	width: 640px;
	background: transparent url('images/gatedContentFoot.png') no-repeat scroll bottom center;
	margin: 0;
	padding-bottom:13px;
	margin-left: 155px; 
}

#pageContent .contentArea h1 {
	background: transparent url('images/ungatedContentHead.png') no-repeat scroll left top;
	padding: 10px 0 0 10px;
	height:46px;
	width:446px;
}

#pageContent .solo h1 {
	background: transparent url('images/gatedContentHead.png') no-repeat scroll top center;
	padding: 10px 0 0 10px;
	height:46px;
	width:auto;
}


* html #pageContent .solo { margin-left:80px; }
* html #pageContent .contentArea h1 { background-image:url('images/ungatedContentHead.gif'); }
* html #pageContent .solo h1 { background-image:url('images/gatedContentHead.gif'); }


#pageContent .contentArea .content {
	background-color:white;
	float:left;
	padding: 0 10px;
	width:436px;
}

#pageContent .solo .content {
	background-color:white;
	float:left;
	padding: 0 97px;
	width:446px;
}

#pageContent .solo .content .loginModule { }

#pageContent .contentArea .detailListing {
	width:436px;
}


#pageContent .contentArea .detailListing p.listingLink {
	float:left;
}



/*---BEGIN Login Module---*/
.loginModule a {
	color:#42435C;
}

.loginModule h3 {
	color:#A33858;
}


.loginModule form {
	width:155px;
}



#AnnualPassholderQuickLoginPage .loginModule form {
	width: 250px;
}

#AnnualPassholderQuickLoginPage .loginModule input {
	width: 158px;
}

#AnnualPassholderQuickLoginPage .loginModule fieldset.submission input {
	width: 64px;
}

#AnnualPassholderQuickLoginPage .loginModule fieldset div {
	width: 158px;
}

#AnnualPassholderQuickLoginPage .loginModule fieldset div.error {
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: left;
	width: 250px;
}


form.signIn fieldset.submission {
	margin-top:3px;
	margin-right: 87px;
	text-align:right;
}

#apHeaderModule .loginModule .error { background-color:transparent; color: #C00; }
/*---END Login Module---*/



/*---BEGIN Dynamic Login Module---*/
#dynamicLoginPanel {
	background-color: #FFF;
	border:1px solid #CCC;
	visibility:hidden;
	width:180px;
}

#dynamicLoginPanel form {
	width: 150px;
	margin:0 auto;
	color: #000;
}
#dynamicLoginPanel form fieldset.submission {
	text-align:right;
}
#dynamicLoginPanel form fieldset.submission div {
	text-align:left;
}

#dynamicLoginPanel h3, body .yui-panel .hd {
	background-color:#FFF3F3;
	border-bottom:1px solid #DEC5C5;
	color:#A33858;
	font-size:12px;
	padding:10px;
}

#dynamicLoginPanel .foot {
	background-color:#FFFFDD;
	color:#000000;
	font-weight:bold;
	padding:10px 15px;
	text-align:right;
}

#dynamicLoginPanel .foot p {
	text-align:left;
}


#quickLoginPanel .foot {
	text-align:left;
	padding-top: 1em;
}

#quickLoginPanel .foot p {
	font-weight: bold;
}

body .yui-panel .container-close {
	background:transparent url('images/popupClose.gif') no-repeat scroll 50% 50%;
	height:13px;
	width: 13px;
	position:absolute;
	right:3px;
	top:3px;
	cursor:pointer;
}
/*---END Login Module---*/

body .yui-panel .bd { color: #000; padding: 10px; }
body .redirect.yui-panel .hd { padding: 4px 10px; font-weight:bold; }

body .button-group button:hover, body .button-group button.hover {
	color:#FFF3F3;
	background-color:#A33858;
}

.redirect {
	background-color: #FFF;
	border:1px solid #CCC;
}


body .mask {
	background-color:#000;
	opacity:.25;
	*filter:alpha(opacity=25);
}

body .yui-dialog .ft .button-group {
	text-align:center;
	display:block;
	padding:10px;
}

body .yui-dialog .ft .button-group button.default {
	font-weight:bold;
	margin-right:4px;
}