#player-wrapper,
#lobby-wrapper {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
}

#player-wrapper {
	min-height: 580px;
}

#player-elements {
	min-height: 440px;
	background-color: #E2DCD0;

}
* 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: #01233F;
} 
#player-continue a:hover {
	color: #000000;	
	background-color: #E2DCD0;
	border: 2px solid #01233F;	

}


#player-wrapper {
	margin-top: 0em;
	margin-bottom: 1em;
	border: 0px solid #E4E4E4;	
	min-height: 577px;
}
#lobby-wrapper-inner {
	margin-top: 0em;
	margin-bottom: 1em;
	border: 0px solid #E4E4E4;	
	min-height: 377px;
}
#theme-header {
	border-bottom: 1px solid #01233F;
	border-top: 23px solid #01233F;	
        padding-left: 400px;
	background-color: #E2DCD0;

	
}
#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 #01233F;	
}
#lobby-footer {
	position: absolute;
	width: 940px;
	left: 0;
	padding: 0 10px;
	bottom: 0;	
}
#footer-copy {	
	padding: 0 1em;

}
#theme-subheader {
        padding: 5px 20px;
	background-color: #E2DCD0;
	
}
#theme-subheader h1,
#player-event-intro h1 {
	font-size: 24px;
	color: #01233F;
	margin: 1em 0 0.11em 0;
}
#theme-subheader h2,
#player-event-intro h2 {
	font-size: 120%;
	color: #01233F;
	margin: 0;
}

#player-event-intro {
	width: 450px;
	padding-right: 10px;
	background-color: #E2DCD0;

}
#player-event-access {
	width: 450px;
	padding: 20px 10px;
	margin: 0;	
	background-color: #E2DCD0;
}



/* 
 * 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: 20px;
}
#player-sections-container .section-info-subtitle h4 {
	margin-top: 2em;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
}

#player-slides-questions {
	padding-left: 0;
}

#player-questions {
	padding: 0;
	margin-right: 60px;
}

body.player-style-stacked #player-questions {
	margin-right: 60px;
}

#player-sections {
	padding: 0;
	margin-right: 140px;
}

#event-title-header {
    /*width: 100%;*/
     /*max-width: 70rem;*/
     /*margin-right: auto;*/
     /*margin-left: auto;*/
    /*padding-right: 5%;*/
     /*padding-left: 5%;*/
	 /*padding-top: 5px;*/
	 /*float: right;*/
}


bby-agenda-events {
    width: 900px;
}



table.lobby-agenda-events td.time-label {
    width: 75px;
    padding: 10px;
}

table.lobby-agenda-events,
table.lobby-agenda-events td,
table.lobby-agenda-events th {
    border-width: 0;
    border-top-width: 1px;
    border-color: #003946;
    margin-top: 0;

}

table.lobby-agenda-events td,
table.lobby-agenda-events th {
    text-align: left;
    border-bottom-width:1px;
    border-color: #aaa;
    padding: 10px;
}

table.lobby-agenda-events th {
    background-color: transparent;
    color: #333;
    font-size: 18px;
    padding-bottom: 2em;
}


.lobby-agenda-nav ol li,
table.lobby-agenda-events th,
table.lobby-agenda-events tr.agenda-rooms td  {
    background-color: #00519B;
}
.lobby-agenda-nav ol li.current {
    background-color: #CEE3F8;
}
.lobby-agenda-nav ol li.current a {
    color: #000 !important;
}

#lobby-footer-copy {
	float: left;
}

