
:focus {
	outline: none;
}

body {
	padding: 30px;
}

h1 {
	font-size: 24px;
	margin-bottom: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

h1 .code {
	display: block;
	font-size: 12px;
	font-family: Arial;
	margin-bottom: -2px;
}

h2 {
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}

h2 .code {
	font-weight: bold;
}

span.datetime {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

	span.datetime .time {
		color: #666;
	}
span.location {
	font-size: 14px;
	margin-left: 10px;
	color: #666;
}

span.location .room {
	color: #999;
}

h3 {
	display: block;
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: bold;
}
h4 {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #333;
}
h5 {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

div.speaker {
	margin: 15px;
	font-size: 12px;
	color: #999;
}




ul.abstractList {
	margin-bottom: 5px;
	display: block;
}

	ul.abstractList li {
		padding-bottom: 10px;
		padding-left: 50px;
	}

	ul.abstractList li .time {
		color: #666;
		display: block;
		margin-left: -50px;
		float: left;
		font-weight: bold;
	}
	ul.abstractList li a {
		color:  #999;
		text-decoration: none;
		
	}
	ul.abstractList li a:hover {
		color:  #000;
	}
	
	ul.abstractList li .author {
		display: block;
		margin-left: 0;
		margin-top: 4px;
		margin-bottom:10px;
		padding-left: 0;
		font-size: 12px;
		color: #666;
		
	}
	
	ul#chairs {
		font-size: 18px;
		margin: 10px;
		margin-left: 0;
	
	}
	ul#chairs li {
		margin-bottom: 5px;
	}
	
	ul#chairs li b {
		margin-right: 10px;
		font-size: 16px;
		color: #333;
	}


#closebtn {
	display: block;
	text-indent: -9000px;
	background: transparent url(../imgs/closebox.png) no-repeat;
	width: 30px;
	height: 30px;
	position: fixed;
	right: 10px;
	top: 10px;
}
