/*
    Document   : foyl2.css
    Created on : 23/03/2011, 3:27:43 PM
    Author     : Market United
    Description:
        Figure Out Your Life tool CSS

	NOTE: This file should be included sometime after common.css
*/

body#main div#main_content
{
	padding: 0;
	width: 100%;
}

div#foylScene
{
	width: 960px;
	height: 700px;
	background: #FFFFFF url(/_image/foyl2/common/background_388.jpg) no-repeat top left;
	position: relative;
	font-family: 'Trebuchet MS', Geneva, sans-serif;
	overflow: hidden;
}

#foylScene h1
{
	margin: 20px;
	padding: 0;
	position: relative;
	z-index: 999;
}

#foylScene h2
{
	font-family: 'Trebuchet MS', Geneva, sans-serif;
	color: #000000;
	font-size: 1.5em;
	font-style: normal;
	letter-spacing: -1px;
}

#foylScene .btn
{
	background-color: #767676;
	padding: 5px 20px 5px;
	border: 0 none;
	color: white;
	font-size: 1.1em;
	cursor: pointer;
	width: auto;
	overflow: visible;
	line-height: 1;
}

#foylScene .btn,
#foylScene .btn img
{
	text-decoration: none;
	color: white;
	border: none;
}

#foylScene .btn img
{
	vertical-align: middle;
}

#foylScene .btnForward
{
	background-image: url(/_image/foyl2/common/icon_next.gif);
	background-repeat: no-repeat;
	background-position: 4em center;
	height: auto;
	padding-right: 25px;
}

*+html #foylScene .btnForward	/* IE7 */
{
	padding-top: 7px;
}

body:nth-of-type(1) #foylScene .btnForward
{
	padding-top: 6px;
	padding-bottom: 6px;
	background-position: 4.5em center;
}

#foylScene #sceneImages
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

ul.progressBar
{
	background: transparent url(/_image/foyl2/common/box/bar_bg.gif) no-repeat top left;
	list-style-type: none;
	margin: 20px auto 0;
	padding: 1px;
	width: 218px;
	height: 15px;
}

ul.progressBar li
{
	float: left;
	width: 34px;
	height: 13px;
	margin: 1px;
	background-color: #c95f4a;
	vertical-align: middle;
}

ul.progressBar li.active
{
	background-color: #60121d;
}

ul.progressBar li span
{
	display: none;
}

div#main_content #foylScene h3.progress
{
	float: none;
	margin: 0 auto;
	font-size: 1.2em;
}

/* - Form - */
#foylScene form {
    margin: 0;
    padding: 0;
}

#foylScene form fieldset {
    clear: both;
    border: 0;
    margin: 0;
    width: 100%;
	margin-bottom: 0.5em;
	padding: 0.2em;
}

#foylScene form fieldset.hidden {
    border: 0;
	margin-bottom: 0;
}

#foylScene form fieldset legend {
    white-space: nowrap;
    background-color: #CCCCCC;
    font-weight: bold;
    width: 100%;
    padding: 1px;
    display: none;
}

#foylScene form fieldset ol {
    margin: 0;
    padding: 0;
}

#foylScene form fieldset li {
    display: block;
    list-style: none;
    margin: 0;
    clear: both;
}

#foylScene form label {
    margin: 0 0 0 5px;
}

#foylScene form label.element {
    display: block;
    float: left;
    width: 85px;
    padding: 0;
    margin: 12px 0 0 0;
    font-weight: bold;
    text-align: right;
	color: #990000;
}

#foylScene form label.multiLine,
#foylScene form .checkbox label.element
{
	margin-top: 5px;
}

#foylScene form input, #foylScene form textarea, #foylScene form select {
    width: auto;
	border: solid 1px #a8acad;
}

#foylScene form input, #foylScene form select {
	background: white url(/_image/foyl2/common/form_field_tile.gif) repeat-x top left;
}

#foylScene form input.checkbox {
	background: none;
}

#foylScene form textarea {
    overflow: auto;
}

#foylScene form br {
    clear: left;
}

#foylScene form div.element {
    display: inline;
    float: left;
    margin: 5px 0 0 10px;
    padding: 0;
}

#foylScene form li.reqnote {
    font-size: 80%;
    margin: 5px 0 0 10px;
}

