/* Overlay Restes for External use */
.o_popup h2, .o_popup ul, .o_popup li, .o_popup form, 
.o_popup p, .o_popup input {
	margin: 0;
	padding: 0;
}
.o_popup ul, .o_popup li { list-style: none; }
.o_popup input, .o_popup select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

/* Duplicated Styles from nick.css */
.o_popup .hlink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #ff6600;
	background: transparent url(/assets/little_arrow_active.gif) no-repeat center right;
	padding-right: 9px;
}

.o_popup a.hlink:hover {
	text-decoration: underline;
	color: #c1272d;
	background-image: url(/assets/little_arrow_hover.gif);
}

.icon {
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	text-indent: -999999px;
	cursor: pointer;
}

.icon-submit { height: 20px; width: 55px; background-image: url(/assets/icons/icon_submit.gif); }
.icon-login { height: 20px; width: 46px; background-image: url(/assets/icons/icon_login.gif); }
.icon-back  { height: 20px; width: 51px; background-image: url(/assets/icons/icon_back.gif); }
.icon-back:hover, .icon-login:hover, .icon-submit:hover { background-position: 0px -20px; }

/* Duplicate Clearfix Styles */
.clearfix:after { content: "."; display: block;	clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix {	display: inline-block; }
html[xmlns] .clearfix {	display: block; }
* html .clearfix { height: 1%; }

/* Base Overlay Styles */
#nick-overlay-modal {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 2147483646;
}

.o_popup {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2147483647;
	text-align: center;
	font: 12px/1.231 Verdana, Arial, Helvetica, sans-serif;
}

.o_popup_ie6 { 
	position: absolute;
	top: 0px;
}

.o_popup_ie7 { height: 0px; }

.o_popup_rb {
	height: 0;
	overflow: visible;
}

.o_popup_content_loader {
	float: left;
	position: static;
	height: auto;
	width: auto;
	display: block;
	position: absolute;
	left: -9999999px;
	top: -9999999px;
	visibility: hidden;
}

.o_popup .o_popup_box {
	position: relative;
	margin: 0 auto;
	text-align: left;
}

.o_popup_rb .o_popup_wrapper {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 10px solid rgba(82, 82, 82, 0.7);
}

.o_popup_ie6 .o_popup_wrapper {
	position: relative;
	padding: 10px;
	overflow: hidden;
	zoom: 1;
}

.o_popup_ie6 .o_popup_square_borders {
	position: absolute;
	padding: 10px;
	height: 1000px;
	width: 1000px;
	background-color: #525252;
	filter: alpha(opacity=70);
	margin-left: -10px;
	margin-top: -10px;
	z-index: 101;
}

.o_popup_ie7 .o_popup_wrapper {
	margin: 10px 10px 0 10px;
	position: relative;
}

.o_popup_ie7 .o_popup_vs,
.o_popup_ie7 .o_popup_hs {
	position: absolute;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=70);
	background-color: #525252;
}

.o_popup_ie7 .o_popup_vs {
	margin-top: -10px;
	padding-bottom: 20px;
}

.o_popup_ie7 .o_popup_hs { 
	padding-right: 20px;
	margin-left: -10px;
}

