/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearer
{
	display:block;
 
	width:auto;
	height:1px;
	clear:both;
}

a
{
	color:#92C7DE;
}


/* ----------FONT STYLES  ---------- */
body
{
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;

	font-size:0.85em;
	color:#27262a;
}

body a:hover
{
	text-decoration:underline;
}

  h1
{
	font-size:2.5em;
		font-family: "helvetica neue", helvetica, arial, sans-serif;
}

h3
{
	font-size:1.3em;
	line-height:1.2em;
		font-family: "helvetica neue", helvetica, arial, sans-serif;
	 
}

em
{
 
 
}

p
{
	line-height:1.6em;
	font-size:12px;
	 
		color:#555555;
}

/* --------------- */

.btn
{
color:#fff;
text-decoration:none;	
}


.orange25
{
	background: #FFA500;
	padding:5px 10px;
}


.green25
{
	background: #83CA37;
	padding:5px 10px;
	
}

.violet25
{
	background: #375FA3;
		padding:5px 10px;
}

.btn:hover
{
	text-decoration:underline;
	color:#c4c4c4;
	
}
html
{
	
}

body
{
	background: #5D6D84; /*27262a; */
 	
	
}


#container
{
	width:980px;
	margin:0 auto 50px auto;
 
	

}

#content
{
	position:relative;
	
}


#header, #content, #footer 

{
padding:20px;	
background: #fff;
clear:both;
 
}

#content.no-padding
{
	padding:0;
}


#header
{
	background:transparent;
}


ul#header-links
{
	float:right;
	margin-top:20px;
}

ul#header-links li
{
	float:right;
	margin-left:20px;
	text-align:right;
}

 a.top-signup
{
	background: url(../img/info/top-signup.png) top left no-repeat;	
	display:block;
	width: 64px;
	height:24px;
}


 a.top-login
{
	background: url(../img/info/top-login.png) top left no-repeat;	
	display:block;
	width: 64px;
	height:24px;
}


 a.top-logout
{
	background: url(../img/user/top-logout.png) top left no-repeat;	
	color: #fff;
	display:block;
	width: 64px;
	height:24px;
}



 a.top-login em,  a.top-signup em,  a.top-logout em
{
	display:none;
}

#footer
{
	clear:both;
	border-top:1px solid #c4c4c4;
	background: #e5e5e6;
}

#user-nav
{
	background: url(../img/user/black-gradient.png) top left repeat-x;	
	text-align:center;
	height:31px;
	padding: 9px 20px 0 20px;
	text-transform: capitalize;
	position:relative;

}


#user-nav span
{
	color:#fff;
	font-weight:bold;
	padding-top:3px;
}

#user-nav strong
{
	color:#fff;
	display:block;
	margin-top:3px;
}

#user-title
{
	left:50%;
	margin-left:-80px;
	position:absolute;
	text-align:left;
	width:200px;
}

#user-title img
{
	height:30px;
	float:left;
	margin:-3px 5px 0 0;
}

#user-title em
{
	font-style:normal; 
	display:block;
	padding:5px 0 0 0;
	font-size:12px;
	color:#fff;
}

#user-nav .user-avatar
{
	font-weight:normal;
	color:#fff;
	 padding:0px 0 0 0;
	display:block;
 	width:100px;
	margin:0 auto;
	text-align:left;
}

#user-nav .user-avatar img.user-img
{
 	float:left;
	height:25px;
	margin-right:5px;
}

#user-nav .user-avatar span
{
	 	float:left;
	padding-top:3px;
}

#user-nav .user-avatar.one70
{
	width:170px;
}


/*#user-nav a
{
	background:transparent url(../img/user/user-nav-btn.png) no-repeat scroll left -33px;
	color:#FFFFFF;
	height:18px;
	padding:6px 0 0;
	text-decoration:none;
	width:69px;
	font-size:12px;
}


#user-nav a.long
{
	background:transparent url(../img/user/user-nav-btn.png) no-repeat scroll left 0px;
	width:100px;
}
*/