#foylScene form li.reqnote label {
	display: none;
}

#foylScene form span.error, form span.required {
    color: #990000;
}

#foylScene form div.error {
    border: 1px solid red;
    padding: 5px;
}

#foylScene fieldset.ui-dialog
{
	width: 100%;
}

#foylScene form.ui-tabs fieldset
{
	width: auto;
}



/* - Container - */
.container
{
	position: relative;
	background: transparent url(/_image/foyl2/common/box/bg_tile.jpg) repeat top left;
}

.edge
{
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	width: 15px;
	height: 15px;
}

.edge-t
{
	width: 100%;
	background-image: url(/_image/foyl2/common/box/box_top.png);
	background-repeat: repeat-x;
	top: -15px;
	left: 0;
}

.edge-tl
{
	background-image: url(/_image/foyl2/common/box/box_top_left.png);
	background-repeat: repeat-x;
	top: -15px;
	left: -15px;
}

.edge-tr
{
	background-image: url(/_image/foyl2/common/box/box_top_right.png);
	background-repeat: repeat-x;
	top: -15px;
	right: -15px;
}

.edge-b
{
	width: 100%;
	background-image: url(/_image/foyl2/common/box/box_btm.png);
	background-repeat: repeat-x;
	bottom: -15px;
	left: 0;
}

.edge-bl
{
	background-image: url(/_image/foyl2/common/box/box_btm_left.png);
	background-repeat: repeat-x;
	bottom: -15px;
	left: -15px;
}

.edge-br
{
	background-image: url(/_image/foyl2/common/box/box_btm_right.png);
	background-repeat: repeat-x;
	bottom: -15px;
	right: -15px;
}

.edge-l
{
	height: 100%;
	background-image: url(/_image/foyl2/common/box/box_left.png);
	background-repeat: repeat-y;
	top: 0;
	left: -15px;
}

.edge-r
{
	height: 100%;
	background-image: url(/_image/foyl2/common/box/box_right.png);
	background-repeat: repeat-y;
	top: 0;
	right: -15px;
}



/***
 * GETTING STARTED
 */
.sceneGettingStarted
{
	padding-top: 300px;
	overflow: hidden;
}

#foylScene #arrow_01
{
	position: absolute;
	left: 116px;
	top: 70px;
}

#foylScene #tree_left
{
	position: absolute;
	left: 0;
	top: 85px;
}

#foylScene #trees_right
{
	position: absolute;
	right: 0;
	top: -4px;
}

#foylScene #title_opening_page
{
	position: absolute;
	top: 0;
	left: 165px;
}

#foylScene #start
{
	position: absolute;
	top: 85px;
	left: 635px;
}

#foylScene a #start
{
	border: none;
}

#foylScene .gettingStartedContainer
{
	/*width: 597px;*/	/* 647px default */
	width: 320px;
	padding: 20px 25px;
	margin: 0 auto;
	text-align: center;
	top: -75px;
}

#foylScene .gettingStartedContainer h1
{
	font-size: 1.8em;
	margin: 0;
	margin-bottom: 10px;
}

#foylScene div.gettingStartedContainer p
{
	margin: 0;
	padding: 0 0 33px 0;
	font-size: 1.2em;
	/*text-align: justify;*/
	line-height: 1.3;
}

#foylScene div.gettingStartedContainer .btn
{
	/*float: right;
	margin-top: -20px;*/
	font-size: 1em;
	padding: 9px 24px;
}


/***
 * QUESTIONS
 */
#foylScene div.questionContainer
{
	background-image: url(/_image/foyl2/common/box_bg.png);
	background-repeat: no-repeat;
	width: 558px;
	height: 223px;
	padding: 40px 60px;
	position: absolute;
	left: 140px;
	top: 305px;
	display: none;
}

#foylScene div.questionContainer p
{
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 1.3em;
}

#foylScene div.questionContainer p.description
{
	min-height: 50px;
}

#foylScene div.questionContainer div.ui-slider-horizontal a.ui-slider-handle
{
	background-image: url(/_image/foyl2/common/slider_handle.png);
	background-color: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 38px;
	height: 41px;
	border: 0 none;
	outline: none;
	padding: 0;
	margin: 0 0 0 -18px;
	cursor: move;
}

