* {
	font-family:  Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
	color: #183e8d;
}

h2 {
	font-size: 16px;
	color: #8F8F8F;
}

.container {
	width: 100%;
	height: 100%;
	padding: 0;
}

.centered-col {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	display:block;
}

.content {
	margin-top: 10px;
	width: 800px;
	float:right;
}

.menu {
	margin-top: 10px;
	display:block;
	width: 200px;
	text-align: justify;
	float:left;
}


.menu-conf {
	font-weight: bold;
	margin-top: 20px;
	color: #183e8d;
	font-size: 13px;
	display: block;
	width: 100%;
}

.menu-conf a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #183e8d;
}

.menu-arrow {
	position: absolute;
	margin-left: -20px;
	margin-top: 1px;
}

.locked {
	margin-right: 3px;
	
}

.menu-talks {
	font-size: 11px;
}

.menu-talk, .menu-talk-selected  {
	width: 100%;
	display: block;
}

.menu-talk-selected a, .menu-talk a:hover  {
	background-color: #e6ebf1;
}

.menu-talks-hidden {
	display: none;
}

.menu-talk a, .menu-talk-selected a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000;
	padding: 5px;
}