.user-button a
{
	background:transparent url(../img/user/user-nav-btn2.png) no-repeat scroll left 0px;
	float:left;
	font-size:12px;
	color:#FFFFFF;
	height:18px;
	padding:6px 0 0 12px;
	text-decoration:none;
	
	
}


 

.user-button span
{
	background:transparent url(../img/user/user-nav-btn2.png) no-repeat scroll right 0px;
	float:left;
	font-size:12px;
	color:#FFFFFF;
	height:24px;
	display:block;
	width:12px;

}

.right
{
	float:right;
}

.left
{
	float:left;
}

#save20{
  margin: auto;
  width: 144px;
text-align:center;
}
#save20 div
{
	background: url(../img/user/beta-tester-blank.png)  left -2px repeat-x;	 
	position:relative;
	width:144px;
	height:117px;
	padding:10px 0 0 0;
}

#save20 div input{
	background-color:transparent;
	border:1px solid #CCCCCC;
	font-size:14px;
	font-weight:bold;
	display:block;
	padding:3px 5px; 
	text-align:center;
 	width:60px;
	margin: 0 auto;
	color:#555555;
}

#save20 em
{
	font-size:10px;
/*	color:orange;*/
	font-style:normal;
	display:block;
	margin: 0 0 8px 0;
}

#save20 strong
{
	color:#5d6d84;
	font-size:12px;
	font-weight:normal;
	line-height:1.2em;
	display:block;
	margin: 0 0 8px 0;
}




.clearer.border
{
	clear:both;
	border-top:1px solid #C2C8CB;
margin-top:30px;

 
}

ul.icons
{
	margin: 30px 0 30px 0;
	overflow:auto;

}

ul.icons a
{
	font-size:10px;
	color:#666;
	text-decoration:none;
}

ul.icons li:hover a,
ul.icons li.child-avatar a:hover span
 {
	color:#6CB5D4;
}

ul.icons li
{
	float:left;
	margin:0 20px 10px 0;
	width:63px;
	text-align:center;
	position:relative;
}

ul.icons li.dvds
{
width:81px;	
}


ul.icons li.edit-child
{
	margin:2px 0 0;
}


.edit-child a.top-icon
{
	position:absolute;´
	top:0;
	left:0;
	z-index:1000;
}

.edit-child img.user-img
{
	margin:0 0 4px 5px;
	position:relative;
	width:52px;
}


ul.icons li.child-avatar
{
	
}

ul.icons li.child-avatar a.avatar-gradient
{
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	display:none;
}

ul.icons li.child-avatar img.avatar-pic
{
	margin:0 0 0 0;
	position:relative;
	width:63px;
	height:63px;
	background:transparent url(../img/user/dvd-shadow.png) repeat-x scroll left bottom;
	padding-bottom:26px;
}


ul.icons li.child-avatar span
{
	display:block;
	width:63px;
	margin: -15px 0 0 0;
	overflow:hidden;
	white-space:nowrap;
	
}

.headline2
{
	background:#F0F2F2 none repeat scroll 0 0;
	border-bottom:1px solid #8694A5;
	clear:both;
	color:#8694A5;
	display:block;
	font-weight:normal;
	height:20px;
	padding:10px 0 0 10px;

}

a.right{
  float: right;
}

.headline1
{
	margin: 30px 0 20px 0;
}

.bg-wrapper.right
{
		background:#fff url(../img/user/bg-right.png) top right repeat-y;	
}

.bg-wrapper.left
{
		background:#fff url(../img/user/bg-left.png) top left repeat-y;	
}

.bg-wrapper.right.trophy-room
{
		background:#fff url(../img/user/bg-trophyroom.jpg) top right repeat-y;	
}


.px300
{

	width:300px;
 
}