#foylScene div.questionContainer div.ui-slider-horizontal a.ui-slider-handle:hover
{
	background-image: url(/_image/foyl2/common/slider_handle_over.png);
}

#foylScene div.questionContainer div.sliderContainer
{
	padding: 0 5px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#foylScene div.questionContainer div.ui-slider-horizontal
{
	background: transparent url(/_image/foyl2/common/slider_bar.png) no-repeat top left;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 285px;
	height: 49px;
	border: 0 none;
	padding: 0 5px;
	margin: 0;
	float: left;
}

div#main_content #foylScene h3
{
    color: #580614;
    float: left;
    font-size: 1.35em;
    font-weight: bold;
	width: 120px;
}

#foylScene div.questionContainer
{
	text-align: center;
}

.foyl_next
{
	cursor: pointer;
	position: absolute;
	right: 60px;
	bottom: 40px;
}

#foylScene div.questionContainer h2 span
{
	color: #990000;
	font-weight: bold;
}


/**
 * SIGNUP
 */
.signupContainer
{
	margin: 40px auto 0;
	width: 284px;	/* 334px default */
	padding: 15px 25px;
}

.signupContainer h2
{
	text-align: center;
}

.signupContainer p,
div#main_content .signupContainer p
{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.1em;
	text-align: justify;
}

#foyl_signup input, #foyl_signup textarea, #foyl_signup select
{
	width: 163px;
	height: 21px;
}

#foyl_signup input.checkbox
{
	border: none;
	float: left;
}

#foyl_signup select
{
	width: 145px;
}

#foyl_signup label.element
{
	line-height: 1;
}

#foyl_signup .checkbox div.element
{
	margin-top: 0;
	margin-right: 10px;
}

#foyl_signup .checkbox
{
	padding-top: 10px;
}

#foyl_signup .checkbox label.element
{
	text-align: left;
	width: 225px;
	color: #000000;
	float: left;
	margin-left: 5px;
}

#foyl_signup .checkbox label.element
{
	line-height: inherit;
}

#foyl2_signup_wrap
{
	width: 284px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}

#foylScene #foyl2_signup_wrap #foyl_signup
{
	z-index: 0;
}

#foylScene #foyl2_signup_wrap #foyl_signup fieldset
{
	float: left;
	clear: none;
	width: 284px;
}

#foylScene #foyl2_signup_wrap #foyl_signup fieldset#basic2
{
	display: none;
}

#foylScene #foyl_signup .submitBtn
{
	float: right;
}

#foylScene #foyl_signup .submitBtn label
{
	display: none;
}

#foylScene #foyl_signup .reqnote
{
	width: 50%;
	margin-top: 10px;
	float: left;
	clear: none;
}

/**
 * RECOMMENDATION
 */
#foylRecommendation h1
{
	float: left;
	margin: 0;
	margin-left: -9999px;
	line-height: 0;
}

.courseRecommendation p
{
	line-height: 1.8;
	font-size: 1.1em;
	margin-bottom: 20px;
}

.courseRecommendation h2
{
	line-height: 1.3;
}

div#main_content .courseRecommendation h3
{
	font-size: 2em;
	color: #000000;
	margin-bottom: 20px;
}

.courseRecommendation h4
{
	font-size: 1.25em;
	margin: 0 0 15px 0;
	padding: 0;
}

.courseRecommendation
{
	clear: left;
	width: 100%;
	background: white url(/_image/foyl2/recommendation/bg_header.jpg) no-repeat top left;
}

.courseRecommendation h2
{
	margin-top: 0;
	font-size: 2.1em;
}

/* - Column Definitions - */
.courseRecommendation .leftCol
{
	float: left;
	width: 542px; /* 612px default */
	padding: 35px;
	background: white url(/_image/foyl2/recommendation/bg_intro_copy.jpg) no-repeat top left;
}

.courseRecommendation .rightCol
{
	float: left;
	width: 301px; /* 348px default */
	padding: 35px 47px 0px 0px;
	background: white url(/_image/foyl2/recommendation/bg_score.jpg) no-repeat top left;
}

.courseRecommendation .leftCol .module
{
	padding-left: 130px;
	margin-bottom: 50px;
}

.courseRecommendation .leftCol .module h3 span,
.courseRecommendation .rightCol .module h3 span
{
	color: #990000;
}

.courseRecommendation .rightCol .module
{
	margin-bottom: 30px;
}

.courseRecommendation img.courseHero
{
    margin-left: 49px;
    margin-top: 78px;
    width: 864px;
}

.courseRecommendation .courseIntro
{
	padding-left: 34px;
	min-height: 275px;
	margin-bottom: 27px;
}

.courseRecommendation .courseIntro ul
{
	font-size: 1.1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.courseRecommendation .courseIntro ul li
{
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0 0 0 12px;
	background: transparent url(/_image/foyl2/recommendation/icon_plus.gif) no-repeat center left;
}

.courseRecommendation .compatibility
{
	min-height: 200px;	/* 275px default */
	padding-top: 75px;
	padding-left: 85px;
	margin-bottom: 27px;
}

.courseRecommendation .compatibility ul
{
	font-size: 1.25em;
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
}

.courseRecommendation .compatibility ul li
{
	background: transparent url(/_image/foyl2/recommendation/icon_tick.gif) no-repeat top left;
	margin-bottom: 8px;
	padding-left: 24px;
	font-weight: bold;
}

.courseRecommendation .compatibility .score
{
	color: #990000;
	font-size: 4.9em;
	line-height: 1;
	display: block;
	width: 130px;
	text-align: center;
}

.courseRecommendation .courseMore
{
	min-height: 218px;
	background: transparent url(/_image/foyl2/recommendation/img_01.gif) no-repeat top left;
}

.courseRecommendation .careerOptions
{
	min-height: 245px;
	background: transparent url(/_image/foyl2/recommendation/img_02.gif) no-repeat top left;
}

.courseRecommendation .whyRecommend
{
	min-height: 236px;
	background: transparent url(/_image/foyl2/recommendation/img_03.gif) no-repeat top left;
}

.courseRecommendation .similarCourse h4
{
	padding-top: 85px;
	background-repeat: no-repeat;
	background-position: top left;
}

.comparisonScale
{
	width: 230px;
	height: 60px;
	position: relative;
	float: left;
	clear: left;
	margin-left: 75px; /* equals width of labelLow/labelHigh */
	margin-bottom: 30px;
	background: transparent url(/_image/foyl2/recommendation/line_tile.gif) repeat-x left center;
}

.comparisonScale .labelLow, .comparisonScale .labelHigh
{
	width: 75px;
	color: #990000;
	font-size: 1.1em;
	margin-top: 1em;
}

.comparisonScale .labelLow
{
	float: left;
	margin-left: -75px; /* equals negative width of element */
}

.comparisonScale .labelHigh
{
	float: right;
	text-align: right;
	margin-right: -75px; /* equals negative width of element */
}

.comparisonScale .courseResponse, .comparisonScale .yourResponse
{
	position: absolute;
	top: 0;
}

.comparisonScale .courseResponse
{
	width: 67px;
	height: 29px;
	margin-left: -33.5px;	/* This should be half the width of the image */
	background: transparent url(/_image/foyl2/recommendation/arrow_thiscourse.png) no-repeat top left;
}

.comparisonScale .yourResponse
{
	width: 48px;
	height: 29px;
	margin-top: 2.8em;
	margin-left: -24px;	/* This should be half the width of the image */
	background: transparent url(/_image/foyl2/recommendation/arrow_you.png) no-repeat top left;
}

.courseRecommendation .viewAllComparisons
{
	float: left;
	clear: left;
	width: 50%;
}

.courseRecommendation .viewAllComparisons a
{
	padding: 0 0 0 12px;
	background: transparent url(/_image/foyl2/recommendation/icon_plus.gif) no-repeat center left;
}

a.startOver
{
	position: absolute;
	top: 17px;
	right: 40px;
	background: transparent url(/_image/foyl2/common/btn_startover.png) no-repeat top left;
	border: 0 none;
	color: white;
	font-size: 1.1em;
	cursor: pointer;
	width: 124px;
	height: 47px;
	overflow: visible;
	line-height: 1;
	text-decoration: none;
	font-weight: bold;
}

a.startOver span
{
	display: none;
}

div#main_content p.moreAboutCourse,
p.moreAboutCourse
{
	margin-top: 25px;
	font-weight: bold;
