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

h1 {
	font-size: 36px;
	color: #333333;
	font-weight: normal;
	font-family: "Calibri", Sans-Serif;
}

h2 {
	font-size: 16px;
}

a {
	text-decoration: none;
	color: #00859D;
}

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

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

.content {
	margin-top: 10px;
	width: 650px;
	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: #00859D;
	padding: 5px;
	text-decoration: none;
}

#langBox {
	padding: 3px;
	display:block;
	width: 100%;
	text-align: center;
}