.px300.left
{
	padding:0px 0 30px 20px;
}


 
.px300.right
{
	margin:0 20px;
	float:left;
}


.px300.right.in-game
{
	margin-left:40px;
	width:260px;
	
}

.pxAuto
{
	margin:0 0px 0 0px;
	width:auto;
 }

.px640
{
	margin:0 0px 0 0px;
	width:640px;
 }

.px640.left,
.pxAuto.left
{
	margin:0 0px 0 20px;
 
}

.px640.right
{
	width:640px;
	padding:0 20px 0 0px;
	float:left;
}


.px640 .headline2
{
		width:630px;
}

.pxAuto .headline2
{
		width:930px;
  height: auto;
	margin:30px 0 10px 0;
  padding: 10px 5px;
}


.px640.left.transparent
{
		background: url(../img/user/bgtransparent.png) top left repeat;
		overflow:auto;
		margin-top:30px;
		margin-bottom:30px;
		padding:10px;
		width:620px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
}


ul.vertnav
{
	margin: 0 0 0 -20px;
	width:300px;
}

ul.vertnav li { 
border-bottom:1px solid #C4C4C4;
}

ul.vertnav li a { 
color:#27262A;
display:block;
padding:10px 0 10px 20px;
text-decoration:none;
}

ul.vertnav  li a:hover
{
	background:#8BC1D9  ;
	color:#fff;
}

ul.vertnav li a.active
{
	
	background:#8BC1D9  ;
color:#fff;
	
}

.kid-stats
{
	margin:30px 0 0 0;
	border:1px solid #C2C7CB;
	padding: 0 0 10px 0;
	overflow:auto;
}

.kid-stats.last
{
	margin-bottom:50px;
}

.kid-stats h3 img
{
	width:30px;
	float:left;
	margin:0 5px 0 0;
}

.kid-stats h3
{
	background:#F0F2F2 none repeat scroll 0 0;
	border-bottom:1px solid #C2C7CB;
	height: 30px;
	padding: 5px;
	font-size:13px;
}

.get-updates
{
	margin:30px 0 0 0;
	padding:10px;
	background:#F0F2F2;
	border:1px solid #C2C7CB;
	 
	overflow:auto;
}

.get-updates label
{
	padding:0px 0 0 0;
	display:block;
	width:350px;
	float:left;
	padding:1px 0 0 0;
}
.get-updates input
{
	float:left;
}
.get-updates label a, li.head a
{
color: #5FA6CA;	
text-decoration:none;
}

.kid-stats ul.first
{
	clear:left;
	margin-left:35px;
}

.kid-stats ul
{
	float:left;
	width: 100px;
	margin:20px 5px 0 0;
}

.kid-stats ul li
{
	padding:5px 0 5px 0;
}

.box-white h3
{
	font-size:1em;
	margin-bottom: 10px;
	padding-bottom:10px;
	border-bottom:1px solid #C2C8CB;	
}

.box-white
{
		background:#fff;
		width: 240px;
		margin: 30px 0 0 20px;
		padding:10px;
		border:1px solid #C2C8CB;	
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
}

.in-game .box-white
{
		width: 240px;
		margin: 30px 0 0 0px;
}

.box-white.ad
{

}


h2.in-game-mul,
h2.in-game-div
{
		background: url(../img/user/mul-icon-small.png) center left no-repeat;
		padding:5px 0 5px 40px ;
		margin: 0px 0 20px 0;
}
h2.in-game-div
{
		background: url(../img/user/div-icon-small.png) center left no-repeat;
}

h2.in-game-add,
h2.in-game-sub
{
		background: url(../img/user/add-icon-small.png) center left no-repeat;
		padding:5px 0 5px 40px ;
		margin: 0px 0 20px 0;
}
h2.in-game-sub
{
		background: url(../img/user/sub-icon-small.png) center left no-repeat;
}
ul#add-video
{
margin:30px 0 30px 0;
padding:10px;
 
border:1px solid #C2C7CB;

overflow:auto;

}