.o_popup_ie7 .o_popup_tl,
.o_popup_ie7 .o_popup_tr,
.o_popup_ie7 .o_popup_br,
.o_popup_ie7 .o_popup_bl {
	position: absolute;
	background-image: url(/assets/Backgrounds/nocorners.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 10px;
	height: 10px;
	overflow: hidden;
}

.o_popup_ie7 .o_popup_tl { top: -10px; left: -10px; }
.o_popup_ie7 .o_popup_tr { top: -10px; right: -10px; background-position: 0px -10px; }
.o_popup_ie7 .o_popup_br { bottom: -10px; right: -10px; background-position: 0px -30px; }
.o_popup_ie7 .o_popup_bl { bottom: -10px; left: -10px; background-position: 0px -20px; }

.o_popup .o_popup_header {
	position: relative;
	height: 25px;
	width: 100%;
	background-color: #fd6f00;
	z-index: 104;
}

.o_popup .o_popup_title,
.o_popup .o_popup_close {
	line-height: 25px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
}

.o_popup .o_popup_title {
	float: left;
	line-height: 25px;
	padding-left: 10px;
}

.o_popup .o_popup_close {
	float: right;
	display: inline;
	padding-right: 20px;
	margin-right: 10px;
	cursor: pointer;
	background: transparent url(/assets/icons/icon_close.gif) no-repeat center right;
}

.o_popup .o_popup_loader {
	float: right;
	text-indent: -999999px;
	display: none;
	height: 25px;
	width: 26px;
	background: transparent url(/assets/overlay_loader.gif) no-repeat center left;
}

.o_popup .o_popup_content {
	clear: both;
	position: relative;
	z-index: 102;
	background-color: #fafafa;
	padding: 10px;
	height: 100%;
}

.o_popup .o_popup_content_iframe {
	height: auto;
	width: auto;
}

/* Borderless Overrides */
.o_popup_borderless .o_popup_header,
.o_popup_borderless .o_popup_square_borders,
.o_popup_borderless .o_popup_tl,
.o_popup_borderless .o_popup_tr,
.o_popup_borderless .o_popup_bl,
.o_popup_borderless .o_popup_br,
.o_popup_borderless .o_popup_hs,
.o_popup_borderless .o_popup_vs { display: none; }
.o_popup_borderless .o_popup_wrapper {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
}
.o_popup_borderless .o_popup_content { padding: 0; }

/* Overlay Content Styles */
.o_popup .o_popup_content h3,
.o_popup .o_popup_content label {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

.o_popup .o_popup_content label.small {
	text-transform: none;
	color: #565555;
}

.o_popup .o_popup_content .error label span {
	text-transform: none;
	color: #000;
}

.o_popup .o_popup_content .error label { color: #ff0000; }
.o_popup .o_popup_content .error input { border-color: #ff0000; }
.o_popup .o_popup_content .error .gender-col span { color: #ff0000; }
.o_popup .o_popup_content .error .input-large,
.o_popup .o_popup_content .error .input-tiny { border: 2px solid #ff0000; }


.o_popup .o_popup_content p {
	font-size: 11px;
	color: #565555;
}

.o_popup .o_popup_content strong { font-weight: bold; }
.o_popup .o_popup_content .spacer { clear: both; margin-top: 15px; }
.o_popup .o_popup_content .spacer-sm { clear: both; margin-top: 5px; }

.o_popup .o_popup_content input,
.o_popup .o_popup_content label { display: block; }

.o_popup .o_popup_content input.large,
.o_popup .o_popup_content input.medium,
.o_popup .o_popup_content input.extra-large {
	background: #fff; 
	border: 1px solid #999; 
	margin-top: 3px;
	padding: 3px; 
}

.o_popup .o_popup_content input.extra-large { width: 450px; }
.o_popup .o_popup_content input.large { width: 245px; }
.o_popup .o_popup_content input.medium {	width: 150px; }

.o_popup .o_popup_content .radio { clear: both; }

.o_popup .o_popup_content .radio input {	float: left; }

.o_popup .o_popup_content .radio span {
	float: left;
	padding-left: 5px;
	font-size: 11px;
	color: #565555;
}

.o_popup .o_popup_content .fail {
	color: #ff0000;
	font-size: 11px;
	margin-bottom: 10px;
}

/* Date Selection Styles */
.o_popup .o_popup_content .date-selection {
	clear: both;
	margin-top: 5px;
}

.o_popup .o_popup_content .date-selection select {
	width: 100px;
	padding: 3px;
	margin-right: 4px;
	border: 1px solid #999; 
	background: #fff; 
	font-size: 11px;
}

/* New Form Styles */
.o_popup .o_popup_content .input-large,
.o_popup .o_popup_content .input-tiny {
	display: block;
	background: #fff; 
	border: 1px solid #999; 
	margin-top: 3px;
	padding: 3px; 
}
.o_popup .o_popup_content .input-large input,
.o_popup .o_popup_content .input-tiny input {
	border: 0;
	background: none;
	width: 100%;
}
.o_popup .o_popup_content .input-large { width: 245px; }
.o_popup .o_popup_content .input-large textarea { height: 115px; }
.o_popup .o_popup_content .input-tiny input { width: 45px; }

/* Registration Styles */
.o_popup_registration {	width: 585px; }

.o_popup_registration .reg-column1,
.o_popup_registration .reg-column2 {
	float: left;
}

.o_popup_registration .reg-column1 {
	width: 225px;
	padding-right: 10px;
	padding-bottom: 260px;
	background: transparent url(/assets/Backgrounds/spongebob_reg.jpg) no-repeat bottom center;	
}

.o_popup_registration .reg-column2 {
	width: 340px;
	padding-left: 10px;
}

.o_popup_registration select {
	width: 253px;
	background: #fff; 
	border: 1px solid #999; 
	padding: 3px;
	font-size: 11px;
}

.o_popup_registration .date-col {
	float: left;
	display: inline;
	margin-right: 5px;
	width: 52px;
}

.o_popup_registration .gender-col {
	float: left;
	width: 70px;
}

.o_popup_registration .confirm-message input,
.o_popup_registration .confirm-message span {
	float: left;
	display: inline;
}
.o_popup_registration .confirm-message input { margin-right: 5px; }
.o_popup_registration .confirm-message span { 
	width: 315px;
	color: #565555;
	font-size: 11px;
}

.o_popup_registration .error span.confirm-text { color: red; }

.o_popup_content .radio-2col { width: 100%; }
.o_popup_content .radio-2col .radio-col { 
	float: left;
	width: 50%;
}
.o_popup_registration .gender-col input, .o_popup_content .radio-col input { display: inline; }
.o_popup_registration .gender-col span, .o_popup_content .radio-col span {
	padding-left: 5px;
	font-size: 11px;
	color: #565555;
}

.o_popup_registration .gender { width: 100%; }
.o_popup_registration .icon-submit { clear: both; float: right; }

.o_popup_registration .error-list {
	font-size: 11px;
	color: #af0000;
}
.o_popup_registration .error-list li {
	list-style-type: square;
	list-style-position: inside;
	padding-bottom: 10px;
}

#fRegistrationSuccess, #fRegistrationParentEmail, .fRegistrationParentEmail { display: none; }
#fRegistrationSuccess h3 { font-size: 14px; }
#fRegistrationSuccess a {
	float: left;
	clear: none;
	display: inline;
	margin-right: 10px;
}
#fRegistrationSuccess .dblspace { padding: 8px 0; }
#fRegistrationSuccess a.hlink { float: none; }
#fRegistrationSuccess .complete-col {
	float: left;
	width: 165px;
	padding-top: 10px;
}
#fRegistrationSuccess .large-bold {
	clear: both;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0;
	margin-top: 15px;
	background: transparent url(/assets/community/community_favorite_divider.gif) no-repeat top center;
}
	
#fRegistrationParentEmail ol { margin-bottom: 5px; }
#fRegistrationParentEmail li {
	color: #666;
	font-weight: bold;
	font-size: 11px;
	list-style-type: decimal;
	list-style-position: inside;
	padding-bottom: 2px;
}
#fRegistrationParentEmail li span { font-weight: normal; }
#fRegistrationParentEmail .agree-line .radio {
	float: left;
	padding-right: 10px;
}
#fRegistrationParentEmail .agree-line span {
	float: left;
	color: #666;
	font-size: 11px;
	font-weight: bold;
}
#fRegistrationParentEmail .icon-submit {
	clear: both;
	margin-top: 15px;
}

