/* RESET CODE (based on Eric Meyer's Reset Reloaded) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; vertical-align: baseline; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after,q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
body, html { height: 100%; }

/* Fix for Firefox extra button padding */
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button {
	position: relative;
}

/* PAGE IDENTIFIERS */

#home-page,
#business-iq,
#start-training,
#game-page,
#tuc-frame,
#tuc-login,
#tuc-ur-great,
#about,
#stats,
#register,
#create-your-player,
#legal,
#site-map {
	position: relative;
	margin: 0 auto;
	width: 943px;
	overflow: hidden;
	clear: both;
}

/* FORM FIELD BORDERS & OUTLINES */

input,
select,
textarea {
	border: 1px solid #dfdfdf;
	outline: none;
}
input:focus,
select:focus,
textarea:focus {
	border: 1px solid #73a800;
}
button {
	border: none;
}
input.code-to-copy,
body#the-ultimate-challenge input.code-to-copy,
textarea.code-to-copy,
body#the-ultimate-challenge textarea.code-to-copy {
	border: none;
}
body#the-ultimate-challenge input {
	border: 1px solid #676767;
}
body#the-ultimate-challenge input:focus {
	border-color: #a7a7a7;
}


/* DEVELOPMENT SWITCHES */

.off-screen {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -5000em;
}

/* BANNERS */

#header #banner-top {
	height:70px;
	left:407px;
	position:absolute;
	top:20px;
	width:423px;
}

/* HOME PAGE */

body {
	font: 11px/1.3 Arial, Helvetica, sans-serif;
	color: #777;
	background-color: #303030;
}
input, textarea {
	font: 11px/1.3 Arial, Helvetica, sans-serif;
}
a {
	color: #777;
	text-decoration: none;
}
p {
	margin: 1.3em 0;
}
button {
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
}
.right {
	float: right;
}
.left {
	float: left;
}
#sister-links {
	height: 31px;
	background-color: #303030;
	border-top: 2px solid #585858;
	position: relative;
	z-index: 1000;
}
#sister-links .wrapper {
	width: 943px;
	position: relative;	
	margin: 0 auto;
}
#sister-links #sage-logo {
	margin-top: 8px;
	float: left;
}
#sister-links ul {
	float: right;
	position: relative;
}
#sister-links ul li {
	float: left;
	background: no-repeat 0 center;
}
#sister-links ul li#s1 {
	width: 99px;
	background-image: url("../content/images/layout/sister_link-krypton_factor.png");
}
#sister-links ul li#s2 {
	width: 94px;
	background-image: url("../content/images/layout/sister_link-run_the_show.png");
}
#sister-links ul li#s3 {
	width: 112px;
	background-position:0 0;
}
#sister-links ul li#s4 {
	width: 113px;
	height: 32px;
	position: absolute;
	left: 100px;
	top: 31px;
	cursor: pointer;
	display: none;
	z-index: 1000;
	background-repeat:no-repeat;
	background-position:0 0;
}
#sister-links ul li#s4 a {
	position: absolute;
	width: 113px;
	height: 32px;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 9000;	
}
#sister-links ul li#s3.uk {
	background-image: url("../content/images/layout/sister_link-sage_down.png");
}
#sister-links ul li#s3.ireland {
	background-image: url("../content/images/layout/sister_link-sage_ireland_down.png");
}
#sister-links ul li#s4.uk {
	background-image: url("../content/images/layout/sister_link-sage.png");
}
#sister-links ul li#s4.ireland {
	background-image: url("../content/images/layout/sister_link-sage_ireland.png");
}
#sister-links ul li#s4 a:hover {
	background-position: 0 -31px;
	cursor: pointer;
	width: 112px;
}
#sister-links ul li#s4.ireland a:hover {
	background-image: url("../content/images/layout/sister_link-sage_ireland.png");
}
#sister-links ul li#s4.uk a:hover {
	background-image: url("../content/images/layout/sister_link-sage.png");
}
#sister-links ul li a {
	width: 100%;
	height: 31px;
	float: left;
	color: #c3c3c3;
	text-indent: -9999em;
}
#sister-links img.union-jack {
	margin: 0 0 0 5px;
	position: relative;
	top: 2px;
}
#sister-links img.down-arrow {
	margin: 0 0 0 5px;
	position: relative;
	top: -1px;
}
#main-content {
	width: 100%;
	position: relative;
	overflow: hidden;
	font-size: 1em;
/*	font-size: 11px;*/
	background-color: #F5F5F5;
}
#header {
	margin: 0 auto;
	position: relative;
	width: 943px;
	height: 24px;
	padding-top: 110px;
	clear: both;
	background: url("../content/images/layout/bg-main.png") no-repeat 585px 0;
}
#header img#brain-training-logo {
	left: 0;
	top: 47px;
	position: absolute;
}
#header img#brought-by-sage {
	right: 0;
	top: 35px;
	position: absolute;
}
#header ul#nav {
	float: left;
}
#header ul#nav li {
	font-size: 1.1818em;
/*	font-size: 13px;*/
	margin: 0 5px 0 0;
	float: left;
	position: relative;
}
#header ul#nav li.here {
	background-position: 0 -25px;
}
#header ul#nav li.here a {
	color: white;
}
#header ul#nav li a {
	width: 100%;
	line-height: 25px;
	float: left;
	position: relative;
	color: #a7a7a7;
	text-indent: -9999em;
}
#header ul#nav li span.hoverbg {
	left: 0;
	top: 0;
	width: 100%;
	height: 25px;
	position: absolute;
	background-position: 0 -25px;
	display: none;
}
#header ul#nav li.n1,
#header ul#nav li.n1 span.hoverbg {
	background-image: url("../content/images/layout/nav-home.png");
	width: 52px;
}
#header ul#nav li.n2,
#header ul#nav li.n2 span.hoverbg {
	background-image: url("../content/images/layout/nav-business_iq.png");
	width: 80px;
}
#header ul#nav li.n3,
#header ul#nav li.n3 span.hoverbg {
	background-image: url("../content/images/layout/nav-start_training.png");
	width: 91px;
}
#header ul#nav li.n4,
#header ul#nav li.n4 span.hoverbg {
	background-image: url("../content/images/layout/nav-the_ultimate_challenge.png");
	width: 143px;
}
#header ul#nav li.n5,
#header ul#nav li.n5 span.hoverbg {
	background-image: url("../content/images/layout/nav-about.png");
	width: 55px;
}
#header ul#login-links,
#header ul#loggedin-links {
	position: absolute;
	right: -2px;
	top: 110px;
	width: 140px;
}
#header #loggedin-links li, 
#header #login-links li {
	float: right;
	display: block;
}
#header #login-links li,
#header #login-links li div,
#header #loggedin-links li,
#header #loggedin-links li div {
	height: 35px;
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
	display: block;
}
#header #login-links li div a,
#header #loggedin-links li div a {
	background-repeat: no-repeat;
	display: none;
	text-indent: -9999em;
	width: 100%;
	height: 35px;
	position: absolute;
	background-position: 0 -35px;
}
#header #login-links li#login-link,
#header #login-links li#login-link a,
#header #login-links li#login-link div {
	background-image: url('../content/images/layout/button-log_in2.png');
	width: 54px;
}
#header #login-links li#register-link,
#header #login-links li#register-link a,
#header #login-links li#register-link div {
	background-image: url('../content/images/layout/button-register.png');
	width: 64px;
}
#header #loggedin-links li#stats-link,
#header #loggedin-links li#stats-link a,
#header #loggedin-links li#stats-link div {
	background-image: url('../content/images/layout/button-my_stats.png');
	width: 65px;
}
#header #loggedin-links li#logout-link,
#header #loggedin-links li#logout-link a,
#header #loggedin-links li#logout-link div {
	background-image: url('../content/images/layout/button-log_out.png');
	width: 65px;
}
#footer {
	height: 140px;
	padding: 20px;
	position: relative;
	clear: both;
	color: #c3c3c3;
	background-color: #303030;
	font-size: 1.0909em;
	/* font-size: 12px; */
	line-height: 1.5;
}

#footer a {
	color: #c3c3c3;
}
#footer a:hover {
	color: white;
}
#footer img#footer-bgtop {
	left: -87px;
	top: -98px;
	position: absolute;
}
#footer .wrapper {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
#footer .col {
	float: left;
	width: 190px;
}
#footer .firstcol {
	margin: 0 185px 0 0;
}
#footer .lastcol {
	width: 160px;
}
#footer h6 {
	padding: 0 0 7px;
	line-height: 19px;
	font-size: 1.0833em;
	/* font-size: 13px; */
	font-family: "Foco", Arial, Helvetica;
	background: url("../content/images/layout/border-top_links_bar.png") no-repeat;
	color: #e7e7e7;
}
#footer h6,
#footer ul {
	padding-left: 10px;
}
#footer ul li a img {
	margin-left: 8px;
}

/* TYBB styles begin */

body#home #main-content {
	background: #F5F5F5 url('../content/images/layout/bg-home_body.png') repeat-x 0 -34px;
}
#home-page {
	padding: 0 0 105px;
}
#home-page #slide-show {
	margin: 20px 0 20px;
	width: 638px;
	height: 272px;
	overflow: hidden;
	float: left;
	clear: left;
	position: relative;
}
/*
#home-page #slide-show a.take-the-challenge,
#home-page #slide-show a.take-the-challenge div {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	background: url('../content/images/layout/button-take_the_challenge.png') no-repeat 21px 203px;
	z-index: 100;
}
#home-page #slide-show a.take-the-challenge div {
	background-position: 21px -104px;
	text-indent: -9999em;
	display: none;
}
*/
#home-page #slide-show a.start-your-training,
#home-page #slide-show a.start-your-training div {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	background: url('../content/images/layout/button-start_your_training.png') no-repeat 21px 203px;
	z-index: 100;
}
#home-page #slide-show a.start-your-training div {
	background-position: 21px -104px;
	text-indent: -9999em;
	display: none;
}
#home-page #why-sage {
	margin: 38px 0 0 0;
	width: 302px;
	height: 233px;
	position: relative;
	background: url('../content/images/layout/home-why_sage_panel_bg.png') no-repeat;
	float: right;
}
#home-page #why-sage h2 {
	margin: 20px 0 0 19px;
	width: 137px;
	height: 49px;
	background: url('../content/images/layout/bg-header-why_sage_and_brain_training.png') no-repeat;
	text-indent: -9999em;
}
#home-page #why-sage p {
	margin-left: 19px;
	margin-right: 28px;
	color: #bdbdbd;
}
#home-page #why-sage a.read-more,
#home-page #why-sage a.read-more div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 233px;
	display: block;
	background: url('../content/images/layout/button-read_more2.png') no-repeat;

}
#home-page #why-sage a.read-more {
	background-position: 19px 186px;
	text-indent: -9999em;
}
#home-page #why-sage a.read-more div {
	background-position: 19px -82px;
	display: none;
}
#home-page .link,
#home-page .link .wrapper,
#home-page .link a.read-more,
#home-page .banner,
#home-page .link .hover-bg,
#home-page .link a.read-more div {
	width: 302px;
	height: 217px;
	float: left;
	position: relative;
}
#home-page .link,
#home-page .link .hover-bg {
	background: url('../content/images/layout/bg-home_link_panel.png') no-repeat;
}
#home-page .link .hover-bg {
	left: 0;
	top: 0;
	position: absolute;
	background-position: 0 -217px;
	background-repeat: none;
	display: none;
}
#home-page .link {
	height: 194px;
	padding-top: 23px;
	margin: 0 18px 0 0;
}
#home-page .banner {
	padding: 0 0 0 1px;
}
#home-page .link h2,
#home-page .link p,
#home-page .link img {
	margin: 0 20px;
	position: relative;
}
#home-page .link p {
	margin: 14px 24px 8px;
	width: 200px;
}
#home-page .link h2 {
	font-size: 1.8181em;