li.head h3
{background:#F0F2F2 none repeat scroll 0 0;
border-bottom:1px solid #C2C7CB;
 font-size:13px;
height:15px;
padding:15px;
margin: -10px -10px 0px -10px;
}

li.head a
{
	margin-top:10px;
}

ul#add-video li
{
margin: 0 0 20px 0;
 clear:both;
	line-height:1.6em;
	font-size:12px;	 
	color:#555555;
 
}

ul#add-video li label
{
	display:block;
	width: 150px;
	float:left;
}

ul#add-video li.controls
{
	border-top:1px solid #C2C7CB;
	padding-top:10px;
	margin-bottom:10px;
}

.kids-perfomance h2.headline2
{
	margin:30px 0 20px 0;
	width:auto;
}

.kids-perfomance ul li
{
	margin: 0 0 5px 0;
	padding: 0 10px 5px 10px;
	border-bottom:1px solid #C2C7CB;
	clear:both;
	overflow:auto;
}



.kids-perfomance ul li em
{
	
background: url(../img/user/single-coin.png) center left no-repeat;
display:block;
height:15px;
padding-top:3px;
padding-left:20px;
	float:right;
	font-size:12px;
width:125px;
text-align:left;
	 font-style:normal;
		color:#555555;
	
}

.kids-perfomance 
{
	margin: 0 0 30px 0;
	overflow:auto;
}

.kids-perfomance  a
{
	color:#6CB5D4;
	font-size:12px;
	text-decoration:none;
}

.kids-perfomance strong
{
	float:left;
	margin:2px 5px 0 0;
}









 a.challenge-level
{
background: url(../img/user/btn-challenge.png) top left no-repeat;	
display:block;
height:20px;
width:83px;
float:left;
padding-top:2px;
}

a.challenge-level span
{
	display:none;
}

.treasure-box
{
	background:url(../img/user/bg_images2.png) no-repeat scroll -5px -427px;
	height:58px;
	padding:0 0 0 75px;
	clear:both;
	font-size:12px;
	color:#555;

}

#play-level-now a img
{
	float:right;
	height:100px;
}

#play-level-now a.button
{
	background:url(../img/user/btn-go-to-level.png) top center no-repeat;
	display:block;
	width:288px;
	height: 88px;
	margin-left:25px;
}

#play-level-now a.button em
{
	display:none;
}

#play-level-now 
{
	overflow:auto;
}



#trophy-bonus-screen {
	text-align: center;
}

.session-standing 
{
	padding-left:40px;
	background: url(../img/user/key.png) top left no-repeat;
  height: auto;
}

.session-standing h3
{
	font-size:1.3em;
	margin: -5px 0 20px 35px;
  
}

.session-standing h3 span
{
	font-weight:normal;
}
.session-standing ul li
{
	font-size:1.3em;
}


.session-standing li.total
{
	background:url(../img/user/money-stack.png)  300px 10px no-repeat;
	width:450px;
	padding: 20px 10px 5px 10px;
	text-align:center;
	border-top:1px solid #C2C7CB;
	margin-left:30px; 
}

.session-standing li.total strong, span#total_points
{
	font-size:2.2em;
	color:#27262a;
	font-weight:normal;
	
}

.session-standing li.points-overall
{
	line-height:1.6em;
	font-size:12px;
	padding-left:26px;
	color:#555555;
	text-align:center;
	margin-bottom:0;
	padding-bottom:0;
}

.session-standing li.next-round a
{
		background: url(../img/user/play-next-round.png) center right no-repeat;
		height:68px;
		width:219px;
		display:block;
		margin: 3px 0 0 135px;
}

.session-standing li.next-round a span
{
	display:none;

}
.session-standing li.up-next{
	text-align: center;
  overflow: visible;
}
.session-standing ul li
{
	margin: 0 0 5px 0;
	padding: 0 10px 5px 10px;

	clear:both;
 
}