.o_popup_registration .reg-column1 .UAContainer { margin: 0 auto; }

/* Login Styles */
.o_popup_login { 
	width: 158px;
	padding-left: 150px;
	background: transparent url(/assets/Backgrounds/spongebob_login.jpg) no-repeat top left;
}
.o_popup_login .icon-login { float: right; }
.o_popup_login .login-options {
	clear: both;
	padding-top: 10px;
	width: 100%;
}
.o_popup_login .login-options li { padding-bottom: 5px; }
.o_popup_login .login-options li a.hlink {
	text-transform: none !important;
	cursor: pointer;
}

/* Forgot Password Styles */
.o_popup_forgot { 
	width: 158px;
	height: 150px;
	padding-left: 150px;
	background: transparent url(/assets/Backgrounds/spongebob_login.jpg) no-repeat center left;
}

.o_popup_forgot .actions {
	width: 100%;
	margin-top: 5px;
}

.o_popup_forgot .icon-back { float: left; }
.o_popup_forgot .icon-submit { float: right; }

/* Get URL Styles */
.o_popup_geturl { width: 460px; }

/* Embed Video Styles */
.o_popup_embed { width: 460px; }

/* Newsletter Styles */
.o_popup_newsletter { 
	width: 615px;
	min-height: 360px;
	height: auto;
	background: transparent url(/assets/Backgrounds/overlay_newsletter_avatar.jpg) no-repeat bottom right;
}

* html .o_popup_newsletter { height: 360px; }

.o_popup_newsletter .note {
	display: block;
	width: 500px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

.o_popup_newsletter .radio span { width: 400px; }

/* Confirm Styles */
.o_popup_confirm { width: 360px; }
ul.confirm-options {
	float: right;
	margin-top: 15px;
}
ul.confirm-options li {
	float: left;
	display: inline;
	margin-left: 10px;
}

/* Generic Legacy Messages */
.o_popup_message_content {
	width: 600px;
}

.o_popup_message_content p {
	font-size: 11px;
	padding-bottom: 15px;
}

.o_popup_message_content strong { font-weight: bold; }
.o_popup_message_content .hlink { margin-right: 15px; }

.o_popup_message_welcomeback, .o_popup_message_welcomenew {
	height: 300px;
	width: 330px;
	padding-right: 260px;
}

.o_popup_message_welcomeback { background: transparent url(/assets/community/overlay_bg_people2.jpg) no-repeat bottom right; }
.o_popup_message_welcomenew { background: transparent url(/assets/community/overlay_bg_people1.jpg) no-repeat bottom right; }

.o_popup_message_welcomeback h3, .o_popup_message_welcomenew h3 {
	text-indent: -99999px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.o_popup_message_welcomeback h3 {
	width: 237px;
	height: 46px;
	background: transparent url(/assets/community/txt_welcomeback.jpg) no-repeat;
}

.o_popup_message_welcomenew h3 {
	width: 293px;
	height: 46px;
	background: transparent url(/assets/community/txt_welcomenickprofile.jpg) no-repeat;
}

.o_popup_message_welcomeback p, .o_popup_message_welcomenew p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	padding-bottom: 15px;
}

.o_popup_message_welcomeback .icon-goshopping, .o_popup_message_welcomenew .icon-goshopping { margin-bottom: 15px; }