/*	font-size: 20px;*/
	line-height: 0.8em;
	color: #0d8167;
	text-indent: -9999em;
}
#home-page .link h2#what-is-biq {
	width: 154px;
	height: 18px;
	background: url('../content/images/layout/bg-header-what_is_business_iq.png') no-repeat;
}
#home-page .link h2#tuc {
	width: 178px;
	height: 19px;
	background: url('../content/images/layout/bg-header-the_ultimate_challenge.png') no-repeat;
}
#home-page .link a.read-more,
#home-page .link a.read-more div {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	float: none;
	background: url('../content/images/layout/button-read_more.png') no-repeat 21px 171px;
}
#home-page .link a.read-more div {
	background-position: 21px -46px;
	text-indent: -9999em;
	display: none;
}
#business-iq .main-text h1 {
	margin: 0 0 3px;
	width: 109px;
	height: 22px;
	background: url('../content/images/layout/bg-header-business_iq2.png') no-repeat;
	text-indent: -9999em;
}
#business-iq #landing-text h1,
#business-iq .main-text h2 {
	margin: 0 0 15px;
}
#business-iq #next-page {
	padding: 22px 0 0;
	background: url("../content/images/layout/border-horizontal.png") repeat-x 0 top;
}
#business-iq #next-page h3 {
	width: 80px;
	height: 8px;
	text-indent: -9999em;
	margin: 0 0 9px;
	background: url("../content/images/layout/bg-header-find_out_about.png") no-repeat;
}
#business-iq #next-page a {
	color: #73a800;
	text-decoration: underline;
}
#business-iq .main-text h2 {
	height: 24px;
	text-indent: -9999em;
}
#business-iq #foresight-text h2 {
	background: url('../content/images/layout/bg-header-foresight.png') no-repeat;
	width: 91px;
}
#business-iq #logic-text h2 {
	background: url('../content/images/layout/bg-header-logic.png') no-repeat;
	width: 51px;
}
#business-iq #concentration-text h2 {
	background: url('../content/images/layout/bg-header-concentration.png') no-repeat;
	width: 141px;
}
#business-iq #response-text h2 {
	background: url('../content/images/layout/bg-header-response.png') no-repeat;
	width: 93px;
}
#business-iq #memory-text h2 {
	background: url('../content/images/layout/bg-header-memory.png') no-repeat;
	width: 83px;
}
#business-iq #numeracy-text h2 {
	background: url('../content/images/layout/bg-header-numeracy.png') no-repeat;
	width: 101px;
}
#business-iq .main-text {
	margin: 41px 0 0;
	padding: 0 53px 0 20px;
	width: 248px;
	position: relative;
	float: left;
}
#business-iq .main-text#landing-text {
	display: block;
}
#business-iq #video-container {
	padding: 32px 0 115px;
	width: 620px;
	float: left;
}
#business-iq #video-container ul.tabs {
	float: left;
	position: relative;
	z-index: 100;
}
#business-iq #video-container ul.tabs li {
	margin: 0 1px 0 0;
	height: 31px;
	position: relative;
	float: left;
	background-repeat: none;
	text-indent: -9999em;
}
#business-iq #video-container ul.tabs li a {
	height: 100%;
	height: 31px;
	left: 0;
	top: 0;
	display: block;
	position: absolute;
}
#business-iq #video-container ul.tabs li a.here {
	background-position: 0 -31px;
}
#business-iq #video-container ul.tabs li.c1,
#business-iq #video-container ul.tabs li.c1 a {
	background-image: url('../content/images/layout/tabs-foresight.png');
	width: 69px;
}
#business-iq #video-container ul.tabs li.c2,
#business-iq #video-container ul.tabs li.c2 a {
	background-image: url('../content/images/layout/tabs-logic.png');
	width: 50px;
}
#business-iq #video-container ul.tabs li.c3,
#business-iq #video-container ul.tabs li.c3 a {
	background-image: url('../content/images/layout/tabs-concentration.png');
	width: 95px;
}
#business-iq #video-container ul.tabs li.c4,
#business-iq #video-container ul.tabs li.c4 a {
	background-image: url('../content/images/layout/tabs-response.png');
	width: 71px;
}
#business-iq #video-container ul.tabs li.c5,
#business-iq #video-container ul.tabs li.c5 a {
	background-image: url('../content/images/layout/tabs-memory.png');
	width: 65px;
}
#business-iq #video-container ul.tabs li.c6,
#business-iq #video-container ul.tabs li.c6 a {
	background-image: url('../content/images/layout/tabs-numeracy.png');
	width: 75px;
}
#business-iq #video-container #videos {
	top: -1px;
	min-height: 376px;
	position: relative;
	float: left;
	z-index: 90;
	background: url('../content/images/layout/business_iq-landing_page_panel_bg.png') no-repeat;
}
#business-iq #video-container #videos object {
	z-index: 100;
	position: relative;
}
#business-iq #video-container #videos .video-cat {
	width: 620px;
	height: 519px;
	background: url('../content/images/layout/business_iq-video_panel_bg.png') no-repeat;
}
#business-iq #video-container #videos .video {
	display: none;
	padding: 30px 0 0 30px;
	width: 486px;
	height: 322px;
	float: left;
	clear: both;	
}
#business-iq #video-container #videos #vid1 {
	display: block;
}
#business-iq #video-container #videos .video-cat h3 {
	margin: 31px 0 12px 20px;
	width: 300px;
	height: 7px;
	float: left;
	background-repeat: no-repeat;
	text-indent: -9999em;
}
#business-iq #video-container #numeracy h3 {
	background-image: url('../content/images/layout/bg-header-more_videos-numeracy.png');
}
#business-iq #video-container #memory h3 {
	background-image: url('../content/images/layout/bg-header-more_videos-memory.png');
}
#business-iq #video-container #response h3 {
	background-image: url('../content/images/layout/bg-header-more_videos-response.png');
}
#business-iq #video-container #concentration h3 {
	background-image: url('../content/images/layout/bg-header-more_videos-concentration.png');
}
#business-iq #video-container #logic h3 {
	background-image: url('../content/images/layout/bg-header-more_videos-logic.png');
}
#business-iq #video-container #foresight h3 {
	background-image: url('../content/images/layout/bg-header-more_videos-foresight.png');
}
#business-iq #video-container .current-video {
	padding: 20px 0 0 20px;
	width: 505px;
	height: 336px;
	float: left;
	clear: both;
}
#business-iq #video-container #videos #landing {
	height: auto;
	background: none;
}
#business-iq #video-container #videos ul.more-videos {
	padding: 0 0 0 20px;
	width: 599px;
	float: left;
	clear: both;
}
#business-iq #video-container #videos ul.more-videos li {
	margin: 0 9px 0 0;
	width: 138px;
	height: 95px;
	position: relative;
	float: left;
	cursor: pointer;
}
#business-iq #video-container #videos ul.more-videos li a {
	padding: 80px 0 0;
	width: 138px;
	position: relative;
	display: block;
}
#business-iq #video-container #videos ul.more-videos li a:hover,
#business-iq #video-container #videos ul.more-videos li a.hover {
	color: #78b000;
}
#business-iq #video-container #videos ul.more-videos li .hoverbg {
	width: 138px;
	height: 95px;
	left: 0;
	top: 0;
	position: absolute;
	background-position: 0 -200px;
	display: none;
}
#business-iq #video-container #videos #response ul.more-videos,
#business-iq #video-container #videos #response h3 {
	display: none;
}
#business-iq #video-container #videos ul.more-videos li,
#business-iq #video-container #videos ul.more-videos li .hoverbg {
	background-repeat: no-repeat;
}
#business-iq #video-container #videos #foresight ul.more-videos li.v1,
#business-iq #video-container #videos #foresight ul.more-videos li.v1 .hoverbg {
	background-image: url('../content/images/layout/business_iq-foresight-v1_thumb.png');
}
#business-iq #video-container #videos #foresight ul.more-videos li.v2,
#business-iq #video-container #videos #foresight ul.more-videos li.v2 .hoverbg {
	background-image: url('../content/images/layout/business_iq-foresight-v2_thumb.png');
}
#business-iq #video-container #videos #logic ul.more-videos li.v1,
#business-iq #video-container #videos #logic ul.more-videos li.v1 .hoverbg {
	background-image: url('../content/images/layout/business_iq-logic-v1_thumb.png');
}
#business-iq #video-container #videos #logic ul.more-videos li.v2,
#business-iq #video-container #videos #logic ul.more-videos li.v2 .hoverbg {
	background-image: url('../content/images/layout/business_iq-logic-v2_thumb.png');
}
#business-iq #video-container #videos #concentration ul.more-videos li.v1,
#business-iq #video-container #videos #concentration ul.more-videos li.v1 .hoverbg {
	background-image: url('../content/images/layout/business_iq-concentration-v1_thumb.png');
}
#business-iq #video-container #videos #concentration ul.more-videos li.v2,
#business-iq #video-container #videos #concentration ul.more-videos li.v2 .hoverbg {
	background-image: url('../content/images/layout/business_iq-concentration-v2_thumb.png');
}
#business-iq #video-container #videos #response ul.more-videos li.v1,
#business-iq #video-container #videos #response ul.more-videos li.v1 .hoverbg {
	background-image: url('../content/images/layout/business_iq-concentration-v1_thumb.png');
}
#business-iq #video-container #videos #response ul.more-videos li.v2,
#business-iq #video-container #videos #response ul.more-videos li.v2 .hoverbg {
	background-image: url('../content/images/layout/business_iq-concentration-v2_thumb.png');
}
#business-iq #video-container #videos #memory ul.more-videos li.v1,
#business-iq #video-container #videos #memory ul.more-videos li.v1 .hoverbg {
	background-image: url('../content/images/layout/business_iq-memory-v1_thumb.png');
}
#business-iq #video-container #videos #memory ul.more-videos li.v2,
#business-iq #video-container #videos #memory ul.more-videos li.v2 .hoverbg {
	background-image: url('../content/images/layout/business_iq-memory-v2_thumb.png');
}
#business-iq #video-container #videos #numeracy ul.more-videos li.v1,
#business-iq #video-container #videos #numeracy ul.more-videos li.v1 .hoverbg {
	background-image: url('../content/images/layout/business_iq-numeracy-v1_thumb.png');
}
#business-iq #video-container #videos #numeracy ul.more-videos li.v2,
#business-iq #video-container #videos #numeracy ul.more-videos li.v2 .hoverbg {
	background-image: url('../content/images/layout/business_iq-numeracy-v2_thumb.png');
}
#create-your-player #text {
	float: left;
	margin: 40px 0 0 23px;
	width: 240px;
}
#create-your-player #text h1 {
	color: #0d8167;
	height: 23px;
	font-size: 2.3636em;
/*	font-size: 26px;*/
}
#create-your-player #form {
	margin: 30px 0 104px 0;
	padding: 21px 0 0 21px;
	width: 600px;
	height: 677px;
	position: relative;
	float: right;
	background: url("../content/images/layout/bg-register_form2.png") no-repeat 0 0;
}
#create-your-player #fb-text-fields,
#create-your-player #tybb-text-fields {
	width: 85%;
	clear: both;
	float: left;
}
#create-your-player #tybb-text-fields {
	width: 100%;	
}
#create-your-player .element {
	width: 200px;
	height: 63px;
	line-height: 8px;
	display: block;
	float: left;
}
#create-your-player .element#confirm-password {
	float: right;
}
#create-your-player .element input#Password,
#create-your-player .element input#ConfirmPassword {
	color: #73a800;
}
#create-your-player .element#confirm-password #password-strength {
	margin: 1px 0 4px 0;
	width: 177px;
	height: 14px;	
	display: block;
	background: url('../content/images/layout/bg-password_strength.png') no-repeat;
}
#create-your-player .element label {
	text-transform: uppercase;
	display: block;
/*	font-size: 10px;*/
	font-size: 0.9090em;
	color: #808080;
	height: 18px;
}
#create-your-player input,
#create-your-player select,
#game-share #link input {
	margin: 0 0 0 0;	
	display: block;
	font: normal 1.1em/1em Arial, Helvetica, sans-serif;
}
#create-your-player .element input,
#create-your-player #image-browser input,
#game-share #link input {
	padding: 5px 0 5px 10px;
	width: 165px;
	color: #777777;
}
#create-your-player #image-browser input.file {
	width: 166px;
}
#create-your-player select {
	padding: 5px 4px 4px 10px;
	margin: 0 0 0 0;
	width: 175px;
	height: 26px;	
	color: #73a800;
}
#create-your-player option {
	outline-style: none;
}
#create-your-player .msg {
	padding: 5px 0 0 0;
/*	font-size: 10px;*/
	font-size: 0.9090em;
	color: #73a800;
	text-transform: uppercase;
}
#create-your-player #your-avatar {
	padding: 30px 0 0 0;
	width: 342px;
	height: 204px;
	position: relative;
	float: left;
}
#create-your-player #your-avatar #checkboxes {
	float: left;
}
#create-your-player #your-avatar #image-browser {
	display: none;
	position: absolute;
	bottom: 24px;
	left: 144px;
}
#create-your-player h2 {
	margin: 0 0 14px 0;
	color: #0d8167;
	font-size: 1.6363em;