.session-standing ul li
{
	width:450px;
	overflow:auto;
 	margin-left:30px;
}

.session-standing ul li em
{
	background: url(../img/user/single-coin.png) center right no-repeat;
	padding:0 20px 0 0;
	float:right;
	font-size:1.4em;
	font-style:normal;
}


.session-standing ul li strong.speedbonus
{
	border-bottom:1px solid #C2C7CB;
	display:block;
	margin-bottom:15px;
	margin-left:-10px;
	margin-top:20px;
	padding:0 0 10px 10px;
}

.time-left
{
	float:right;
	margin-top:-42px;
	font-size:12px;
	 
		color:#555555;
}

.time-left span
{
	margin-top:1px;
	background: #e0e1e2 url(../img/user/time-left.png)  no-repeat;
	background-position: -200px top;
	display:block;
	height:15px;
	width:200px;
	border:1px solid #C6C8C8;
}

.trophy 
{
 
	width:50px;
	height:53px;
	display:block;
}

.trophy.bronze
{
	background:url(../img/user/trophy-bronze.jpg) top left no-repeat;

}

.trophy.silver
{
	background:url(../img/user/trophy-silver.jpg) top left no-repeat;

}

.trophy.gold
{
	background:url(../img/user/trophy-gold.jpg) top left no-repeat;

}

.box-white.awards
{
	margin-bottom:30px;
	overflow:auto;
}


.awards p strong
{
	display:block;
	width:60px;
	float:left;
}

.awards p.about-trophy
{
	margin:5px 0 10px 0;
	}

.awards .trophy
{
	float:left;
	margin-right:5px;
}


.awards ul
{
	clear:both;
	margin:10px 0 0 0;
}

.awards ul li
{
	clear:both;
	overflow:auto;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #C2C7CB;
}

.level-key
{
		border-bottom:1px solid #C2C7CB;
		margin-bottom:10px;
		padding-bottom:10px;
		overflow:auto;
		padding-left:7px;
}

.level-key span
{
	background: #fff url(../img/user/level-key.jpg)  left -36px no-repeat;
	margin-right:5px;
	width:41px;
	height:27px;
	display:block;
	float:left;
}

.level-key span.active
{
	background: #fff url(../img/user/level-key.jpg)  left top no-repeat;
	
}

#select-stats
{
	margin:20px 20px 0 60px;
}

#stats-panel
{
	margin-bottom:30px;
 
}



ul#dvd-list
{
 
	margin:0px 0 0 0px;
	padding-left:0px;

 
}


ul#dvd-list li
{
clear:both;
	background:url(../img/user/dvd-shell.png)  left top repeat-x;
	height:179px;
	padding-left:20px;
	
 
}

ul#dvd-list li img 
{
  height: 113px;
 
}

ul#dvd-list li span
{
	float:left;
	display:block;
	width:140px;
	margin:50px 20px 0 0;	
	text-align:center;
/*	border:1px solid red;*/
}

ul#dvd-list li span.last
{
	margin-right:0;
}

ul#dvd-list li a,
#about-dvd span
	{

	 	padding-bottom:23px;
		background:url('../img/user/dvd-shadow.png')  left bottom repeat-x;
	
	}

	ul#dvd-list li p
	{

display:none;

	}

	
ul#dvd-list li span:hover p
{
	background:#8FC6DD none repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	margin-left:30px;
	position:absolute;
	text-align:center;
	width:80px;
}

#about-dvd
	{
		width:280px;
	}

	#about-dvd, ul#dvd-playlist
	{
		margin-top:30px;
		margin-bottom: 30px;
	}
	
	
	 ul#dvd-playlist
	{
		border:1px solid #9299a2;
		
	}	
#about-dvd img
{
	width:280px;
} 	
	
