/*
 * Main styles
 */
#player-wrapper,
#lobby-wrapper {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

#lobby-wrapper {
	position: relative;
	overflow: hidden;
	width: auto;
	min-width: 960px;
	margin: 0 auto;
}
* html #lobby-wrapper {
	width: 960px;
}

#lobby-wrapper-inner {
	position: relative;
	float: left;
	margin-top: 1em;
	left: 50%;
}


#lobby-conference-logo {
	position: relative;
	float: left;
	left: -50%;
	text-align: right;
	padding-right: 20px;
}

#lobby-agenda {
	float: left;
	width: 540px;
	left: -50%;
	padding-bottom: 2em;
	text-align: center;
}


#lobby-agenda-title h1 {
	margin: 0;
	font-size: 109%;
	border: 1px solid #000;
	border-bottom: none;
	color: #fff;
	background-color: black;
	padding: 4px;
}
#lobby-agenda-intro {
	display: none;
}
#lobby-agenda-intro-above {
}

.lobby-agenda-nav ol li.lobby-agenda-extra-block {
	background-color: white;
}
#lobby-wrapper .lobby-agenda-nav ol li a.lobby-agenda {
	color: black;
}
table.lobby-agenda-events {
	margin: 0;
}


#lobby-footer {
	position: absolute;
	bottom: 0;
	left: -50%;
	height: 1.33em;
	line-height: 1.33em;
	text-align: right;
	width: 100%;
}

.lobby-agenda-nav ol li, table.lobby-agenda-events tr.agenda-rooms td {
	background-color: black;
}

#player-header {
	background-color: #3076C5;
	color: #fff;
}

#denver-gold-conference-footer {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.lobby-agenda-nav ol li.current {
	background-color: #D1CFD0;
}

#lobby-wrapper .lobby-agenda-nav ol li.current a {
	color: black;
}

#lobby-wrapper a {
	color: #000066;
}

#player-wrapper a, #poll-wrapper a {
	color: #000066;
}

#login-description-container-div {
	width: 100%;
	margin-left: -50%;
	padding-bottom: 15px;
	overflow: visible;
	position: relative;
}

#login-description-div {
	text-align: left;
	width: 500px;
	margin: 0 auto;
	overflow: visible;
	position: relative;
}