/*	font-size: 18px;*/
	line-height: 0.8em;
}
#create-your-player #your-avatar #avatar-pic {
	width: 124px;
	height: 180px;
	margin: 0 20px 0 0;
	position: relative;
	float: left;
	background: url("../content/images/layout/stats-iq_card-avatar_bg.png") no-repeat;
}
#create-your-player #your-avatar #avatar-pic img {
	padding: 11px;
	width: 102px;
	height: 122px;
}
#create-your-player #your-avatar label,
#create-your-player #are-you label {
	line-height: 17px;
	display: block;
	width: auto;
	clear: both;
}
#create-your-player #your-avatar input,
#create-your-player label span {
	margin: 0 10px 9px 0;
}
#create-your-player #your-avatar input.file {
	margin-bottom: 4px;
}
#create-your-player #your-avatar label input {
	display: inline;
}
#create-your-player button,
#create-your-player button img {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	display: block;
	cursor: pointer;
	text-indent: -9999em;
}
#create-your-player button div {
	height: 35px;
	float: right;
	display: none;
	background-position: 0 -35px !important;
}
#create-your-player button.browse,
#create-your-player button.browse div {
	width: 91px;
	height: 35px;
	background: url("../content/images/layout/register-browse_button.png") no-repeat;
}
#create-your-player button.upload,
#create-your-player button.upload div {
	width: 94px;
	height: 35px;
	background: url("../content/images/layout/register-upload_button.png") no-repeat;
}
#create-your-player button.register,
#create-your-player button.register div {
	width: 87px;
	height: 35px;
	background: url("../content/images/layout/register-register_button.png") no-repeat;
}
#create-your-player button.update,
#create-your-player button.update div {
	width: 84px;
	height: 35px;
	background: url("../content/images/layout/button-update.png") no-repeat;
}
#create-your-player #your-avatar .ReplacedBrowseButton,
#create-your-player #your-avatar .ReplacedBrowseButton div {
	/*width: 91px;
	height: 35px;
	float: left;
	background: url("../content/images/layout/register-browse_button.png") no-repeat 0 0;
	overflow: hidden;
	cursor: pointer;*/
	width: 130px;
	height: 34px;
	margin: 2px 0 0;
	position: absolute;
	bottom: 0;
}
#create-your-player #your-avatar .ReplacedBrowseButton div {
	left: 0;
	top: 31px;
	position: absolute;
	display: none;
	background-position: 0 -35px;
	cursor: pointer;
}
#create-your-player #your-avatar .ReplacedBrowseButton .ImageURL {
 	cursor: pointer;
}
#create-your-player #are-you {
	float: left;
	width: 246px;
	padding: 30px 0 0;
}
#create-your-player #terms-and-conditions {
	padding: 0 0 20px;
	width: 100%;
	float: left;
	clear: both;
}
#create-your-player #terms-and-conditions h2 {
	margin: 25px 0 14px;
}
#create-your-player #terms-and-conditions label {
	width: 100%;
	display: block;	
	line-height: 17px;
	float: left;
	clear: both;
}
#create-your-player #terms-and-conditions label input {
	padding: 0;
	margin: 0 10px 10px 0;
	float: left;
}
#create-your-player .hr {
	background: url("../content/images/layout/bg-hr.png") repeat-x 0 0;
	width: 570px;
	height: 2px;
	margin: 0 0 30px;
	padding: 0;
	clear: both;
}
#create-your-player a.privacy-link {
	color: #73a800;
	text-decoration: underline;
	line-height: 32px;
}
#create-your-player input.error,
#game-share #link input {
	background-color: #92d600;
	color: white;
}
body#the-ultimate-challenge #create-your-player #form input.error,
body#the-ultimate-challenge #game-share #link input,
body#the-ultimate-challenge #game-share #embed textarea.code-to-copy {
	background-color: #494949;
	color: #c3c3c3;
}
#create-your-player .form-overlay {
	display: none;
}
#create-your-player .form-overlay,
#create-your-player .mask {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
#create-your-player .mask {
	background-color: #f5f5f5;
	opacity: .80;	/* standard CSS3 style */
	-moz-opacity: .80;	/* for older Mozillas */
	filter: alpha(opacity=80);	/* for IE browsers */
}
#create-your-player .overlay-content {
	margin: 0 auto;
	padding: 40px 80px 0 50px;
	width: 234px;
	min-height: 212px;
	top: 201px;
	position: relative;
	background: url("../content/images/layout/bg-error_overlay.png") no-repeat;
}
#create-your-player #successful-submission .overlay-content {
	height: 149px;
	background-image: url("../content/images/layout/bg-thankyou_overlay.png");
}
#create-your-player #image-crop .overlay-content {
	padding: 40px;
	width: 364px;
	height: 292px;
	top: 153px;	
	background-image: url("../content/images/layout/bg-image_crop_overlay.png");
}
#create-your-player .overlay-content p {
	margin: 11px 0 16px 0;
}
#create-your-player #image-crop p {
	margin: 11px 0 0 0;
}
#create-your-player #image-crop #image-croppper {
	margin: 17px 0 0 0;
	width: 233px;
	height: 133px;
	float: left;
	background: url('../content/images/layout/bg-image_cropper.jpg') no-repeat;	
}
#create-your-player #image-crop #image-well {
	width: 124px;
	height: 151px;
	float: left;
	background: url('../content/images/layout/bg-image_well.png') no-repeat;
}
#create-your-player #image-crop #image-well img {
	margin: 28px 0 0 11px;
}
#create-your-player a.button-continue {
	margin: 18px 0 0;
	width: 77px;
	height: 35px;
	display: block;
	background: url("../content/images/layout/button-continue.png") no-repeat;
	text-indent: -9999em;
	cursor: pointer;
}
#create-your-player a.button-continue div {
	height: 33px;
	background: url("../content/images/layout/button-continue.png") no-repeat;
	cursor: pointer;
	background-position: 0 -35px;
	display: none;
}
#create-your-player a.button-upload {
	float: left;
	margin: 18px 0 0;
	width: 127px;
	height: 35px;
	display: block;
	background: url("../content/images/layout/button-upload_new_image.png") no-repeat;
	text-indent: -9999em;
	cursor: pointer;
}
#create-your-player a.button-upload div {
	width: 127px;
	height: 35px;
	background: url("../content/images/layout/button-upload_new_image.png") no-repeat;
	cursor: pointer;
	background-position: 0 -35px;
	display: none;
}
#create-your-player a.button-apply {
	float: left;
	margin: 18px 0 0 0;
	width: 108px;
	height: 35px;
	display: block;
	background: url("../content/images/layout/button-apply_changes.png") no-repeat;
	text-indent: -9999em;
	cursor: pointer;
}
#create-your-player a.button-apply div {
	height: 35px;
	background: url("../content/images/layout/button-apply_changes.png") no-repeat;
	cursor: pointer;
	background-position: 0 -35px;
	display: none;
}
#create-your-player .overlay-content h3 {
	color: #88c800;
	font-size: 2.2727em;
/*	font-size: 25px;*/
}
#create-your-player #validation-error h3 {
	width: 45px;
	height: 18px;
	text-indent: -9999em;
	background: url('../content/images/layout/header-error.png') no-repeat;
}
#create-your-player #image-crop h3 {
	width: 163px;
	height: 45px;
	text-indent: -9999em;
	background: url('../content/images/layout/header-position_and_crop.png') no-repeat;
}
#create-your-player #successful-submission h3 {
	width: 100px;
	height: 18px;
	text-indent: -9999em;
	background: url('../content/images/layout/header-thank_you.png') no-repeat;
}
#create-your-player #image-crop h3,
#create-your-player #image-crop p {
	width: 200px;
}
#create-your-player .overlay-content ul {
	color: #72a800;
}

/* begin styles for custom checkboxes/radio buttons */
.ui-radio-state-disabled,
.ui-radio-state-checked-disabled,
.ui-radio-state-disabled-hover,
.ui-radio-state-checked-disabled-hover {
	color: #999;
}
span.ui-checkbox,
span.ui-radio {
	display: block;
	float: left;
	width: 17px;
	height: 17px;
	background: url("../content/images/layout/icon_checkbox.png") no-repeat 0 0;
}
span.ui-helper-hidden,
.ui-helper-hidden-accessible {
	display: none !important;
}
span.ui-radio-state-hover,
span.ui-checkbox-state-hover {
	background-position: 0 0;
}
span.ui-checkbox-state-checked {
	background-position: 0 -17px;
}
span.ui-checkbox-state-checked-hover {
	background-position: 0 -17px;
}
span.ui-radio-state-checked-disabled-hover,
span.ui-radio-state-checked-disabled,
span.ui-radio-state-checked {
	background-position: 0 -17px;
}
span.ui-radio-state-checked-hover {
	background-position: 0 -17px;
}
/* end styles for custom checkboxes/radio buttons */

#create-your-player #form .msg,
#create-your-player #form .element label,
#create-your-player #form h2,
#create-your-player h1 {
	visibility: hidden;
}