#about-dvd p
{
	margin-top:20px;
}	
ul#dvd-playlist li
{
padding: 15px 20px;	
clear:both;
font-size:12px;
overflow:auto;
}	

ul#dvd-playlist li a img
{
	height:50px;
	float:left;
}


ul#dvd-playlist li strong
{
	display:block;
	float:left;
	width:280px;
	margin:15px 5px 0 10px;
	overflow:hidden;
	white-space:nowrap;
}


ul#dvd-playlist li em
{
	background: transparent url(../img/user/gold-coin.png) no-repeat scroll 0px 0px;
	padding-left:18px;
 
	display:block;
	font-style:normal;
	margin:15px 0 0 320px;
 
	width:130px;
}

ul#dvd-playlist li a.watch-now,
ul#dvd-playlist li a.locked
{
	display:block;
	float:right;
	margin:10px 0 0;
	padding:5px;
}

ul#dvd-playlist li.grey
{
	background:#E0E1E2;
}




ul#dvd-playlist li a.watch-now
{
		color:#fff;
		background:#8AC53E;
		text-decoration:none;

}

ul#dvd-playlist li a.watch-now:hover
{
	color:#fff;
	background:#6A992D;
}


ul#dvd-playlist li a.locked
{
	color:#666;
	text-decoration:line-through;
}

#player-settings
{
	margin:20px;
}

#player-settings li
{
	float:left;
	width:140px;
	margin:0 10px 10px 0;
	font-size:12px;
 
}

#player-settings li img
{
	width:120px;
	height:90px;
}

#player-settings li.level
{

 display:block;
width:940px;
	margin:30px 0 30px 0;
}

.calendar {
  border: 1px solid #C2C8CB;
  margin-top:30px;
  margin-left:2px;
margin-bottom:50px;
}

.calendar tr.cal-head
{
	height:30px;
}

.calendar th
{
	padding:3px;
}

.calendar tr.cal-head a
{
	font-size: smaller;
	display:block;
	 
	padding:3px;
}

.calendar tr.cal-head a:hover
{
	background: #85B6CA;
	color:#fff;
}

.calendar tr td{
 height:81px;
width:85px;
  border: 1px solid #C2C8CB;
padding:3px;
}
.calendar tr td .day-num{
	font-size: smaller;
	margin-bottom: 5px;
}
.calendar tr td .day-num em{
  color: green;
  font-weight: bold;
  margin-left: 5px;
}
.calendar tr td .day-content{
  /*padding: 5px;*/
  }
.calendar tr td.blank{
  background-color: #D8DADC;
}
.calendar tr td.current img{
  width: 25px;
  padding-right: 5px;
  padding-bottom: 5px;
  float: left;
}
.calendar tr td.current img.small{
	width: 12px;
}
.calendar tr td.current {
	font-size: 10px;

}

#page-messages
{
 
}

#page-messages .error-messages p
{
  color: red;
}

#page-messages .success-messages p
{
  color: green;
}



.session-results table.summary-table{
  float: left;
  padding: 5px;
  margin: 5px;
  width: 300px;
} 
.session-results table.summary-table thead tr th{ 
	border-bottom: 1px solid black;
  height: 30px;
}
.session-results table.summary-table thead tr th{
	vertical-align: bottom;
}
.session-results table.summary-table thead th em{
	font-size: smaller;
	font-weight: normal;
}
.session-results table.summary-table td.question-list{
	font-size: smaller;
}
.session-results table.summary-table tr.sub-head td{
	font-weight: bold;
}
ul#invite-friends, ul.form-list
{
	margin-left:40px;
	font-size:12px;
	color:#555555;
	margin-bottom:30px;
}

ul#invite-friends li, ul.form-list li
{
	clear:both;
	margin-bottom:10px;
}

ul#invite-friends p, ul.form-list li p
{
	padding:5px;
	line-height:1em;
}

