/* Override styles from main stayteen.css stylesheet */
#headline {
	position: absolute !important;
	top: 130px !important;
}
#footer-div {
	margin-left: 125px !important;
}
#footer-left {
	padding-bottom: 50px !important;
}
/* Generic Utility Classes */
.error {
	font-weight: bold;
	color: #f00;
}
.noDisplay {
	position: absolute;
	left: -999em;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
}
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
/* Quiz Styles */
#quizPageContent {
	margin: 0 0 0 90px;
	padding: 0;
	width: 715px;
	font-size: 12px;
}
#quizPageContent h3 {
	padding: 0 0 10px 0;
	font-size: 1.4em;
	font-weight: normal;
}
#quizPageContent p {
	padding: 0 0 15px 0;
	font-size: 1em;
}
#quizPageContent em {
	font-style: italic;
}
#quizPageContent a {
	color: #0084c9;
	text-decoration: none;
}
#quizPageContent a:hover {
	text-decoration: underline;
}
#quiz {
	width: 715px;
	height: 435px;
	margin: 15px 0 0 0;
	color: #000;
	position: relative;
}
/* Intro Panel */
#quizIntroPanel {
	position: absolute;
	top: 0;
	left: 0;
	width: 715px;
	height: 435px;
}
#quizIntroMain {
	background: #fff url(../images/quiz/bg-intro-panel-2010.gif) 11px 11px no-repeat;
	height: 435px;
}
#quizIntroText {
	width: 350px;
	margin: 0 0 0 40px;
	padding: 30px 0 0 0;
	font-size: 1em;
	color: #fff;
}
#quizIntroButtons {
	text-align: center;
}
#quizIntroButtons a {
	padding: 0 5px;
}
/* Main Questions and Answers Panel */
#quizMainPanel {
	position: absolute;
	top: 0;
	left: 0;
	width: 715px;
	height: 590px;
	background: #ececec url(../images/quiz/bg-quiz-main.gif) 0 55px no-repeat;
	overflow: hidden;
}
#quizHeader {
	width: 715px;
	height: 55px;
	background: #292929 url(../images/quiz/bg-header.jpg) 0 0 no-repeat;
	overflow: hidden;
}
#quizHeaderText {
	padding: 10px 20px;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	float: left;
}
#quizHeaderScore {
	display: inline;
	margin: 8px 0 0 55px;
	padding: 9px 0 0 14px;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	background: transparent url(../images/quiz/bg-score-box.gif) 0 0 no-repeat;
	width: 177px;
	height: 28px;
	float: left;
}
#quizHeaderScoreFinal {
	padding: 10px 20px;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	float: left;
}
.currentScore {
	color: #00abef;
}
#quizPromos {
	float: right;
	text-align: right;
}
.quizQuestionSetup {
	position: absolute;
	top: 70px;
	left: 15px;
	width: 445px;
	height: 245px;
	line-height: 1.4em;
}
.quizQuestionSetup strong {
	background: #fff;
}
.quizQuestion {
	position: absolute;
	top: 327px;
	left: 95px;
	width: 480px;
	font-size: 1.5em;
	font-weight: bold;
	background-color: #f0f0f0;
	color: #0083cb;
}
#quizAnswer1A, #quizAnswer2A, #quizAnswer3A, #quizAnswer4A, #quizAnswer5A, #quizAnswer6A {
	position: absolute;
	top: 345px;
	left: 15px;
	background: transparent url(../images/quiz/div-answer.gif) right bottom no-repeat;
}
#quizAnswer1B, #quizAnswer2B, #quizAnswer3B, #quizAnswer4B, #quizAnswer5B, #quizAnswer6B {
	position: absolute;
	top: 405px;
	left: 15px;
	background: transparent url(../images/quiz/div-answer.gif) right bottom no-repeat;
}
#quizAnswer1C, #quizAnswer2C, #quizAnswer3C, #quizAnswer4C, #quizAnswer5C, #quizAnswer6C {
	position: absolute;
	top: 465px;
	left: 15px;
	background: transparent url(../images/quiz/div-answer.gif) right bottom no-repeat;
}
#quizAnswer1D, #quizAnswer2D, #quizAnswer3D, #quizAnswer4D, #quizAnswer5D, #quizAnswer6D {
	position: absolute;
	top: 525px;
	left: 15px;
}
.quizAnswer {
	width: 530px;
	padding: 10px 0;
	overflow: hidden;
}
.quizAnswerButton {
	width: 80px;
	text-align: center;
	float: left;
}
.quizAnswerText {
	width: 450px;
	float: left;
}
.fact {
	position: absolute;
	top: 340px;
	left: 15px;
	width: 542px;
	height: 216px;
}
.factText {
	padding: 25px 30px 0 135px;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	font-style: italic;
	color: #333;
}
#fact1 {
	background: transparent url(../images/quiz/bg-fact-1.gif) 0 0 no-repeat;
}
#fact2 {
	background: transparent url(../images/quiz/bg-fact-2.gif) 0 0 no-repeat;
}
#fact3 {
	background: transparent url(../images/quiz/bg-fact-3.gif) 0 0 no-repeat;
}
#fact4 {
	background: transparent url(../images/quiz/bg-fact-4.gif) 0 0 no-repeat;
}
#fact5 {
	background: transparent url(../images/quiz/bg-fact-5.gif) 0 0 no-repeat;
}
#fact6 {
	background: transparent url(../images/quiz/bg-fact-6.gif) 0 0 no-repeat;
}
/* Results Panel */	
#quizResultsPanel {
	position: absolute;
	top: 55px;
	left: 0;
	background: #fff url(../images/quiz/bg-results-panel.gif) left bottom no-repeat;
	width: 715px;
	height: 535px;
}
#quizResultsText {
	position: absolute;
	top: 10px;
	left: 50px;
	width: 510px;
	background: #fff url(../images/quiz/hdr-how-do-you-score.gif) 0 0 no-repeat;
	padding: 45px 0 0 0;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
}
.quizResultsTextSpanish {
	background-image: url(../images/quiz/hdr-como-respondiste.gif) !important;
}
#quizResultsWhatNext {
	position: absolute;
	top: 215px;
	left: 385px;
	width: 365px;
	background: transparent url(../images/quiz/hdr-what-next.gif) 0 0 no-repeat;
	padding: 45px 0 0 15px;
}
.quizResultsWhatNextSpanish {
	position: absolute;
	top: 215px;
	left: 340px;
	width: 365px;
	background-image: url(../images/quiz/hdr-y-luego-que.gif) !important;
}
#quizResultsWhatNext ul {
	font-size: 1.2em;
	font-weight: bold;
	list-style-type: none;
}
.quizResultsWhatNextSpanish ul {
	margin: 0 0 0 0px !important;
}
#quizResultsWhatNext ul li {
	padding: 0 0 10px 0;
}
#quizResultsWhatNext ul li a {
	display: block;
	padding: 5px 0 5px 30px;
	background: #fff url(../images/quiz/btn-arrow-forward.gif) 0 0 no-repeat;
	color: #000;
}
#quizResultsWhatNext ul li a:hover {
	text-decoration: none;
	background-image: url(../images/quiz/btn-arrow-forward-o.gif);
}
#quizResultsWhatNext ul li a.back {
	background-image: url(../images/quiz/btn-arrow-back.gif);
}
#quizResultsWhatNext ul li a.back:hover {
	background-image: url(../images/quiz/btn-arrow-back-o.gif);
}
/* Widget Page Styles */
#widgetPageContent {
	margin: 0 0 0 90px;
	padding: 0;
	width: 715px;
	height: 630px;
	font-size: 12px;
	position: relative;
}
#widgetPageContent h1 {
	padding: 0 0 8px 0;
	font-size: 1.7em;
	font-weight: bold;
	color: #d6107b;
	background-color: #e0e0e0;
}
#widgetPageContent h2 {
	padding: 0 0 20px 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #393939;
	background-color: #e0e0e0;
}
#widgetPageContent h3 {
	padding: 0 0 15px 0;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #e0e0e0;
}
#widgetPageContent p {
	padding: 0 0 15px 0;
	font-size: 1em;
}
#widgetPageContent em {
	font-style: italic;
}
#widgetPageContent strong {
	background-color: #e0e0e0;
}
#widgetPageContent a {
	color: #0084c9;
	text-decoration: none;
}
#widgetPageContent a:hover {
	text-decoration: underline;
}
#widget {
	width: 715px;
	height: 628px;
	margin: 15px 0 0 0;
	color: #000;
	background: #fff url(../images/quiz/bg-widget.jpg) 11px 11px no-repeat;
	position: relative;
}
#widgetPromos {
	position: absolute;
	top: 22px;
	left: 563px;
	z-index: 100;
	height: 502px;
}
/* Intro Panel */
#widgetIntroPanel {
	position: absolute;
	width: 715px;
	height: 628px;
	background: transparent url(../images/quiz/bg-widget-btm.jpg) 11px 233px no-repeat;
}
#widgetIntroText {
	width: 619px;
	position: absolute;
	top: 35px;
	left: 50px;
	font-size: 1.2em;
	color: #333;
}
#widgetIntroButtons {
	width: 210px;
	position: absolute;
	top: 255px;
	left: 425px;
	text-align: center;
}
#widgetIntroButtons p {
	padding: 0 0 20px 0;
}
/* Customize Panel */
#widgetCustomizePanel {
	position: absolute;
	width: 715px;
	height: 628px;
}
#widgetCustomizeText {
	width: 410px;
	position: absolute;
	top: 35px;
	left: 50px;
	font-size: 1.2em;
	color: #333;
}
#widgetCustomizePromos {
	position: absolute;
	top: 145px;
	left: 22px;
	width: 667px;
	overflow: hidden;
}
.widgetPromo {
	width: 330px;
	height: 189px;
	margin: 7px 0 0 0;
	padding: 6px 0 0 0;
	background: transparent url(../images/quiz/bg-widget-promo.gif) 0 0 no-repeat;
}
.widgetPromo h4 {
	margin: 0 7px 4px 7px;
	padding: 4px 5px 2px 5px;
	background: #e9e9e9;
	font-size: 1.4em;
	font-weight: bold;
	color: #292929;
}
.widgetPromoText {
	width: 140px;
	padding: 10px 20px 0 10px;
	float: left;
	color: #970c56;
}
.widgetPromoText strong {
	background: #fff !important;
}
#widgetCustomizeButtons {
	position: absolute;
	top: 560px;
	left: 22px;
	width: 667px;
	overflow: hidden;
}
#widgetCustomizeBack {
	width: 140px;
	float: left;
}
#widgetCustomizeContinue {
	width: 140px;
	float: right;
	text-align: right;
}
#widgetCustomizeAlert {
	width: 340px;
	height: 23px;
	padding: 10px 0 0 45px;
	border: 1px solid #f00;
	background: #fcc url(../images/quiz/icon-alert.gif) 10px 3px no-repeat;
	float: left;
}
/* Preview Panel */		
#widgetPreviewPanel {
	position: absolute;
	width: 715px;
	height: 628px;
}
#widgetPreviewText {
	width: 410px;
	position: absolute;
	top: 35px;
	left: 50px;
	font-size: 1.2em;
	color: #333;
}
#widgetPreview {
	position: absolute;
	top: 100px;
	left: 115px;
	width: 416px;
	height: 380px;
	padding: 50px 0 0 87px;
	background: transparent url(../images/quiz/bg-preview-widget.gif) 0 0 no-repeat;
}
#widgetPreviewButtons {
	position: absolute;
	top: 560px;
	left: 22px;
	width: 667px;
	overflow: hidden;
}
#widgetPreviewBack {
	float: left;
}
#widgetPreviewContinue {
	float: right;
}
/* Get the Code Panel */
#widgetCodePanel {
	position: absolute;
	width: 715px;
	height: 628px;
	background: transparent url(../images/quiz/bg-grab-code.gif) 140px 425px no-repeat;
}
#widgetCodeText {
	width: 460px;
	position: absolute;
	top: 35px;
	left: 50px;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}