/* Start Training */
#game-page ol#category-nav {
	margin: 40px 0 0;
	overflow: auto;
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	z-index: 1;
}
#game-page ol#category-nav li {
	float: left;
	margin: 0 1px 0 0;
	width: 95px;
	height: 31px;
	position: relative;
	background: blue;
	background: no-repeat;
	text-indent: -9999em;	
}
#game-page ol#category-nav li a {
	position: absolute;
	width: 100%;
	height: 31px;
	left: 0;
	top: 0;
}
#game-page ol#category-nav li.here {
	background-position: 0 -31px;
}
#game-page ol#category-nav li.n1 {
	width: 81px;
	background-image: url("../content/images/layout/start_training-cat_nav-intelligence.png");
}
body#the-ultimate-challenge #game-page ol#category-nav li.n1 {
	background-image: url("../content/images/layout/tuc-cat_nav-intelligence.png");
}
#game-page ol#category-nav li.n2 {
	width: 61px;
	background-image: url("../content/images/layout/start_training-cat_nav-physical.png");
}
body#the-ultimate-challenge #game-page ol#category-nav li.n2 {
	background-image: url("../content/images/layout/tuc-cat_nav-physical.png");
}
#game-page ol#category-nav li.n3 {
	width: 94px;
	background-image: url("../content/images/layout/start_training-cat_nav-mental_agility.png");
}
body#the-ultimate-challenge #game-page ol#category-nav li.n3 {
	background-image: url("../content/images/layout/tuc-cat_nav-mental_agility.png");
}
#game-page ol#category-nav li.n4 {
	width: 120px;
	background-image: url("../content/images/layout/start_training-cat_nav-general_knowledge.png");
}
body#the-ultimate-challenge #game-page ol#category-nav li.n4 {
	background-image: url("../content/images/layout/tuc-cat_nav-general_knowledge.png");
}
#game-page ol#category-nav li.n5 {
	width: 85px;
	background-image: url("../content/images/layout/start_training-cat_nav-observation.png");
}
body#the-ultimate-challenge #game-page ol#category-nav li.n5 {
	background-image: url("../content/images/layout/tuc-cat_nav-observation.png");
}
#game-page ol#category-nav li.n6 {
	width: 97px;
	background-image: url("../content/images/layout/start_training-cat_nav-my_business_iq.png");
}
body#the-ultimate-challenge #game-page ol#category-nav li.n6 {
	background-image: url("../content/images/layout/tuc-cat_nav-my_business_iq.png");
}
body#the-ultimate-challenge #game-page a#all-time-greats {
	width: 85px;
	height: 25px;
	background: url('../content/images/layout/button-all_time_greats.png') no-repeat;
	text-indent: -9999em;
	position: absolute;
	right: 2px;
	top: 44px;
}
body#the-ultimate-challenge #game-page a:hover#all-time-greats,
body#the-ultimate-challenge #game-page a#all-time-greats.here {
	background-position: 0 -27px;
}
#game-page #game-stage {
	padding: 5px;
	margin: -1px 0 40px;
	width: 931px;
	height: 501px;
	float: left;
	background: url("../content/images/layout/bg-game_stage.png") no-repeat;
	position: relative;
}
#game-page #game-stage #inner-flash {
	height: 100%;
}
a.no-flash {
	width: 470px;
	height: 275px;
	background: url('../content/images/layout/no-flash.png') no-repeat;
	margin: 0 auto;
	position: relative;
	display: block;
	top: 50%;
	margin-top: -137px;
}
#business-iq a.no-flash {
	position: absolute;
	margin: 0;
	left: 38px;
	top: 52px;
	z-index: 0;
}
a.no-flash div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../content/images/layout/no-flash.png') no-repeat 0 -275px;
	text-indent: -9999em;
	cursor: pointer;
	display: none;
}
.no-flash a:hover,
.no-flash a:hover {
	background-image: url("../content/images/layout/no-flash.png");
}
body#the-ultimate-challenge #game-page #game-stage {
	background-image: url("../content/images/layout/bg-game_stage2.png");
}
#game-page #game-details {
	width: 301px;
	margin: 0 0 104px 0;
	float: left;
}
#game-page #game-stats {
	width: 301px;
	margin: 0 0 68px 19px;
	float: left;
}
#game-page #game-share {
	width: 300px;
	height: 462px;
	margin: 0 0 104px 19px;
	float: left;
}
#game-page #game-share .panes {
	z-index: 90;
}
#game-page #game-share img.banner {
	z-index: 0;
	width: 301px;
	height: 250px;
}
#game-page ul.tabs,
#stats #iq-card ul.tabs {
	z-index: 100;
	overflow: auto;
	position: relative;
}
#game-page ul.tabs li {
	margin: 0 1px 0 0;
	width: 57px;
	height: 31px;
	float: left;
	position: relative;
	text-indent: -9999em;
	background: no-repeat;
}
#game-page ul.tabs li.here {
	background-position: 0 -31px;
}
#game-page ul.tabs li a {
	display: block;
	width: 100%;
	height: 100%;
}
#game-page .panes {
	top: -1px;
	position: relative;
}
#game-page .panes .pane {
	display: none;
}
#game-page .panes .pane.here {
	display: block;
}
#game-page #game-details,
#game-page #game-stats,
#game-page #game-share,
#game-page .panes {
	position: relative;
}
#game-page .panes #about-this-game,
#game-page .panes #breakdown {
	width: 301px;
	height: 195px;
	background: url('../content/images/layout/bg-game_details_pane.png') no-repeat;
}
#game-page .panes #breakdown {
	background-image: url('../content/images/layout/start_training-breakdown_panel_bg.png');
}
body#the-ultimate-challenge #game-page .panes {
	color: #c3c3c3;
}
body#the-ultimate-challenge #game-page .panes #breakdown {
	background-image: url('../content/images/layout/tuc-breakdown_panel_bg.png');
}
body#the-ultimate-challenge #game-page .panes #about-this-game {
	background-image: url('../content/images/layout/bg-game_details_pane-tuc.png');
}
#game-page .panes #breakdown table {
	top: 29px;
	left: 15px;
	position: relative;
	height: 137px;
}
#game-page .panes #breakdown table td,
#game-page .panes #breakdown table th {
	vertical-align: middle;
}
#game-page .panes #breakdown table .col1 {
	width: 87px;
}
#game-page .panes #breakdown table .col2 {
	width: 129px;
}
#game-page .panes #breakdown table span.start-cap,
#password-strength span.start-cap,
#password-strength span.end-cap,
#game-page .panes #breakdown table span.end-cap {
	width: 1px;
	height: 14px;
	float: left;
	display: block;
	background: url("../content/images/layout/start_training-bar_graph-start_cap.png") no-repeat;
}
body#the-ultimate-challenge #game-page .panes #breakdown table span.start-cap {
	background-image: url("../content/images/layout/tuc-bar_graph-start_cap.png");
}
#game-page .panes #breakdown table img {
	float: left;
	display: block;
}
#game-page .panes #breakdown table span.end-cap
#password-strength span.end-cap {
	background-image: url("../content/images/layout/start_training-bar_graph-end_cap.png");
}
#password-strength img,
#password-strength span.start-cap, 
#password-strength span.end-cap {
	float: left; 
	padding-top:2px;
	height: 10px;
	display: block;
	margin-left: 2px;
}
body#the-ultimate-challenge #game-page .panes #breakdown table span.end-cap {
	background-image: url("../content/images/layout/tuc-bar_graph-end_cap.png");
}
#game-page .panes #breakdown table .col3 {
	width: 67px;
	color: white;
	text-align: center;
}
#game-page .panes #about-this-game {
	width: 269px;
	height: 165px;
	padding: 30px 16px 0 16px;
}
#game-page .panes #about-this-game p {
	margin: 0 0 1.3em;
}
#game-stats #friends,
#game-stats #facts,
#game-stats #league,
#game-stats #your-stats {
	height: 459px;
	background-repeat: no-repeat;
}
#game-stats #friends {
	background-image: url("../content/images/layout/start_training-pane2-friends_tab_bg.png");
}
body#the-ultimate-challenge #game-stats #friends {
	background-image: url("../content/images/layout/tuc-pane2-friends_tab_bg.png");
}
#game-stats #facts {
	background-image: url("../content/images/layout/start_training-pane2-facts_tab_bg.png");
}
body#the-ultimate-challenge #game-stats #facts {
	background-image: url("../content/images/layout/tuc-pane2-facts_tab_bg.png");
}
#game-stats #league {
	background-image: url("../content/images/layout/start_training-pane2-league_tab_bg.png");
}
body#the-ultimate-challenge #game-stats #league {
	background-image: url("../content/images/layout/tuc-pane2-league_tab_bg.png");
}
body#the-ultimate-challenge #game-stats #league {
	color: #fff;
}
#game-stats #your-stats {
	background-image: url("../content/images/layout/start_training-pane2-your_stats_bg.png");
}
body#the-ultimate-challenge #game-stats #your-stats {
	background-image: url("../content/images/layout/tuc-pane2-your_stats_bg.png");
}
#game-page .panes #league ul.tabs li,
#game-stats #your-stats ul.tabs li {
	text-indent: -9999em;
	background-repeat: no-repeat;
}
#game-page .panes #league ul.tabs li.here,
#game-stats #your-stats ul.tabs li.here {
	background-position: 0 -24px !important;
}
#game-page .panes #league ul.tabs li#tab-2010-league,
#game-stats #your-stats ul.tabs li#tab-2010-yourstats {
	background: url('../content/images/layout/bg-tabs-2010.png') no-repeat;
}
body#the-ultimate-challenge #game-page .panes #league ul.tabs li#tab-2010-league,
body#the-ultimate-challenge #game-stats #your-stats ul.tabs li#tab-2010-yourstats {
	background-image: url('../content/images/layout/bg-tabs-2010-tuc.png');
}
#game-page .panes #league ul.tabs li#tab-2009-league,
#game-stats #your-stats ul.tabs li#tab-2009-yourstats {
	background: url('../content/images/layout/bg-tabs-2009.png') no-repeat;
}
body#the-ultimate-challenge #game-page .panes #league ul.tabs li#tab-2009-league,
body#the-ultimate-challenge #game-stats #your-stats ul.tabs li#tab-2009-yourstats {
	background-image: url('../content/images/layout/bg-tabs-2009-tuc.png');
}
#game-page .panes #share,
#game-page .panes #email,
#game-page .panes #link,
#game-page .panes #embed {
	padding: 10px;
	width: 281px;
	height: 175px;
	background: url('../content/images/layout/bg-game_share_pane.png') no-repeat;
}
body#the-ultimate-challenge #game-page .panes #share,
body#the-ultimate-challenge #game-page .panes #email,
body#the-ultimate-challenge #game-page .panes #link,
body#the-ultimate-challenge #game-page .panes #embed {
	background-image: url('../content/images/layout/bg-game_share_pane-tuc.png');
}
#game-details ul.tabs li.n1 {
	width: 115px;
	background-image: url('../content/images/layout/start_training-pane1-n1.png');
}
body#the-ultimate-challenge #game-details ul.tabs li.n1 {
	background-image: url('../content/images/layout/tuc-pane1-n1.png');
}
#game-details ul.tabs li.n2 {
	width: 79px;
	background-image: url('../content/images/layout/start_training-pane1-n2.png');
}
body#the-ultimate-challenge #game-details ul.tabs li.n2 {
	background-image: url('../content/images/layout/tuc-pane1-n2.png');
}
#game-stats ul.tabs li.n1 {
	width: 59px;
	background-image: url('../content/images/layout/start_training-pane2-n1.png');
}
body#the-ultimate-challenge #game-stats ul.tabs li.n1 {
	background-image: url('../content/images/layout/tuc-pane2-n1.png');
}
#game-stats ul.tabs li.n2 {
	width: 58px;
	background-image: url('../content/images/layout/start_training-pane2-n2.png');
}
body#the-ultimate-challenge #game-stats ul.tabs li.n2 {
	background-image: url('../content/images/layout/tuc-pane2-n2.png');
}
#game-stats ul.tabs li.n3 {
	width: 73px;
	background-image: url('../content/images/layout/start_training-pane2-n3.png');
}
body#the-ultimate-challenge #game-stats ul.tabs li.n3 {
	background-image: url('../content/images/layout/tuc-pane2-n3.png');
}
#game-stats ul.tabs li.n4 {
	width: 48px;
	background-image: url('../content/images/layout/start_training-pane2-n4.png');
}
body#the-ultimate-challenge #game-stats ul.tabs li.n4 {
	background-image: url('../content/images/layout/tuc-pane2-n4.png');
}
#game-share ul.tabs li.n1 {
	width: 51px;
	background-image: url('../content/images/layout/start_training-pane3-n1.png');
}
body#the-ultimate-challenge #game-share ul.tabs li.n1 {
	background-image: url('../content/images/layout/tuc-pane3-n1.png');
}
#game-share ul.tabs li.n2 {
	width: 49px;
	background-image: url('../content/images/layout/start_training-pane3-n2.png');
}
body#the-ultimate-challenge #game-share ul.tabs li.n2 {
	background-image: url('../content/images/layout/tuc-pane3-n2.png');
}
#game-share ul.tabs li.n3 {
	width: 43px;
	background-image: url('../content/images/layout/start_training-pane3-n3.png');
}
body#the-ultimate-challenge #game-share ul.tabs li.n3 {
	background-image: url('../content/images/layout/tuc-pane3-n3.png');
}
#game-share ul.tabs li.n4 {
	width: 57px;
	background-image: url('../content/images/layout/start_training-pane3-n4.png');
}
body#the-ultimate-challenge #game-share ul.tabs li.n4 {
	background-image: url('../content/images/layout/tuc-pane3-n4.png');
}
#game-share img.banner {
	top: 249px;
	position: absolute;
}
#game-stats .pane {
	padding: 10px 10px 0;
}
#game-stats #league ul.tabs li {
	width: 48px;
	height: 24px;
	line-height: 24px;
	background: url("../content/images/layout/start_training-pane2-your_stats_tab_bg.png") no-repeat 0 0;
	text-indent: 0;
	text-align: center;
	color: #777
}
#game-stats #league ul.tabs li.here {
	background-position: 0 -24px;
}
#game-stats #league ul.tabs li.here a {
	color: #fdfdfd;
}
#game-stats table,
#stats #my-stats table,
body#the-ultimate-challenge .greats-table table {
	width: 100%;
	border-right: 1px solid white;
	border-left: 1px solid white;
}
body#the-ultimate-challenge #game-stats table,
body#the-ultimate-challenge #stats #my-stats table {
	border-right: 1px solid #404040;
	border-left: 1px solid #404040;
}
#game-stats table th,
#game-stats table td,
#stats #my-stats table,
body#the-ultimate-challenge .greats-table table {
	line-height: 29px;	
}
#game-stats table th {
	background-color: #7b7b7b;
	color: white;
	text-transform: uppercase;
	font-size: 0.9090em;
	height: 27px;
}
#game-stats #your-stats table th {
	height: auto;
}
#game-stats table th object {
	margin-top: 9px;
}
#game-stats table td,
#stats #my-stats table td {
	background: url('../content/images/layout/border-table_rows.png') repeat-x 0 bottom;
}
body#the-ultimate-challenge #game-stats table td,
body#the-ultimate-challenge #stats #my-stats table td,
body#the-ultimate-challenge .greats-table table td {
	background: url('../content/images/layout/border-table_rows-tuc.png') repeat-x 0 bottom;
}
body#the-ultimate-challenge .greats-table table td,
body#the-ultimate-challenge .greats-table table td a {
	color: #9e9e9e;
	text-decoration: none;
}
body#the-ultimate-challenge #game-stats #your-stats table td {
	background: none;
}
#game-stats #your-stats table td {
	background: none;
}
#game-stats table td a:hover {
	color:#92d600;
	text-decoration:underline;
}
#game-stats table tr.player-score td {
	background-color: #92d600;
	color: white;
}
#game-stats table tr.player-score td a {
	color : #fff;
}
#game-stats table tr.player-score td a:hover {
	text-decoration:underline;
}
body#the-ultimate-challenge tr.player-score td,
body#the-ultimate-challenge .greats-table table tr.player-score td.col3 {
	background-color: #ff6001;
	color: white;
}
#game-stats table .col1,
body#the-ultimate-challenge .greats-table table .col1 {
	width: 44px;
	padding: 0 0 0 15px;
}
#game-stats #league table th.col1,
#game-stats #friends table th.col1,
body#the-ultimate-challenge .greats-table table th.col1 {
	background: #7b7b7b url('../content/images/layout/bg-table_header-rank.png') no-repeat 11px center;
	text-indent: -9999em;
}
#game-stats #league table th.col2,
#game-stats #friends table th.col2,
body#the-ultimate-challenge .greats-table table th.col2 {
	background: #7b7b7b url('../content/images/layout/bg-table_header-player.png') no-repeat left center;
	text-indent: -9999em;
}
#game-stats #league table th.col3,
#game-stats #friends table th.col3,
body#the-ultimate-challenge .greats-table table th.col3 {
	background: #7b7b7b url('../content/images/layout/bg-table_header-score.png') no-repeat left center;
	text-indent: -9999em;
}
#game-stats #facts table .col1 {
	width: 210px;
	padding: 0 0 0 15px;
}
#game-stats #facts table th.col1 {
	background: #7B7B7B url('../content/images/layout/bg-table_header-category.png') no-repeat 15px center;
	text-indent: -9999em;
}
#game-stats table td.col1 {
	color: #8c8c8c;
}
body#the-ultimate-challenge #game-stats table td.col1,
body#the-ultimate-challenge .greats-table table th.col1 {
	color: #c3c3c3;
}
#game-stats table .col2,
body#the-ultimate-challenge .greats-table table .col2 {
	width: 170px;
}
#game-stats #facts table .col2 {
	width: auto;
}
#game-stats #facts table th.col2 {
	background: #7B7B7B url('../content/images/layout/bg-table_header-result.png') no-repeat 0 center;
	text-indent: -9999em;
}
#game-stats #facts table td.col2 {
	padding: 0 0 0 6px;
}
#game-stats #facts table td.col2 {
	color: #73a800;
}
body#the-ultimate-challenge #game-stats #facts table td.col2 {
	color: #ff6001;
}
#game-stats table td.col3 {
	color: #73a800;
}
body#the-ultimate-challenge #game-stats table td.col3 {
	color: #ff6001
}
#game-stats #league ul.tabs {
	left: 1px;
}
#game-stats #league .pagination {
	margin: 17px auto 0 auto;
	text-align: center;
	overflow: auto;
}
#game-stats #league .pagination a {
	color: #7b7b7b;
}
#game-stats #league .pagination a.previous {
	margin-right: 5px;
}
#game-stats #league .pagination a.next {
	margin-left: 5px;
}
#game-stats #league .pagination ol,
#game-page .greats-table .pagination ol {
	display: inline;
	margin: 0 8px;
}
#game-stats #league .pagination ol li,
#game-page .greats-table .pagination ol li {
	display: inline;
	padding: 0 4px;
	background: url("../content/images/layout/border-pagination_links.png") no-repeat left center;
}
#game-stats #league .pagination ol li.first-child,
#game-page .greats-table .pagination ol li.first-child {
	background-image: none;
}
#game-stats #league .pagination ol li.here a {
	color: #73a800;
	text-decoration: underline;
}
#game-page .greats-table .pagination ol li.here a {
	color: #ff6000;
	text-decoration: underline;
}
#game-stats .loading {
	position:relative;
	text-align:center;
	top:-200px;
	width:280px;
	display: none;
}
#game-stats #statsSpinner {
	position: relative;
	margin-top: 200px;
	width: 280px;
	text-align: center;
}
body#the-ultimate-challenge #game-stats #league .pagination ol li.here a {
	color: #FF6001;
	text-decoration: underline;
}
#game-stats .filter-by {
	padding: 13px 13px 15px 13px;
	margin: 0 0 3px;
	clear: both;
	background-color: #0d8167;
	overflow: auto;
}
#game-stats .filter-by select {
	padding: 2px 3px 2px 0;
	margin: 0 5px 0 0;
	float: left;
	background-color: white;
	color: #878787;
	font-size: 1em;
}
#game-stats .filter-by select.age {
	width: 53px;
}
#game-stats .filter-by select.profession {
	width: 100px;
}
#game-stats .filter-by select.location {
	width: 92px;
	margin-right: 0;
}
#game-stats .filter-by h4 {
	margin: 0 0 8px;
	color: white;
	text-transform: uppercase;
	font-size: 0.9090em;
}
#game-stats .filter-by h4.sIFR-replaced {
	margin-bottom: 7px;
	padding-top: 1px;
}
#game-stats #your-stats #iq-score {
	padding: 24px 0 0;
	width: 81px;
	height: 144px;
	float: left;	
	background: url('../content/images/layout/start_training-pane2-your_stats_avatar_bg.png') no-repeat 0 24px;
	color: white;
	position: relative;	
}
#game-stats #your-stats #iq-score dl {
	position: absolute;
	top: 119px;
	width: 100%;
}
body#the-ultimate-challenge #game-stats #your-stats #iq-score {
	background-image: url('../content/images/layout/tuc-pane2-your_stats_avatar_bg.png');
}
#game-stats #your-stats #iq-score img.avatar {
	width: 59px;
	height: 74px;
	margin: 11px 11px 10px;
}
#game-stats #your-stats #iq-score h4 {
	margin: 10px 0 0;
	font-size: 0.9090em;
	text-transform: uppercase;
	text-align: center;
	background: url('../content/images/layout/bg-header-iq_score.png') no-repeat center center;
	text-indent: -9999em;
}
body#the-ultimate-challenge #game-stats #your-stats #iq-score h4 {
	background-image: url('../content/images/layout/bg-header-iq_score2.png');
}
#game-stats #your-stats #iq-score h4 object {
	margin: 0 auto 0 20px;
}
#game-stats #your-stats #iq-score dl dd {
	margin: 3px 0 0;
	font-size: 2em;
	line-height: 0.8em;
	text-align: center;
}
#game-stats #your-stats #iq-score dl dd object {
	margin: 0 auto;
}
#game-stats #your-stats ul.tabs {
	float: left;
	position: relative;
	left: 10px;
}
body#the-ultimate-challenge #game-stats #your-stats ul.tabs {
	left: 11px;
}
#game-stats #your-stats ul.tabs li {
	width: 48px;
	height: 24px;
	text-align: center;
}
#game-stats #your-stats ul.tabs li.here {
	background-position: 0 -24px;
}
#game-stats #your-stats ul.tabs li.here a {
	color: white;
}
#game-stats #your-stats ul.tabs li a {
	width: 100%;
	height: 100%;
	line-height: 24px;
	color: #777;
}
#game-stats #your-stats table {
	margin: 0 0 0 10px;
	padding-bottom: 12px;
	width: 190px;
	float: left;
	background: url("../content/images/layout/start_training-pane2-your_stats_table_bg.png") no-repeat 0 0;
	border: none;
}
body#the-ultimate-challenge #game-stats #your-stats table {
	background-image: url("../content/images/layout/tuc-pane2-your_stats_table_bg.png");
}
#game-stats #your-stats table td,
#game-stats #your-stats table th {
	border-bottom: none;
	border-top: none;
	vertical-align: middle;
}
#game-stats #your-stats table th {
	padding-bottom: 10px;
	line-height: 27px;
	background: none;
}
#game-stats #your-stats table td {
	line-height: 19px;
}
#game-stats #your-stats table th.col1-chllng {
	background: url('../content/images/layout/bg-table_header-challenge.png') no-repeat 11px 10px;
	text-indent: -9999em;
}
#game-stats #your-stats table col.col1-chllng {
	width: 102px;
}
#game-stats #your-stats table th.col1-chllng,
#game-stats #your-stats table td.col1-chllng {
	padding-left: 12px;
}
#game-stats #your-stats table th.col2-scores {
	width: 45px;
	background: url('../content/images/layout/bg-table_header-score.png') no-repeat left 10px;
	text-indent: -9999em;
}
#game-stats #your-stats table td.col2-scores {
	padding: 0 0 0 5px;
	color: #73a800;
}
body#the-ultimate-challenge #game-stats #your-stats table td.col2-scores {
	padding: 0 0 0 5px;
	color: #FF6001;
}
#game-stats #your-stats table col.col3-medals {
	width: 11px;
}
#game-stats #your-stats table td.col3-medals,
#game-stats #your-stats table td.col4-medals {
	text-align: center;
}
#game-stats #your-stats .buttons {
	margin: 6px 0 3px 92px;
	width: 140px;
	float: left;
}
#game-stats #your-stats .buttons a.profile,
#game-stats #your-stats .buttons a.profile div {
	width: 63px;
	height: 33px;
	display: block;
	float: left;
	background: url('../content/images/layout/button-profile.png') no-repeat;
	text-indent: -9999em;
}
body#the-ultimate-challenge #game-stats #your-stats .buttons a.profile,
body#the-ultimate-challenge #game-stats #your-stats .buttons a.profile div {
	background-image: url('../content/images/layout/button-profile2.png');
}
#game-stats #your-stats .buttons a.embed,
#game-stats #your-stats .buttons a.embed div {
	width: 63px;
	height: 33px;
	display: block;
	float: left;
	background: url('../content/images/layout/button-embed.png') no-repeat;
	text-indent: -9999em;
}
body#the-ultimate-challenge #game-stats #your-stats .buttons a.embed,
body#the-ultimate-challenge #game-stats #your-stats .buttons a.embed div {
	background-image: url('../content/images/layout/button-embed3.png');
}
#game-stats #your-stats .buttons a.profile div,
#game-stats #your-stats .buttons a.embed div {
	background-position: 0 -33px;
	display: none;
}
#game-stats #your-stats h4.profile-history {
	margin: 0 0 10px 0;
	padding: 0 10px;
	color: white;
	background-repeat: no-repeat;
	font-size: 0.9090em;
	line-height: 27px;
	height: 27px;
	text-transform: uppercase;
	clear: both;
	text-indent: -9999em;
}
#game-stats #your-stats h4.profile-history.intelligence {
	background-image:url("../content/images/layout/bg-header-intelligence_profile_history.png")
}
#game-stats #your-stats h4.profile-history.physical {
	background-image:url("../content/images/layout/bg-header-physical_profile_history.png")
}
#game-stats #your-stats h4.profile-history.observation {
	background-image:url("../content/images/layout/bg-header-observation_profile_history.png")
}
#game-stats #your-stats h4.profile-history.mentalagility {
	background-image:url("../content/images/layout/bg-header-mentalagility_profile_history.png")
}
#game-stats #your-stats h4.profile-history.generalknowledge {
	background-image:url("../content/images/layout/bg-header-generalknowledge_profile_history.png")
}
body#the-ultimate-challenge #game-stats #your-stats h4.profile-history {
	background-image: url("../content/images/layout/bg-header-intelligence_profile_history2.png");
}
#game-stats #your-stats h4.profile-history.sIFR-replaced {
	padding-top: 10px;
	height: 17px;
}
#game-stats .history-graph {
	margin-bottom: 1px;
	width: 279px;
	height: 166px;
	background: url("../content/images/layout/start_training-pane2-your_stats_graph_bg.png") no-repeat;
}
body#the-ultimate-challenge #game-stats .history-graph {
	background: url("../content/images/layout/tuc-pane2-your_stats_graph_bg.png") no-repeat;
}
#game-stats .graph-controller {
	width: 279px;
	height: 27px;
	background: url("../content/images/layout/start_training-pane2-your_stats_graph_control_bg.png") no-repeat;
}
body#the-ultimate-challenge #game-stats .graph-controller {
	background: url("../content/images/layout/tuc-pane2-your_stats_graph_control_bg.png") no-repeat;
}
.header-greybg {
	padding: 0 11px;
	height: 27px;
	line-height: 27px;
	display: block;
	color: white;
	background: url('../content/images/layout/bg-grey_header_panel.png') no-repeat;
}
#game-page .panes #share {
	height: 248px;
	background-image: url('../content/images/layout/bg-game_share_pane-share.png');	
}
body#the-ultimate-challenge #game-page .panes #share {
	background-image: url('../content/images/layout/bg-game_share_pane-share-tuc.png');
	width: 280px;
	padding-left: 11px;
}
#game-share #share ul {
	overflow: auto;
}
body#the-ultimate-challenge #game-share #share ul {
	background-color: white;
}
#game-share #share ul li {
	line-height: 27px;
	border-top: 1px solid white;
	border-bottom: 1px solid #d8d8d8;
}
#game-share #share ul li a span {
	display: block;
	float: left;
	margin: 5px 11px 0;
}
#game-share #share ul.col1 {
	float: left;
	width: 110px;
}
#game-page .panes #email {
	height: 238px;
	width: 261px;	
	padding: 22px 20px 0;
	background-image: url('../content/images/layout/bg-game_share_pane.png');
}
body#the-ultimate-challenge #game-page .panes #email {
	background-image: url('../content/images/layout/bg-game_share_pane-tuc.png');
}
#game-page .panes #link,
#game-page .panes #embed {
	height: 238px;
	width: 261px;
	padding: 22px 20px 0;
}
#game-share #email label {
	margin: 0 0 20px 0;
	display: block;
	font-size: 0.9090em;
	line-height: 0.8em;
	text-transform: uppercase;
}
#game-share #email label#friends-email {
	background: url('../content/images/layout/bg-label-friendsemail.png') no-repeat;
	text-indent: -9999em;
}
#game-share #email label#friends-name {
	background: url('../content/images/layout/bg-label-friendsname.png') no-repeat;
	text-indent: -9999em;
}
body#the-ultimate-challenge #game-share #email label#friends-email {
	background-image: url('../content/images/layout/bg-label-friendsemail2.png');
}
#game-share #email label#your-name {
	background: url('../content/images/layout/bg-label-yourname.png') no-repeat;
	text-indent: -9999em;
}
body#the-ultimate-challenge #game-share #email label#your-name {
	background-image: url('../content/images/layout/bg-label-yourname2.png');
}
#game-share #email label input {
	width: 247px;
	display: block;
	padding: 4px 0 4px 12px;
	margin: 10px 0 0 0;
	color: #777;
	line-height: 8px;
}
body#the-ultimate-challenge #game-share #email input {
	background-color: #494949;
	color: #c3c3c3;
}
#game-share #email button.send,
#game-share #email button.send div {
	width: 64px;
	height: 34px;
	background: url('../content/images/layout/button-send.png') no-repeat;
}
body#the-ultimate-challenge #game-share #email button.send,
body#the-ultimate-challenge #game-share #email button.send div {
	background-image: url('../content/images/layout/button-send2.png');
}
#game-share #email button.send div {
	background-position: 0 -34px;
	display: none;
	text-indent: -9999em;
}
#game-share #link input {
	margin: 0 0 20px;
	width: 251px;
}
#game-share #link p,
#game-share #embed p {
	text-transform: uppercase;
	font-size: 0.9090em;
	margin: 0 0 14px;
}
#game-share #link p#copy-the-link {
	width: 251px;
	height: 7px;
	background: url('../content/images/layout/bg-text1.png') no-repeat 0 0;
	text-indent: -9999em;
}
body#the-ultimate-challenge #game-share #link p#copy-the-link {
	background-image: url('../content/images/layout/bg-text1b.png');
}
#game-share #embed p.instructions {
	margin-bottom: 9px;
	width: 230px;
	height: 20px;
	background: url('../content/images/layout/bg-text2.png') no-repeat;
	text-indent: -9999em;
}
body#the-ultimate-challenge #game-share #embed p.instructions {
	background-image: url('../content/images/layout/bg-text2b.png');
}
#game-share #embed p.warning {
	margin: 19px 0 10px;
	width: 212px;
	height: 7px;
	color: #73a800;
	background: url('../content/images/layout/bg-text3.png') no-repeat;
	text-indent: -9999em;
}
body#the-ultimate-challenge #game-share #embed p.warning {
	background-image: url('../content/images/layout/bg-text3b.png');
}
#game-share a.copy-button,
#game-share a.copy-button div {
	width: 65px;
	height: 35px;
	display: block;
	background: url('../content/images/layout/button-copy.png') no-repeat;
	text-indent: -9999em;
}
body#the-ultimate-challenge #game-share a.copy-button,
body#the-ultimate-challenge #game-share a.copy-button div {
	background-image: url('../content/images/layout/button-copy3.png');
}
#game-share a.copy-button div {
	background-position: 0 -35px;
	display: none;
}
#game-share a.preview-button,
#game-share a.preview-button div {
	width: 68px;
	height: 35px;
	display: block;
	float: left;
	background: url('../content/images/layout/button-preview.png') no-repeat;
}
body#the-ultimate-challenge #game-share a.preview-button,
body#the-ultimate-challenge #game-share a.preview-button div {
	background-image: url('../content/images/layout/button-preview2.png');
}
#game-share a.copy-to-clipboard,
#game-share a.copy-to-clipboard div {
	width: 121px;
	height: 35px;
	display: block;
	float: left;
	background: url('../content/images/layout/button-copy_to_clipboard.png') no-repeat;
}
body#the-ultimate-challenge a.copy-to-clipboard,
body#the-ultimate-challenge a.copy-to-clipboard div {
	background-image: url('../content/images/layout/button-copy_to_clipboard2.png');
}
#game-share a.preview-button div,
#game-share a.copy-to-clipboard div {
	text-indent: -9999em;
	background-position: 0 -35px;
	display: none;
}
#game-share #link input.code-to-copy {
	font-size: 1em;
	outline: none;
}
#game-share #embed textarea.code-to-copy {
	padding: 10px 0 0 10px;
	width: 251px;
	height: 44px;
	font: 1em/1.3 Arial, Helvetica, sans-serif;	
	color: white;
	background-color: #92d600;
	overflow: hidden;
}
body#the-ultimate-challenge #game-share #embed textarea.code-to-copy {
	background-color: #494949;
}
#stats {
	margin-top: 40px;
}
#stats #main-info {
	float: left;
	width: 560px;
}
#stats #side-info {
	width: 330px;
	float: left;
}
#stats #my-stats {
	padding: 0;
	width: 540px;
	height: 297px;
	background: url('../content/images/layout/stats-my_stats_panel_bg.png') no-repeat;
	overflow: auto;
}
#stats #my-stats h2 {
	margin: 25px 0 15px 20px;
	width: 82px;
	height: 24px;
	background: url('../content/images/layout/bg-header-my_stats.png') no-repeat;
	text-indent: -9999em;
	float: left;
}
#stats #my-stats a.edit-profile {
	margin: 20px 5px 0 0;
	width: 82px;
	height: 35px;
	background: url('../content/images/layout/button-edit_profile.png') no-repeat;
	display: block;
	text-indent: -9999em;
	float: right;
}
#stats #my-stats a.edit-profile div {
	height: 35px;
	background: url('../content/images/layout/button-edit_profile.png') no-repeat;
	background-position: 0 -35px;
	display: none;
}
#stats #my-stats table {
	width: 520px;
	margin: 0 10px;
	background: url('../content/images/layout/bg-table-stats.png') no-repeat;
	clear: both;
}
#stats #my-stats table th {
	color: white;
	text-indent: -9999em;
}
#stats #my-stats table .col1 {
	padding: 0 0 0 12px;
}
#stats #my-stats table col.col1 {
	width: 155px;
}
#stats #my-stats table col.col2 {
	width: 58px;
}
#stats #my-stats table col.col3 {
	width: 53px;
}
#stats #my-stats table col.col4 {
	width: 118px;
}
#stats #my-stats table td.col4,
#stats #my-stats table td.col5 {
	padding-left: 17px;
}
#stats #my-stats table th {
	background-repeat: no-repeat;
	background-position: left center;
}
#stats #my-stats table th.col1 {
	background-image: url('../content/images/layout/bg-table_header-challenge.png');
	background-position: 12px center;
}
#stats #my-stats table th.col2 {
	background-image: url('../content/images/layout/bg-table_header-rank.png');
}
#stats #my-stats table th.col3 {
	background-image: url('../content/images/layout/bg-table_header-score.png');
}
#stats #my-stats table th.col4 {
	background-image: url('../content/images/layout/bg-table_header-uk_and_ireland_avg.png');
}
#stats #my-stats table th.col5 {
	background-image: url('../content/images/layout/bg-table_header-uk_and_ireland_best.png');
}
#stats #my-stats table tr:hover td, 
#stats #my-stats table tr.hover td {
	color: #73a800;
}
#stats #game-history {
	padding: 30px 0 104px;
	width: 555px;
	float: left;
}
#stats #game-history h2 {
	margin: 0 0 15px 11px;
	width: 132px;
	height: 25px;
	background: url('../content/images/layout/bg-header-game_history.png') no-repeat;
	text-indent: -9999em;
}
#stats #game-history h3 {
	width: 264px;
	height: 27px;
	background: no-repeat;
	text-indent: -9999em;
	margin-bottom: 10px;
}
#stats #game-history .graph-container.hover h3 {
	background-position: 0 -27px;
}
#stats #game-history #business-iq h3 {
	background-image: url('../content/images/layout/bg-header-business_iq.png');
}
#stats #game-history #intelligence h3 {
	background-image: url('../content/images/layout/bg-header-intelligence.png');
}
#stats #game-history #physical h3 {
	background-image: url('../content/images/layout/bg-header-physical.png');
}
#stats #game-history #mental-agility h3 {
	background-image: url('../content/images/layout/bg-header-mental_agility.png');
}
#stats #game-history #general-knowledge h3 {
	background-image: url('../content/images/layout/bg-header-general_knowledge.png');
}
#stats #game-history #observation h3 {
	background-image: url('../content/images/layout/bg-header-observation.png');
}
#stats #iq-card {
	padding: 11px;
	width: 199px;