ul#invite-friends li label, ul.form-list li label
{
float:left;
display:block;
width:140px;
margin:6px 20px 0 0;
font-weight:bold;
}

ul.form-list li a

{
	color:#7CB9D4;
}



ul#invite-friends li.last, ul.form-list li.last
{
	border-top:1px solid #C2C8CB;
	padding-top:10px;
	text-align:right;
}

.headline1.invite
{
	background:url('../img/user/invite.png') center left no-repeat;
	padding:10px 0 10px 40px;
	
}


ul#invite-friends input[type='text'], ul#invite-friends textarea, ul.form-list input[type='text'], ul.form-list input[type='password']
{
	border: 1px solid #C2C8CB ;
	padding:5px;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:12px;
 
}

ul.form-list input[type='submit']
{
	background:url('../img/user/continue.jpg') top left no-repeat;
	padding:3px 0 0 0;	
	height:52px;
	width:182px;
	border:0;
	color:#fff;
	text-align:center;
	font-size:16px;
	cursor:pointer;
}


/*ul.form-list input[disabled]
{
  background: none;
  color: gray;
}
*/


ul.form-list input[type='submit']:hover
{
	color:#000;
}

#boys
{
	background:url(../img/user/boys.png) bottom center no-repeat;
	width:219px;
	height:450px;
	right:43px;
}

.box-white.signup-kid
{
margin-bottom:350px;	
}

ul.form-list
{
	margin-bottom:200px;
	margin-top:30px;
}

.active-step
{
	font-weight:bold;
	color:#5D6D84;
}

.success-step
{
	color:green; 
} 
.signup fieldset{
  margin: 20px;

} 
.signup fieldset legend{
	margin-bottom: 20px;
}
.signup p{ 
	margin-bottom: 2em;
}
.signup p label{ 
  width: 10em;
  float: left;
  text-align: left;
  margin-right: 0.5em;
  display: block;
}
.signup p input{
	margin-left: .5em;
  width: 15em;
} 
.signup p #button-continue,
.signup p #button-sign-up{
  width: auto;
}
 span.checking{
 margin-left:5px;
 font-size:11px;
}
 span.success{
  color: green;
  background: none;
}
 span.error{
  color: red;
  background: none;
}
.signup-progress li{
  color: gray;
  margin: 5px;
}
.signup-progress li.done{
  color: green;
}
.signup-progress li.active{
  color: black;
}
 

ul.trophys
{
	margin:14px 0 60px;
	overflow:auto;
}

ul.trophys li
{
	float:left;
	text-align:center;
	margin: 0 10px 0 0;
  width: 90px;
}

ul.trophys li a.sign
{ 
	background:#fff none repeat scroll 0 0;
	color:#555555;
	display:block;
	font-size:10px;
	margin:0 auto 0;
	padding:3px;
 
	text-align:center;
	text-decoration:none;
  width: 90px;
	}

	ul.trophys li a.gold, 	ul.trophys li a.silver, ul.trophys li a.bronze
	{
		height:103px;
		margin:37px auto 0 auto;
		display:block;	
	}


	ul.trophys li a.gold
	{
		background:url('../img/user/gold.png') bottom left no-repeat;
		width:98px;

	}	
ul.trophys li a.silver
{
	background:url('../img/user/silver.png') bottom left no-repeat;
		width:81px; 
}	

ul.trophys li a.bronze
{
	background:url('../img/user/bronze.png') bottom left no-repeat;
		width:66px; 
}

.about-trophys
{
	padding-left:60px;
	margin-bottom:10px;	
	padding-bottom:10px;
	border-bottom:1px solid #C2C7CB;
}


.about-trophys.gold
{
	background:url('../img/user/p-gold.png')  left 10px no-repeat;
	border-top:1px solid #C2C7CB;
	margin-top:10px;
	padding-top:10px;
	height:52px;

}
.about-trophys.silver
{
	background:url('../img/user/p-silver.png')  5px top no-repeat;

	height:43px;
}
.about-trophys.bronze
{
	background:url('../img/user/p-bronze.png')  11px top no-repeat;
	
	height:35px;
}

