#player-wrapper,
#lobby-wrapper {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

#player-wrapper {
	min-height: 580px;
}

#player-elements {
	min-height: 440px;
}
* html #player-elements {
	height: 440px;
}




#player-wrapper a,
#lobby-wrapper a {
	color: #00693C;	
}
#player-wrapper a:hover,
#lobby-wrapper a:hover {
	color: #FA9A00;
}

#player-continue a {
	color: #fff;	
	background-color: #00693C;
} 
#player-continue a:hover {
	color: #fff;	
	background-color: #FA9A00;
}


#player-wrapper,
#lobby-wrapper-inner {
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px solid #E4E4E4;	
	min-height: 577px;
}
#theme-header {
	border-bottom: 1px solid #E4E4E4;	
}
#theme-header img {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;	
}

#lobby-agenda {
	padding-bottom: 40px;
}

#player-footer,
#lobby-footer {
	position: relative;
	height: 19px;
	line-height: 19px;
	border-top: 1px solid #E4E4E4;	
}
#lobby-footer {
	position: absolute;
	width: 940px;
	left: 0;
	padding: 0 10px;
	bottom: 0;	
}
#footer-copy {	
	padding: 0 1em;

}
#theme-subheader {
	padding: 0 20px;	
}
#theme-subheader h1,
#player-event-intro h1 {
	font-size: 18px;
	color: #00693C;
	margin: 1em 0 0.33em 0;
}
#theme-subheader h2,
#player-event-intro h2 {
	font-size: 100%;
	color: #00693C;
	margin: 0;
}

#player-event-intro {
	width: 450px;
	padding-right: 10px;
}
#player-event-access {
	width: 450px;
	padding: 20px 10px;
	margin: 0;	
	background-color: #eee;
}



/* 
 * Current Section Screen 
 * 
 */

#player-sections-container .section {
	/*background-color: #007c50;*/
	padding: 10px;
	min-height: 80px;
	color: #000;
}


#player-sections-container .section-info-title h3 {
	margin-top: 0.666em;
	text-align: center;
	font-size: 16px;
}
#player-sections-container .section-info-subtitle h4 {
	margin-top: 2em;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
}