/*	height: 414px;*/
	float: left;
	background: #ededed url('../content/images/layout/stats-iq_card_panel_bg.png') no-repeat;
	border: 1px solid #c9c9c9;
	/* CSS 3 */
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	/* CSS 3 */	
}
#stats #iq-card h1 {
	margin: 0 0 10px;
	padding: 16px 0 8px 20px;
	width: 179px;
	float: left;
/*	font-size: 18px;*/
	font-size: 1.6363em;
	position: relative;
	color: white;
	background: #0D8167 no-repeat;
	visibility: hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#stats #iq-card #avatar {
	width: 124px;
	height: 145px;
	float: left;
	background: url('../content/images/layout/stats-iq_card-avatar_bg.png') no-repeat;
	position: relative;
}
#stats #iq-card #avatar img {
	width: 102px;
	height: 122px;
	padding: 11px;
	position: absolute;
}
#stats #iq-card #iq-score {
	margin-left: 1px;
	width: 74px;
	height: 145px;
	float: left;
	background: url('../content/images/layout/stats-iq_card-score_bg.png') no-repeat;
}
#stats #iq-card #iq-score dl {
	margin: 55px 0 0;
}
#stats #iq-card #iq-score dl dt {
	margin: 0 0 7px;
	height: 9px;
	display: block;
	background: url('../content/images/layout/bg-header-iq_score.png') no-repeat center 0;
	text-align: center;
	text-indent: -9999em;
}
#stats #iq-card #iq-score dl dd {
	font-size: 2.2727em;