.videoplayer
{
	margin:0px 0 0px 220px;
}

#movie-header
{ background:url('../img/user/bg-movie-header.png')  top left repeat-x;
height:30px;
margin:0 0 0 220px;
width:500px;

}


#movie-header a
{
	background:transparent url(../img/user/user-nav-btn.png) no-repeat scroll left -33px;
	color:#FFFFFF;
	height:18px;
	margin:2px 0 0 5px;
	padding:6px 0 0 13px;
	text-decoration:none;
	width:69px;
	font-size:12px;
}


.plant-logout
{
	margin:50px 0 50px 240px;
}

 

#upload-custom-avatar
{
	clear:both;
	margin:15px 0 30px 0;
	cursor:pointer;
	font-size:12px;
	color:#6CB5D4;
	
	}

#custom-avatar-container
{
	margin:-15px 0 30px 0;	
	font-size:12px;
	color:#555;
	clear:both;
}


#custom-avatar-container.account
{
padding-top:15px;
}

#avatars li,
#backgrounds li
{
float:left;
display:block;
}

#avatars li img,
#backgrounds li img
{
 opacity:.5;
width:40px;

margin:8px;
}
#avatars li img
{
	height:40px;
}

#backgrounds li img
{
	width:auto;
	height:80px;
}


#avatars li img:hover,
#backgrounds li img:hover{
 opacity:1;
cursor:pointer;
}

 #avatars li img.selected,
 #backgrounds li img.selected{
 opacity:1;
margin:5px;
border:1px solid #8AC53E;
background:#5D6D84;
padding:2px; 
}

ul.form-list.single
{
	margin-left:0;
}

.px640 .headline2.nowidth
{
	width:auto;
}

 

.session-result-list a strong:hover,
.session-result-list a em:hover,
.session-result-list a span:hover
{
 
			text-decoration:underline;

}

.session-result-list li
{
	clear:both;
	margin:0 0 10px 0;
	overflow: auto;
	border-bottom:1px solid #C2C8CB;
	padding:0 10px 10px 10px;
	
}

.session-result-list
{
	overflow:auto;
	margin: 0 0 30px 0;
	text-align:left;
}


.session-result-list a strong,.session-result-list a em, .session-result-list a span
{
	display:block;
	width:150px;
	float:left;
	padding:4px;
	color:#555;
	font-size:12px;
	 
}

.testtest a
{
	background:transparent url(../img/user/user-nav-btn2.png) no-repeat scroll left 0px;
	float:right;
	font-size:12px;
	color:#FFFFFF;
	height:18px;
padding:6px 0 0 10px;
	text-decoration:none;
	
}

.testtest span
{
	background:transparent url(../img/user/user-nav-btn2.png) no-repeat scroll right 0px;
	float:right;
	font-size:12px;
	color:#FFFFFF;
	height:24px;
	display:block;
	width:12px;
}
table.session-details
{
	width:100%;
	background:#E0E1E2;
	font-size:12px;
	margin-bottom:30px;
	border-left:1px solid #9299A2;
	border-bottom:1px solid #9299A2;
	text-align:center;
}

table.session-details th,
table.session-details td
{
	padding: 10px 3px 10px 3px;
	border-right:1px solid #9299A2;
}


 

table.session-details tr:hover td
{
	color:#fff;
	background:#8FC6DD;
	
}

table.session-details th
{
	background:url('../img/user/black-gradient.png') top left repeat-x;
	color:#fff;
 	font-size:11px;

	
}

table tr.alt td{
	background-color: #fff;
}

ul.session-details li
{
	clear:both;
	margin:0 0 5px 0;
	padding: 0 0 5px 0;
	font-size:12px;
}

ul.session-details li strong
{
	float:left;
	width:180px;
}

