body{
	background-color: #1a2f55;
	color: white;
	font-family: sans-serif;
	max-width: 900px;
}
h1{
	font-family: serif;
}

h1,
h2,
h3,
p
{
	float: left;
	clear: both;
}

h3{
	padding-left: 1em;
}


a{
	color: #AAAAFF;
}

a:hover
{
	color: #CCCCFF;
}

table{
	border: solid 1px gray;
	border-collapse: collapse;
	float: right;
	clear: both;
	width: 50em;
}

td,th{
	border: solid 1px gray;
	vertical-align: top;
	padding: 2px;
}

td.break{
	color: #FF5555;
}
td.session{
	color: #55FF55;
}

tr.half{
	height: 1em;
}
tr.one{
	height: 2em;
}    
tr.onehalf{
	height: 3em;
} 
tr.two{
	height: 4em;
}    

div.speaker{
	float:left;
	padding: 2px;
	width: 10em;
}
div.break{
	float:left;
	padding: 2px;
	width: 60em;
	color: #C0F0C0;
	border-bottom: solid 1px #C0F0C0;
	margin-bottom:4px;
	margin-top:1em;
}

div.placeholder{
	float:left;
	padding: 2px;
	width: 40em;
	color: #C0F0C0;
	margin-bottom:4px;
	margin-top:1em;
}

div.talktitle{
	float:left;
	width: 30em;
	font-style: italic;
}
div.affil{
	float:left;
	width: 9em;
	padding:2px;
}
div.time{
	float: left;
	width: 3em;
	padding-left: 1em;
	clear: left;
}
div.sesdetail{
	float: left;
	padding: 2px;
}
div.clear{
	float: left;
	clear: both;
}
ol{
	clear: left;
}
a.abstract {
	position:relative;
	z-index:24;
	color:#AAAAFF;
	text-decoration:none
}

a.abstract:hover {
	z-index:25;
	background-color:#DDDDDD
}

a.abstract span {
	display: none
}

a.abstract:hover span {
	display:block;
	position:absolute;
	top:2em;
	left:2em;
	width:30em;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	border:1px
	solid #FF8080;
	background-color:#FFEEEE;
	color:#000000;
	text-align: left;
	white-space: normal
}