/*	font-size: 25px;*/
	line-height: 23px;
	color: white;
	text-align: center;
}
#stats h2.iq-breakdown {
	background:transparent url(../content/images/layout/bg-header-iq-breakdown.png) no-repeat scroll 0 0;
	height:23px;
	margin:0 0 15px 11px;
	text-indent:-9999em;
	width:136px;
	display:block;
	float:left;
	margin: 29px 0 17px 21px;
}
#stats #pie-chart {
	float: left;
	clear: both;
	width: 221px;
	height: 222px;
	background: url('../content/images/layout/stats-pie_chart_panel_bg.png') no-repeat;
}
#stats .graph-container {
	float: left;
	width: 264px;
	margin: 0 13px 12px 0;
}
#stats .history-graph {
	margin: 0 0 1px;
	width: 264px;
	height: 166px;	
	background: url('../content/images/layout/stats-history_graph.png') no-repeat;
}
#stats #business-iq .history-graph {
	background-image: url('../content/images/layout/stats-history_graph2.png');
}
#stats #game-history .graph-container.hover .history-graph {
	background-position: 0 -195px;
}
#stats .graph-controller {
	width: 254px;
	height: 27px;	
	background: url('../content/images/layout/stats-history_graph.png') no-repeat;
	background-position: 0 -167px;
}
#stats #game-history .graph-container.hover .graph-controller {
	background-position: 0 -362px;
}
#stats #iq-card ul.tabs {
	margin: 9px 0 0;
	text-indent: -9999em;
	float: left;
	width: 100%;
	overflow: auto;
}
#stats #iq-card ul.tabs li {
	float: left;
	margin-right: 1px;
}
#stats #iq-card ul.tabs li a {
	height: 100%;
	width: 100%;
	display: block;
}
#stats #iq-card ul.tabs li.n1 {
	width: 48px;
	height: 24px;
	background: url("../content/images/layout/bg-tabs-2010.png") no-repeat;
}
#stats #iq-card ul.tabs li.n2 {
	width: 48px;
	height: 24px;
	background: url("../content/images/layout/bg-tabs-2009.png") no-repeat;
}
#stats #iq-card ul.tabs li.here {
	background-position: 0 -24px;
}
#stats #iq-card table {
	margin: 0 0 10px;
	width: 100%;
	float: left;
	background: url('../content/images/layout/stats-iq_card-table_bg.png') no-repeat;
}
#stats #iq-card table tr.last-child td {
	padding: 0 0 12px;
}
#stats #iq-card table th {
	color: white;
	height: 37px;
	text-indent: -9999em;
}
#stats #iq-card table td {
	line-height: 19px;
	vertical-align: middle;
}
#stats #iq-card table.yearly-data col.col1 {
	width: 104px;
}
#stats #iq-card table.yearly-data col.col2 {
	width: 40px;
}
#stats #iq-card table.yearly-data col.col3 {
	width: 22px;
}
#stats #iq-card table.yearly-data th.col1 {
	background: url('../content/images/layout/bg-table_header-challenge.png') no-repeat 10px 10px;
}
#stats #iq-card table.yearly-data th.col2 {
	background: url('../content/images/layout/bg-table_header-score.png') no-repeat 0 10px;
}
#stats #iq-card table.yearly-data th.col3 {
	background: url('../content/images/layout/bg-table_header-grade.png') no-repeat 0 10px;
}
#stats #iq-card table.yearly-data td.col1 {
	padding-left: 12px;
}
#stats #iq-card table.yearly-data td.col2 {
	padding-left: 6px;
	color: #73a800;
}
#stats #iq-card table.yearly-data td.col3 {
	padding-left: 5px;
	width: 24px;
}
#stats #iq-card a.embed,
#stats #iq-card a.embed div {
	width: 63px;
	height: 33px;
	display: block;
	float: left;
	background: url('../content/images/layout/button-embed2.png') no-repeat;
	text-indent: -9999em;
}
#stats #iq-card a.embed div {
	background-position: 0 -35px;
	display: none;
}
#stats #iq-card p#embed-text {
	margin: 10px 0 0 8px;
	width: 115px;
	height: 7px;
	float: left;
	background: url('../content/images/layout/stats-iq_card_panel-text.png') no-repeat;
	text-indent: -9999em;
}
#stats #tooltip {
	z-index: 9999;
}
#start-training #main-text {
	margin: 40px 0 0 20px;
	width: 265px;
	float: left;
}
#start-training #main-text h1 {
	width: 163px;
	height: 49px;
	background: url('../content/images/layout/bg-header-what_is_business_brain_training.png') no-repeat;
	text-indent: -9999em;
}
ul#game-types {
	padding: 40px 0 84px 56px;
	width: 480px;
	float: left;
}
ul#game-types li {
	margin: 0 20px 20px 0;
	width: 220px;
	height: 115px;
	text-indent: -9999em;
	float: left;
}
ul#game-types li a,
ul#game-types li div {
	width: 220px;
	height: 115px;
	display: block;
	cursor: pointer;
}
ul#game-types li div {
	background-position: 0 -115px;
	display: none;
}
ul#game-types li.t1,
ul#game-types li.t1 div {
	background-image: url('../content/images/layout/start_training-game_type-intelligence.png');
}
ul#game-types li.t2,
ul#game-types li.t2 div {
	background-image: url('../content/images/layout/start_training-game_type-physical.png');
}
ul#game-types li.t3,
ul#game-types li.t3 div {
	background-image: url('../content/images/layout/start_training-game_type-mental_agility.png');
}
ul#game-types li.t4,
ul#game-types li.t4 div {
	background-image: url('../content/images/layout/start_training-game_type-general_knowledge.png');
}
ul#game-types li.t5,
ul#game-types li.t5 div {
	background-image: url('../content/images/layout/start_training-game_type-observation.png');
}
#register {
	height: 411px;
}
#register p,
#register #main-text h1 {
	margin: 0 0 15px;
}
#register #main-text {
	margin: 101px 0 0;
	padding: 0 28px 0 20px;
	width: 248px;
	position: relative;
	float: left;
	background: url('../content/images/layout/border-vertical.png') no-repeat right top;
}
#register #main-text h1 {
	width: 239px;
	height: 47px;
	top: -61px;
	position: absolute;
	background: url('../content/images/layout/bg-header-start_your_business_brain_training_today.png') no-repeat;
	text-indent: -9999em;
}