#widgetCode {
	width: 425px;
	height: 225px;
	border: 1px solid #959595;
	padding: 10px;
}
#widgetCodeWhatNext {
	position: absolute;
	top: 430px;
	left: 385px;
	width: 305px;
	background: transparent url(../images/quiz/hdr-what-next.gif) 0 0 no-repeat;
	padding: 45px 0 0 15px;
}
#widgetCodeWhatNext ul {
	font-size: 1.2em;
	font-weight: bold;
	list-style-type: none;
}
#widgetCodeWhatNext ul li {
	padding: 0 0 10px 0;
}
#widgetCodeWhatNext ul li a {
	display: block;
	padding: 5px 0 5px 30px;
	background: transparent url(../images/quiz/btn-arrow-forward2.gif) 0 0 no-repeat;
	color: #000;
}
#widgetCodeWhatNext ul li a:hover {
	text-decoration: none;
	background-image: url(../images/quiz/btn-arrow-forward2-o.gif);
}
/* Utility bar at bottom of quiz */
#quizUtilities {
	width: 695px;
	padding: 5px 10px;
	background: #292929;
	color: #fff;
	overflow: hidden;
}
a#sendQuizToFriend {
	display: block;
	margin: 0 32px 0 0;
	padding: 4px 0 4px 40px;
	background: transparent url(../images/quiz/icon-send-to-friend.gif) 0 0 no-repeat;
	color: #fff;
	text-decoration: underline;
	float: left;
}
span#printVersion {
	display: block;
	margin: 0 32px 0 0;
	padding: 4px 0 4px 25px;
	background: transparent url(../images/quiz/icon-document.gif) 0 0 no-repeat;
	float: left;
}
span#printVersion a {
	color: #00aefe;
	text-decoration: underline;
}
span#discussionGuides {
	display: block;
	padding: 4px 0 4px 25px;
	background: transparent url(../images/quiz/icon-document.gif) 0 0 no-repeat;
	float: left;
}
span#discussionGuides a {
	color: #00aefe;
	text-decoration: underline;
}
/* Utility bar at bottom of widget */
#widgetUtilities {
	width: 695px;
	padding: 10px;
	background: #292929;
	color: #fff;
}
#widgetUtilities span {
	padding: 0 10px;
}
#widgetUtilities a {
	color: #00aefe;
	text-decoration: underline;
}
a#sendWidgetToFriend {
	color: #fff;
}
/* Disclaimer beneath utility bar */
#quizDisclaimer {
	width: 655px;
	padding: 10px 30px 50px 30px;
	color: #292929;
	text-align: left;
	font-size:10px
}
/* Send to Friend page */
#stf {
	width: 715px;
	height: 435px;
	background: #fff url(../images/quiz/bg-send-to-friend.jpg) right top no-repeat;
	overflow: hidden;
}
#stfPromos {
	width: 140px;
	padding: 20px 0 0 0;
	float: right;
}
#stfForm {
	width: 555px;
	float: left;
	padding: 70px 0 0 0;
}
#stfForm p {
	padding: 0 0 0 40px;
}
#stfForm div.row {
	clear: both;
	padding-top: 10px;
	width: 505px;
}
#stfForm div.row span.label {
	float: left;
	width: 160px;
	text-align: right;
	font-weight: bold;
}
#stfForm div.row span.formw {
	float: right;
	width: 335px;
	text-align: left;
}
