/*
 * Main wrapper for the player window
 * 
 * Global styles
 * 
 */
#lobby-wrapper {
	position: relative;
	font-family: Georgia, arial, helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 36px;
}
#lobby-wrapper h1,
#lobby-wrapper h2,
#lobby-wrapper h3 {
	font-weight: bold;
}
#lobby-wrapper h1 {
	font-size: 24px;	
}
#lobby-wrapper h2 {
	font-size: 16px;	
}
#lobby-wrapper h3 {
	font-size: 12px;	
}


#lobby-wrapper a {
	color: #006600;
}

#lobby-wrapper .hidden {
	display: none;	
}

/*
 * Colors
 */
#lobby-wrapper { 
	color: #333;
}

.lobby-agenda-nav ol li,
table.lobby-agenda-events,
table.lobby-agenda-events td,
table.lobby-agenda-events th {
	border-color: #000;	
}

.lobby-agenda-nav ol li,
table.lobby-agenda-events th {
	font-size: 109%;
	color: #fff;
}
.lobby-agenda-nav ol li,
table.lobby-agenda-events th {
	background-color: #144331;
}
.lobby-agenda-nav ol li.current {
	background-color: #cd9d0d;
}
#lobby-wrapper .lobby-agenda-nav ol li a {
	color: #fff;	
}

 
/*
 * Login Form
 * 
 * 
 */
.login .errorbox {
	font-weight: bold;
	color: red;	
}
.login table {
	margin: 0.33em 0;
	border: 0;	
	padding: 0;
}
.login table td {
	padding: 0 8px 8px 0;
}
.login table td.label  {
	width: 5.5em;
}
.login-recover {
	margin-top: 4em;	
}

/* 
 * Layout
 */

#lobby-wrapper {
	position: relative;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;	
}

#lobby-wrapper-inner {
	position: relative;
}


#lobby-conference-logo {
	position: relative;
	text-align: center;	
}
#lobby-conference-logo img {
	border: 0;
	padding: 0;
	margin: 0;	
}

#lobby-agenda {
	position: relative;
}

#lobby-agenda p.time-note {}

#lobby-agenda-title h1 {
	margin: 1em 0;
	font-size: 18px;
}
#lobby-agenda-intro p {}

#lobby-footer {
	position: relative;
	margin-top: 2em;
	height: 1.33em;
	line-height: 1.33em;
	text-align: right;
}
#lobby-footer-copy {
	float: right;
}
.lobby-agenda-nav ol {
	list-style: none;
	padding: 0;
	margin: 2em 0;
	text-align: center;

}
.lobby-agenda-nav ol li {
	color: #fff;
	padding: 7px;
	display: inline;
	background-color: #144331;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width:  1px;
	border-bottom-style: solid;
}
.lobby-agenda-nav ol li ,
table.lobby-agenda-events tr.agenda-rooms td {
	background-color: #144331;
}
.lobby-agenda-nav ol li.first {
	border-left-width:  1px;
	border-left-style: solid;
}
.lobby-agenda-nav ol li.current {
	background-color: #cd9d0d;
}
#lobby-wrapper .lobby-agenda-nav ol li a {
	color: #fff;	
}
table.lobby-agenda-events {
	margin-top: 2em;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-width:  1px;
	border-left-style: solid;
	width: 100%;
}
table.lobby-agenda-events th, 
table.lobby-agenda-events td {
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width:  1px;
	border-bottom-style: solid;
	vertical-align: top;
	padding: 4px;
	text-align: center;	
	
}
table.lobby-agenda-events tr.agenda-rooms td {
	font-weight: bold;
	color: #fff; 	
}
table.lobby-agenda-events td.event-live {
	background-color: #eee;	
}

table.lobby-agenda-events td h4 {
	margin: 0 0 0.33em 0;	
}
table.lobby-agenda-events td p {
	margin: 0.33em 0 0 0;	
}
table.lobby-agenda-events td.time-label {
	padding: 10px;
	width: 60px;
}

.agenda-event-logo {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	padding: 5px 0;
	
	text-align: center;	
}
.agenda-event-info, 
.agenda-event-link {
	position: relative;
	
}
.agenda-event-link {
	margin: 1em 0 1.33em 0;
	font-weight: bold;	
}
.agenda-event-has-logo {
	margin-left: 110px;
}
ul.agenda-event-documents {
	margin: 0.333em 0;
	padding: 0;
	list-style:none;
}
ul.agenda-event-documents li {
	margin: 0;
	padding: 0;
	font-size: 91%;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Twitter Follow Us */
.twitter-btn {
	font: normal normal normal 13px/26px 'Helvetica Neue',Arial,sans-serif;
	height: 28px;
	border-radius: 4px;
	max-width: 100%;
	box-sizing: border-box;
	position: relative;
	background: url("../images/bottom-line-bg.png") repeat-x;
	border: #CCC solid 1px;
	color: #333;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	text-decoration: none;

	margin-left: 5px;
}

.twitter-btn:hover {
	text-decoration: none;
}

.twitter-btn i {
	width: 21px;
	height: 16px;
	left: 4px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	background: transparent url('../images/twitter_button_birds.png') 0 0 no-repeat;
	background-position: -24px 0;

}

.twitter-btn .label {
	padding: 0 7px 0 29px;
	white-space: nowrap;
	color: #333;
}

/* footer social media buttons */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

#footer-div-social-buttons {
	margin-top: 4px;
	margin-right: 5px;
}

.fb_iframe_widget {
	margin-top: 4px;
}

#conference-search-form-id {
	float: right;
}

#conference-search-results-div-id {
}