#register #main-text ul {
	margin-left: 15px;
	margin-bottom: 10px;
}
#register #main-text ul li 
{
	list-style-type: disc;
}
#register #registration-links {
	margin: 101px 0 0;
	padding: 0 0 0 28px;
	float: left;
	width: 315px;
}
#register #registration-links ul li {
	text-indent: -9999em;
}
#register #registration-links ul li a {
	width: 100%;
	height: 100%;
	display: block;
}
#register #registration-links ul li.l1 {
	width: 173px;
	height: 33px;	
	background: url('../content/images/layout/register-link-business_brain_training.png') no-repeat;
}
#register #registration-links ul li.l2 {
	width: 173px;
	height: 33px;
	background: url('../content/images/layout/register-link-facebook.png') no-repeat;
}
#register #registration-links ul li.l3 {
	width: 173px;
	height: 33px;
	background: url('../content/images/layout/register-link-twitter.png') no-repeat;
}
#about #col1 {
	margin-top: 88px;
	padding: 0 48px 115px 19px;
	width: 255px;
	float: left;
}
#about #col2 {
	margin-top:60px;
	width: 299px;
	float: left;
}
#about #col2 a 
{
	color: #0D8167;
	text-decoration: underline;
}
#about #col2 a:hover
{
	color: #777777;
	text-decoration: underline;
}

#about h1 {
	margin: 0 0 16px;
	width: 226px;
	height: 50px;
	top: 40px;
	position: absolute;
	background: url('../content/images/layout/bg-header-why_sage_and_brain_training2.png') no-repeat;
	text-indent: -9999em;
}
#about #col2 p {
	width: 255px;
}
#about #about-video {
	background: url('../content/images/layout/bg-about_video.png') no-repeat;
	width: 546px;
	height: 383px;
}
#about #about-video #flash-container {
	width: 486px;
	height: 323px;
	padding: 30px;
}
#about ul#sage-links {
	position: relative;
}
#about ul#sage-links li {
	height: 34px;
	text-indent: -9999em;
	position: absolute;
}
#about ul#sage-links li a {
	width: 100%;
	height: 34px;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
}
#about ul#sage-links li div {
	height: 34px;
	background-repeat: no-repeat;
	background-position: 0 -34px;
	display: none;
}
#about ul#sage-links li.l1,
#about ul#sage-links li.l1 div {
	background-image: url('../content/images/layout/button-visit_sage3.png');
	width: 97px;
}
#about ul#sage-links li.l2,
#about ul#sage-links li.l2 div {
	background-image: url('../content/images/layout/button-visit_sage4.png');
	width: 97px;
}
#about ul#sage-links li.l3 {
	background-image: url('../content/images/layout/link-follow_sage_on_twitter3.png');
	width: 151px;
	left: 105px;
	top: 33px;
}
#about ul#sage-links li.l4 {
	background-image: url('../content/images/layout/link-join_sage_on_linked_in.png');
	width: 151px;
	left: 105px;
	top: 67px;
}
#about ul#sage-links li.l2 {
	left: 0;
	top: 66px;	
}
#about ul#sage-links li.l1 {
	left: 0;
	top: 30px;
}
#about img.main-image {
	margin: 88px 0 162px;
	float: right;
}
body#the-ultimate-challenge {
	background: #1a1a1a url('../content/images/layout/bg-body-the_ultimate_challenge.png') repeat-x;
}
body#the-ultimate-challenge #main-content {
	background: transparent;
}
body#the-ultimate-challenge ul#game-types li.t1,
body#the-ultimate-challenge ul#game-types li.t1 div {
	background-image: url('../content/images/layout/tuc-game_type-intelligence.png');
}
body#the-ultimate-challenge ul#game-types li.t2,
body#the-ultimate-challenge ul#game-types li.t2 div {
	background-image: url('../content/images/layout/tuc-game_type-physical.png');
}
body#the-ultimate-challenge ul#game-types li.t3,
body#the-ultimate-challenge ul#game-types li.t3 div {
	background-image: url('../content/images/layout/tuc-game_type-mental_agility.png');
}
body#the-ultimate-challenge ul#game-types li.t4,
body#the-ultimate-challenge ul#game-types li.t4 div {
	background-image: url('../content/images/layout/tuc-game_type-general_knowledge.png');
}
body#the-ultimate-challenge ul#game-types li.t5,
body#the-ultimate-challenge ul#game-types li.t5 div {
	background-image: url('../content/images/layout/tuc-game_type-observation.png');
}
body#the-ultimate-challenge ul#game-types li.t6,
body#the-ultimate-challenge ul#game-types li.t6 div {
	background-image: url('../content/images/layout/tuc-game_type-all_time_greats.png');
}
#tuc-frame #main-text,
#tuc-login #main-text,
#tuc-ur-great #main-text,
#greats-main-text {
	padding: 20px 0 0 20px;
	width: 299px;
	float: left;
	color: white;
}
#greats-main-text {
	width: 274px;
	clear: none;
}
#tuc-ur-great #main-text {
	padding-top: 38px;
}
#tuc-ur-great #main-text #share-your-medal {
	width: 299px;
	padding: 0 0 50px 20px;
	left: -20px;
	position: relative;
	background: url('../content/images/layout/tuc-all_time_great_badge.png') no-repeat 0 70px;	
}
body#the-ultimate-challenge ul#game-types {
	padding-left: 22px;
}
#tuc-frame #main-text img.badge,
#tuc-login #main-text img.badge,
#greats-main-text img.badge {
	left: -20px;
	position: relative;
}
#tuc-frame #main-text h1,
#tuc-login #main-text h1,
#tuc-ur-great #main-text h1,
#greats-main-text h1 {
	margin: 4px 0 0;
	width: 263px;
	height: 19px;
	background: url('../content/images/layout/bg-header-all_time_great.png') no-repeat;
	text-indent: -9999em;
}
#tuc-ur-great #main-text h1,
#tuc-login #main-text h1 {
	width: 210px;
	height: 44px;
	background-image: url('../content/images/layout/bg-header-youre_an_all_time_great.png');
}
#tuc-ur-great #main-text h2,
#tuc-login #main-text h2 {
	margin: 0 0 30px;
	height: 56px;
	background: url('../content/images/layout/bg-header-share_your_medal.png') no-repeat 0 30px;
	border-top: 1px solid #404040;
	text-indent: -9999em;
}
#tuc-frame #main-text p,
#tuc-ur-great #main-text p,
#tuc-login #main-text p {
	margin: 19px 0 27px;
	padding-right: 45px;
}
#tuc-ur-great a.copy,
#tuc-ur-great #main-text input.code-to-copy {
	margin-left: 135px;
}
#tuc-ur-great #main-text input.code-to-copy {
	width: 122px;
	margin-bottom: 19px;
	padding: 20px;
	color: #c3c3c3;
	background-color: black;
}
#tuc-ur-great a.copy,
#tuc-ur-great a.copy div {
	width: 50px;
	height: 26px;
	display: block;
	background: url('../content/images/layout/button-copy2.png') no-repeat;
	text-indent: -9999em;
}
#tuc-ur-great a.copy div {
	background-position: 0 -26px;
	display: none;
}
#tuc-login #already-registered,
#tuc-login #not-registered {
	padding: 33px 21px 196px 21px;
	margin: 41px 20px 0 0;
	width: 179px;
	height: 252px;
	float: left;
	background: url('../content/images/layout/tuc-login_panel_bg.png') no-repeat;
}
#tuc-login #already-registered h2,
#tuc-login #not-registered h2 {
	margin-bottom: 16px;
	height: 17px;
	text-indent: -9999em;
	background-repeat: no-repeat;	
}
#tuc-login #already-registered h2 {
	width: 144px;
	background-image: url('../content/images/layout/bg-header-im_already_registered.png');
}
#tuc-login #not-registered h2 {
	background-image: url('../content/images/layout/bg-header-id_like_to_register.png');
	width: 113px;
}
#tuc-login #already-registered input {
	padding: 5px 12px;
	width: 151px;
	margin-top: 10px;
	background-color: #494949;
	color: #c3c3c3;
}
#tuc-login #already-registered label {
	display: block;
	color: #a5a5a5;
	text-transform: uppercase;
	font-size: 0.9090em;
	line-height: 0.8em;
}
#tuc-login #already-registered label span {
	display: block;
	text-indent: -9999em;
}
#tuc-login #already-registered label.password {
	padding: 23px 0 30px 0;
	border-bottom: 1px solid #393939;
}
#tuc-login #already-registered label.email span {
	width: 69px;
	height: 7px;	
	background: url('../content/images/layout/tuc-header-email_address.png') no-repeat;
}
#tuc-login #already-registered label.password span {
	width: 49px;
	height: 7px;
	background: url('../content/images/layout/tuc-header-password.png') no-repeat;
}
#tuc-login #already-registered button {
	padding: 0;
	margin-top: 30px;
	width: 61px;
	height: 26px;
	background: url('../content/images/layout/button-submit.png') no-repeat;
	display: block;
	text-indent: -9999em;
}
#tuc-login #already-registered button div {
	width: 61px;
	height: 26px;
	background: url('../content/images/layout/button-submit.png') no-repeat;
	background-position: 0 -26px;
	cursor: pointer;
	display: none;
}
#tuc-login #not-registered h3 {
	padding: 0 0 10px;
	width: 77px;
	height: 7px;
	background: url('../content/images/layout/bg-header-not_registered.png') no-repeat;
	text-indent: -9999em;
}
#tuc-login #not-registered a {
	width: 122px;
	height: 26px;
	display: block;
	background: url('../content/images/layout/button-register_as_a_player.png') no-repeat;
	text-indent: -9999em;
}
#tuc-login #not-registered a div {
	width: 122px;
	height: 26px;
	background: url('../content/images/layout/button-register_as_a_player.png') no-repeat;
	background-position: 0 -26px;
	display: none;
	cursor: pointer;
}
#legal {
	padding-bottom: 104px;
}
#legal #terms {
	padding: 35px 40px 35px 37px;
	margin-top: 81px;
	width: 612px;
	position: relative;
	background: #efefef url("../content/images/layout/privacy_policy-bg_gradient.png") repeat-x;
	border: 1px solid #c9c9c9;
/* CSS 3 */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
/* CSS 3 */
}
#legal ol {
	list-style: none;
	list-style-position: outside;
}
#legal ol li span {
	margin-left: -40px;
	float: left;
	width: 20px;
	color: #0d8167;
	font-weight: bold;
	line-height: 1.3em;
}
#legal ol li li span {
	color: #777;
	font-weight: normal;
}
#legal ol.root-list > li {
	padding-left: 25px;
}
#legal h1#privacy-policy {
	width: 245px;
	height: 24px;
	top: -41px;
	left: 24px;
	position: absolute;
	background: url('../content/images/layout/bg-header-privacy_and_cookie_policy.png') no-repeat;
	text-indent: -9999em;
}
#legal h1#t-and-c {
	width: 297px;
	height: 19px;
	top: -41px;
	left: 24px;
	position: absolute;
	background: url('../content/images/layout/bg-header-terms_of_use.png') no-repeat;
	text-indent: -9999em;
}
#legal h2,
#legal h3,
#legal h4,
#legal p,
#legal li {
	margin: 0 0 1.4em 0;
	line-height: 1.3em;	
}
#legal h2,
#legal h3 {
	color: #0d8167;
	font-weight: bold;
}
#legal h3 {
	color: #777;
}
#legal a {
	color: #0d8167;
	text-decoration: underline;
}
#login-overlay {
	padding: 41px;
	width: 362px;
	height: 288px;
	position: absolute;
	background: url('../content/images/layout/bg-login_overlay.png') no-repeat;
	z-index: 1000;
	display: none;
}
#login-overlay #forgot-password-content {
	display: none;
}
#login-overlay #forgot-password-content h6 {
	background-image: url("../content/images/layout/bg-header-forgot-password.png");
	width: 155px;
	height: 25px;
}
a.close-box {
	width: 33px;
	height: 37px;
	display: block;
	background: url('../content/images/layout/overlay-close_button.png') no-repeat;
	text-indent: -9999em;
	position: absolute;
	right: 6px;
	top: 7px;
}
a.close-box div {
	width: 33px;
	height: 37px;
	background: url('../content/images/layout/overlay-close_button.png') no-repeat 0 -37px;
	display: none;
}
#login-overlay h6 {
	background: url('../content/images/layout/bg-header-login.png') no-repeat;
	width: 50px;
	height: 22px;
	text-indent: -9999em;
}
#login-overlay p {
	margin: 13px 0;
}
#login-overlay ul {
	overflow: auto;
	margin: 18px 0 0;
}
#login-overlay ul li {
	float: left;
	margin: 0 0 23px;	
}
#login-overlay ul li a {
	height: 33px;	
	display: block;
	text-indent: -9999em;	
}
#login-overlay ul li.bbt a {
	width: 173px;
	background: url('../content/images/layout/register-link-business_brain_training.png') no-repeat;
}
#login-overlay ul li.fb a {
	width: 173px;
	background: url('../content/images/layout/register-link-facebook.png') no-repeat;
}
#login-overlay form label {
	display: block;
}
#login-overlay form label span {
	padding: 0 0 10px;
	display: block;
	text-indent: -9999em;
	height: 7px;
}
#login-overlay form label.username span {
	background: url('../content/images/layout/overlay-login-email.png') no-repeat scroll top left;
	width: 100px;
}
#login-overlay form label.password span {
	background: url('../content/images/layout/overlay-login-password.png') no-repeat scroll top left;
	width: 49px;
}
#login-overlay form input {
	padding: 5px 12px;
	margin: 0 0 20px;
	width: 235px;
}
#login-overlay form button {
	width: 62px;
	height: 35px;
	background: url('../content/images/layout/button-log_in.png') no-repeat;
	text-indent: -9999em;
	display: inline-block;
	padding: 0;
	float: left;
	position: relative;
}
#login-overlay form button div {
	width: 62px;
	height: 35px;
	float: right;
	background: url('../content/images/layout/button-log_in.png') no-repeat;
	background-position: 0 -35px;
	cursor: pointer;
	display: none;
}
#login-overlay form a.forgot-password {
	margin: 7px 0 0 4px;
	color: #73a800;
	text-decoration: underline;
	float: left;
}
#login-overlay form .submit-container {
	overflow: auto;
}
#game-page #greats-main-text p {
	color: #c3c3c3;
}
#game-page .greats-table {
	margin: 30px 39px 0 0;
	width: 280px;
	height: 456px;
	float: left;
	background: no-repeat;
}
#game-page .greats-table .pagination {
	background: url('../content/images/layout/tuc-greats_table-pagination_bg.png') no-repeat;
	width: 280px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
#game-page .greats-table img {
	
}
body#the-ultimate-challenge .greats-table table {
	border-right: none;
	border-left: none;
}
body#the-ultimate-challenge .greats-table table td.col3 {
	color: #FF6001;
}
#game-page #intelligence {
	margin-right: 39px;
	margin-left: 50px;
}
#game-page .greats-table h2 {
	margin: 7px 0 17px;
	background: no-repeat;
	float: left;
	text-indent: -9999em;
	color: white;
	font-size: 18px;
	height: 17px;
}
#game-page #intelligence h2 {
	background-image: url('../content/images/layout/bg-header-intelligence2.png');
	width: 78px;
}
#game-page #physical h2 {
	background-image: url('../content/images/layout/bg-header-physical2.png');
	width: 54px;
}
#game-page #mental-agility h2 {
	background-image: url('../content/images/layout/bg-header-mental_agility2.png');
	width: 93px;
}
#game-page #general-knowledge h2 {
	background-image: url('../content/images/layout/bg-header-general_knowledge2.png');
	width: 133px;
}
#game-page #observation h2 {
	background-image: url('../content/images/layout/bg-header-observation2.png');
	width: 82px;
}
#game-page .greats-table a.play-challenge,
#game-page .greats-table a.play-challenge div {
	background: url('../content/images/layout/button-play_challenge.png') no-repeat;
	width: 98px;
	height: 26px;
	display: block;
	float: right;	
}
#game-page .greats-table a.play-challenge div {
	text-indent: -9999em;
	background-position: 0 -26px;
	display: none;
	cursor: pointer;
}
#game-page .greats-table table {
	background-image: url('../content/images/layout/tuc-all_time_greats-table_bg.png');
}
#game-page #physical {
	margin-right: 0;
	margin-left: 0;
}
#game-page #mental-agility {
	margin-left: 25px;
}
#game-page #observation {
	margin-right: 0;
	padding-bottom: 105px;
}
/**** Site Map ****/

#site-map {
	padding: 40px 0 0;
}
#site-map h1 {
	background: url('../content/images/layout/bg-header-site_map.png') no-repeat;
	width: 84px;
	height: 24px;
	text-indent: -9999em;
	margin: 0 0 16px 23px;
	line-height: 0.8em;
}
#site-map ul.root-level {
	background: url('../content/images/layout/sitemap-bg.png') no-repeat;
	width: 941px;
	height: 767px;
	margin: 0 0 156px;
	padding: 43px 0 0 13px;	
}
#site-map ul li:first-child {
	width: 183px;
}
#site-map ul ul li:first-child {
	width: auto;
}
#site-map ul li {
	float: left;
	width: 193px;
	height: 280px;
}
#site-map ul li.s4 {
	width: 280px;
}
#site-map ul li ul {
	padding:0 0 0 9px;
}
#site-map ul li ul li {
	float: none;
	height: auto;
	width: auto;
}
#site-map h2 {
	font-size: 1.7272em;
/*	font-size: 19px;*/
	height: 19px;
	color: #73a800;
	margin: 0 0 17px;
	padding: 4px 0 0 9px;	
	line-height: 0.8em;
	background: url('../content/images/layout/border-vertical_dots.gif') no-repeat left center;
}
#site-map h2 span {
	float: left;
}
#site-map li.s1 object {
	width: 50px;
}
#site-map li.s2 object {
	width: 80px;
}
#site-map li.s3 object {
	width: 95px;
}
#site-map li.s4 object {
	width: 163px;
}
#site-map li.s5 object {
	width: 50px;
}
#site-map li.s6 object {
	width: 54px;
}
#site-map h2 img {
	padding-top: 5px;
}
#site-map ul li ul li {
	font-size: 1.0909em;
/*	font-size: 12px;*/
	color: #777;
}
#site-map ul li ul li a:hover {
	text-decoration:underline;
	color:#73A800;
}

a.take-the-challenge,
a.take-the-challenge div {
	display: block;
	background: url('../content/images/layout/button-take_the_challenge2.png') no-repeat;
	width: 123px;
	height: 26px;
}
a.take-the-challenge div {
	background-position: 0 -26px;
	text-indent: -9999em;
	display: none;
	cursor: pointer;
}
span.validation-summary-errors {
	display: none;
}
ul.validation-summary-errors {
	margin: 1px 0 0 !important;
	padding: 0 !important;
}
ul.validation-summary-errors li {
	background: url("../content/images/layout/bullet-error_list.png") no-repeat left 50%;
	color: #666;
	padding: 0 0 0 32px !important;
	margin: 0 !important;
	height: 22px;
	line-height: 22px;
}

/**** Stats Page Embed ****/
#stats .code-to-copy {
	background-color:#92D600;
	color:white;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	font-variant:normal;
	font-weight:normal;
	height:44px;
	line-height:1.3;
	overflow:hidden;
	padding:10px 0 0 10px;
	width:169px;
	margin:0 10px 0 10px;
}

#stats a.copy-to-clipboard,
#stats a.copy-to-clipboard div {
	width: 121px;
	height: 35px;
	display: block;
	float: left;
	background: url('../content/images/layout/button-copy_to_clipboard_stats.png') no-repeat;
	margin:10px 0 0 10px;
}
#stats a.copy-to-clipboard div {
	background-position:0 -35px;
	display:none;
	text-indent:-9999em;
	margin:0 0 0 0;
}

#stats #embed-area {
	width:200px;
	height:160px;
	float:left;
	clear:both;
	background: url('../content/images/layout/stats-profile-embed-bg.png') no-repeat;
}

#stats #embed-info {
	text-indent:-99999em;
	background: url('../content/images/layout/profile-embed-info.png') no-repeat 11px 17px;
	height:50px;
	width:200px;
}

/**** Game page embed ****/
#game-stats #embed-text {
	display:none;
}
#game-stats #embed-area {
	clear:both;
	float:left;
	height:151px;
	margin-left:-92px;
	width:260px;
	padding:10px;
	background: url('../content/images/layout/game-profile-embed-bg.png') no-repeat;
}
#game-stats #embed-info {
	text-indent:-99999em;
	background: url('../content/images/layout/game-profile-embed-info.png') no-repeat 1px 11px;
	height:41px;
	width:260px;
}
#game-stats #embed-area .code-to-copy {
	background-color:#92D600;
	color:white;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	font-variant:normal;
	font-weight:normal;
	height:44px;
	line-height:1.3;
	overflow:hidden;
	padding:10px 0 0 10px;
	width:250px;
}
#game-stats a.copy-to-clipboard,
#game-stats a.copy-to-clipboard div {
	width: 121px;
	height: 35px;
	display: block;
	float: left;
	background: url('../content/images/layout/button-copy_to_clipboard.png') no-repeat;
	margin:10px 0 0 0;
}
#game-stats a.copy-to-clipboard div {
	background-position:0 -35px;
	display:none;
	text-indent:-9999em;
	margin:0 0 0 0;
}